2023-09-30T12:08:21.683 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-30T12:08:21.683 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --name yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481/orig.config.yaml 2023-09-30T12:08:21.722 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T12:08:21.807 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481 branch: main description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7407481' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 1d10b71792f3be8887a7631e69851ac2df3585af ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1d10b71792f3be8887a7631e69851ac2df3585af selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 1d10b71792f3be8887a7631e69851ac2df3585af owner: scheduled_yuriw@teuthology priority: 76 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 3721 sha1: 1d10b71792f3be8887a7631e69851ac2df3585af sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1d10b71792f3be8887a7631e69851ac2df3585af targets: smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDkuDbraOtSvxb7Tfms+X/AM+5T3eH8mxMRDi3vPyRGVvmsDp4DZQKy8/uMTYtX40MCPkpXzJsaAsSv1B8nanOc= smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLX0f8k8eiBs+tCdqR3oi3awo0m2c4LtOcWbc0CWl44IGPbQPnWCshMOMRyxf0KrW084IGA8D4GWujRxQZnkb+I= 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 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-29_19:44:36 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-09-30T12:08:21.807 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa; will attempt to use it 2023-09-30T12:08:21.808 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks 2023-09-30T12:08:21.808 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-30T12:08:21.810 INFO:teuthology.task.internal:Checking packages... 2023-09-30T12:08:21.834 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '1d10b71792f3be8887a7631e69851ac2df3585af' 2023-09-30T12:08:21.834 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T12:08:21.834 INFO:teuthology.packaging:ref: None 2023-09-30T12:08:21.834 INFO:teuthology.packaging:tag: None 2023-09-30T12:08:21.834 INFO:teuthology.packaging:branch: main 2023-09-30T12:08:21.834 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T12:08:21.835 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-09-30T12:08:22.165 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6447.g1d10b717 2023-09-30T12:08:22.165 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-30T12:08:22.173 INFO:teuthology.task.internal:no buildpackages task found 2023-09-30T12:08:22.173 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-30T12:08:22.188 INFO:teuthology.task.internal:Saving configuration 2023-09-30T12:08:22.203 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-30T12:08:22.211 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T12:08:22.237 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 12:03:05.317656', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDkuDbraOtSvxb7Tfms+X/AM+5T3eH8mxMRDi3vPyRGVvmsDp4DZQKy8/uMTYtX40MCPkpXzJsaAsSv1B8nanOc='} 2023-09-30T12:08:22.262 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 12:03:05.316227', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLX0f8k8eiBs+tCdqR3oi3awo0m2c4LtOcWbc0CWl44IGPbQPnWCshMOMRyxf0KrW084IGA8D4GWujRxQZnkb+I='} 2023-09-30T12:08:22.262 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-30T12:08:22.271 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-09-30T12:08:22.271 INFO:teuthology.task.internal:roles: ubuntu@smithi156.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-09-30T12:08:22.271 INFO:teuthology.run_tasks:Running task console_log... 2023-09-30T12:08:22.373 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9b98977280>, signals=[15]) 2023-09-30T12:08:22.373 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-30T12:08:22.380 INFO:teuthology.task.internal:Opening connections... 2023-09-30T12:08:22.380 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:08:22.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:08:22.449 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2023-09-30T12:08:22.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:08:22.516 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-30T12:08:22.528 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2023-09-30T12:08:22.551 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2023-09-30T12:08:22.551 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2023-09-30T12:08:22.614 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="CentOS Stream" 2023-09-30T12:08:22.614 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="8" 2023-09-30T12:08:22.614 INFO:teuthology.orchestra.run.smithi150.stdout:ID="centos" 2023-09-30T12:08:22.614 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="rhel fedora" 2023-09-30T12:08:22.614 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="8" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el8" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://centos.org/" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T12:08:22.615 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T12:08:22.616 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2023-09-30T12:08:22.640 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2023-09-30T12:08:22.662 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2023-09-30T12:08:22.663 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2023-09-30T12:08:22.724 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="CentOS Stream" 2023-09-30T12:08:22.724 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="8" 2023-09-30T12:08:22.724 INFO:teuthology.orchestra.run.smithi156.stdout:ID="centos" 2023-09-30T12:08:22.724 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE="rhel fedora" 2023-09-30T12:08:22.724 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="8" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:PLATFORM_ID="platform:el8" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:ANSI_COLOR="0;31" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://centos.org/" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T12:08:22.725 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T12:08:22.726 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2023-09-30T12:08:22.748 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-30T12:08:22.762 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-30T12:08:22.775 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-30T12:08:22.775 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2023-09-30T12:08:22.778 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2023-09-30T12:08:22.798 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-30T12:08:22.809 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-30T12:08:22.810 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2023-09-30T12:08:22.841 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2023-09-30T12:08:22.877 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-30T12:08:22.943 INFO:teuthology.run_tasks:Running task kernel... 2023-09-30T12:08:22.960 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-30T12:08:22.960 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-30T12:08:22.960 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T12:08:22.961 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T12:08:22.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:08:22.981 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-09-30T12:08:22.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:08:22.982 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-09-30T12:08:23.041 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-489.el8.x86_64 2023-09-30T12:08:23.041 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.18.0-489.el8.x86_64 2023-09-30T12:08:23.041 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2023-09-30T12:08:23.042 INFO:teuthology.orchestra.run.smithi156.stdout:4.18.0-489.el8.x86_64 2023-09-30T12:08:23.043 INFO:teuthology.task.kernel:Running kernel on smithi156: 4.18.0-489.el8.x86_64 2023-09-30T12:08:23.043 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum install -y kernel 2023-09-30T12:08:27.583 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - AppStream 17 MB/s | 33 MB 00:01 2023-09-30T12:08:27.620 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - AppStream 17 MB/s | 33 MB 00:01 2023-09-30T12:08:35.295 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 48 MB 00:01 2023-09-30T12:08:35.649 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 48 MB 00:02 2023-09-30T12:08:42.645 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2023-09-30T12:08:42.782 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - Extras 78 kB/s | 18 kB 00:00 2023-09-30T12:08:43.213 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-09-30T12:08:43.216 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 6.9 kB 00:00 2023-09-30T12:08:55.675 INFO:teuthology.orchestra.run.smithi156.stdout:Copr repo for python3-asyncssh owned by ceph 288 B/s | 3.5 kB 00:12 2023-09-30T12:08:55.688 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 288 B/s | 3.5 kB 00:12 2023-09-30T12:08:57.409 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-09-30T12:08:57.725 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2023-09-30T12:09:01.184 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 423 kB/s | 24 kB 00:00 2023-09-30T12:09:01.522 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 576 kB/s | 24 kB 00:00 2023-09-30T12:09:04.824 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T12:09:04.825 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T12:09:05.017 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T12:09:05.017 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T12:09:05.069 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-09-30T12:09:05.069 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:09:05.069 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout:Install 3 Packages 2023-09-30T12:09:05.070 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:09:05.071 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 88 M 2023-09-30T12:09:05.071 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 96 M 2023-09-30T12:09:05.071 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-09-30T12:09:05.278 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T12:09:05.279 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:09:05.280 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-09-30T12:09:05.280 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:09:05.280 INFO:teuthology.orchestra.run.smithi150.stdout:Install 3 Packages 2023-09-30T12:09:05.280 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:09:05.280 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 88 M 2023-09-30T12:09:05.281 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 96 M 2023-09-30T12:09:05.281 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-09-30T12:09:06.143 INFO:teuthology.orchestra.run.smithi156.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-09-30T12:09:06.448 INFO:teuthology.orchestra.run.smithi150.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 10 MB/s | 10 MB 00:00 2023-09-30T12:09:07.244 INFO:teuthology.orchestra.run.smithi156.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 18 MB/s | 35 MB 00:01 2023-09-30T12:09:07.782 INFO:teuthology.orchestra.run.smithi150.stdout:(2/3): kernel-core-4.18.0-514.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2023-09-30T12:09:07.794 INFO:teuthology.orchestra.run.smithi156.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2023-09-30T12:09:07.794 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-09-30T12:09:07.794 INFO:teuthology.orchestra.run.smithi156.stdout:Total 32 MB/s | 88 MB 00:02 2023-09-30T12:09:08.116 INFO:teuthology.orchestra.run.smithi150.stdout:(3/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 13 MB/s | 35 MB 00:02 2023-09-30T12:09:08.116 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-09-30T12:09:08.116 INFO:teuthology.orchestra.run.smithi150.stdout:Total 31 MB/s | 88 MB 00:02 2023-09-30T12:09:08.468 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-09-30T12:09:08.793 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-09-30T12:09:08.886 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-09-30T12:09:08.887 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-09-30T12:09:09.210 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-09-30T12:09:09.210 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-09-30T12:09:10.111 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-09-30T12:09:10.136 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-09-30T12:09:10.423 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-09-30T12:09:10.444 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-09-30T12:09:12.876 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-09-30T12:09:13.228 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-09-30T12:09:13.332 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T12:09:13.826 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T12:09:16.913 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T12:09:17.307 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T12:09:17.420 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T12:09:17.979 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T12:09:20.684 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T12:09:20.970 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:21.355 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T12:09:21.651 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:42.538 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:42.562 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:42.901 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:42.902 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T12:09:42.902 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T12:09:43.604 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:43.627 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:43.639 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:43.639 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:09:43.639 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-09-30T12:09:43.639 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T12:09:43.639 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T12:09:43.639 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:09:43.640 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-09-30T12:09:43.776 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T12:09:43.973 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:43.973 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T12:09:43.973 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T12:09:44.028 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T12:09:44.028 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T12:09:44.028 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T12:09:44.029 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T12:09:44.029 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T12:09:44.029 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-30T12:09:44.029 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi156.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T12:09:44.029 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T12:09:44.237 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T12:09:44.237 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T12:09:44.237 DEBUG:teuthology.orchestra.run.smithi156:> sudo rpm -qi grub2-tools 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Name : grub2-tools 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Epoch : 1 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Version : 2.02 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Release : 129.el8 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: x86_64 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Group : System Environment/Base 2023-09-30T12:09:44.271 INFO:teuthology.orchestra.run.smithi156.stdout:Size : 9265586 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:License : GPLv3+ 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Relocations : (not relocatable) 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Packager : CentOS BuildSystem 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Vendor : CentOS 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Summary : Support tools for GRUB. 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout:Description : 2023-09-30T12:09:44.272 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:09:44.273 INFO:teuthology.orchestra.run.smithi156.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T12:09:44.273 INFO:teuthology.orchestra.run.smithi156.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T12:09:44.273 INFO:teuthology.orchestra.run.smithi156.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T12:09:44.273 INFO:teuthology.orchestra.run.smithi156.stdout:hardware devices. 2023-09-30T12:09:44.273 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:09:44.273 INFO:teuthology.orchestra.run.smithi156.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T12:09:44.274 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T12:09:44.274 INFO:teuthology.task.kernel:Updating grub on smithi156 to boot 4.18.0-514.el8.x86_64 2023-09-30T12:09:44.274 DEBUG:teuthology.orchestra.run.smithi156:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T12:09:45.115 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T12:09:45.115 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:09:45.115 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-09-30T12:09:45.115 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T12:09:45.115 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T12:09:45.115 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:09:45.115 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-09-30T12:09:45.271 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T12:09:45.485 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T12:09:45.485 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T12:09:45.485 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T12:09:45.485 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T12:09:45.486 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T12:09:45.486 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-30T12:09:45.486 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T12:09:45.486 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T12:09:45.696 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T12:09:45.696 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T12:09:45.696 DEBUG:teuthology.orchestra.run.smithi150:> sudo rpm -qi grub2-tools 2023-09-30T12:09:45.731 INFO:teuthology.orchestra.run.smithi150.stdout:Name : grub2-tools 2023-09-30T12:09:45.731 INFO:teuthology.orchestra.run.smithi150.stdout:Epoch : 1 2023-09-30T12:09:45.731 INFO:teuthology.orchestra.run.smithi150.stdout:Version : 2.02 2023-09-30T12:09:45.731 INFO:teuthology.orchestra.run.smithi150.stdout:Release : 129.el8 2023-09-30T12:09:45.731 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: x86_64 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Group : System Environment/Base 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Size : 9265586 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:License : GPLv3+ 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Relocations : (not relocatable) 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Packager : CentOS BuildSystem 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:Vendor : CentOS 2023-09-30T12:09:45.732 INFO:teuthology.orchestra.run.smithi150.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout:Summary : Support tools for GRUB. 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout:Description : 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout:hardware devices. 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:09:45.733 INFO:teuthology.orchestra.run.smithi150.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T12:09:45.734 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T12:09:45.734 INFO:teuthology.task.kernel:Updating grub on smithi150 to boot 4.18.0-514.el8.x86_64 2023-09-30T12:09:45.734 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T12:09:46.158 INFO:teuthology.orchestra.run.smithi156.stderr:Generating grub configuration file ... 2023-09-30T12:09:47.178 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2023-09-30T12:09:48.330 INFO:teuthology.orchestra.run.smithi156.stderr:done 2023-09-30T12:09:48.331 DEBUG:teuthology.orchestra.run.smithi156:> mktemp 2023-09-30T12:09:48.355 INFO:teuthology.orchestra.run.smithi156.stdout:/tmp/tmp.j6InaqmoSu 2023-09-30T12:09:48.355 DEBUG:teuthology.orchestra.run.smithi156:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.j6InaqmoSu 2023-09-30T12:09:48.429 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0666 /tmp/tmp.j6InaqmoSu 2023-09-30T12:09:48.572 DEBUG:teuthology.orchestra.remote:smithi156:/tmp/tmp.j6InaqmoSu is 6KB 2023-09-30T12:09:48.620 DEBUG:teuthology.orchestra.run.smithi156:> rm -fr /tmp/tmp.j6InaqmoSu 2023-09-30T12:09:48.638 DEBUG:teuthology.orchestra.run.smithi156:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T12:09:48.714 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T12:09:48.714 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T12:09:48.714 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T12:09:48.714 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T12:09:48.715 DEBUG:teuthology.orchestra.run.smithi156:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T12:09:48.897 DEBUG:teuthology.orchestra.run.smithi156:> sudo shutdown -r now 2023-09-30T12:09:49.638 INFO:teuthology.orchestra.run.smithi150.stderr:done 2023-09-30T12:09:49.640 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2023-09-30T12:09:49.663 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.QnxIiaShMX 2023-09-30T12:09:49.663 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QnxIiaShMX 2023-09-30T12:09:49.737 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.QnxIiaShMX 2023-09-30T12:09:49.879 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.QnxIiaShMX is 6KB 2023-09-30T12:09:49.927 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.QnxIiaShMX 2023-09-30T12:09:49.944 DEBUG:teuthology.orchestra.run.smithi150:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T12:09:50.030 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T12:09:50.048 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T12:09:50.048 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T12:09:50.048 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T12:09:50.049 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T12:09:50.169 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2023-09-30T12:10:18.926 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-30T12:10:18.926 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-09-30T12:10:18.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:10:20.172 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-30T12:10:20.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-09-30T12:10:20.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:10:37.306 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2023-09-30T12:10:38.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-09-30T12:10:46.314 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-09-30T12:10:46.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:10:47.589 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-09-30T12:10:47.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:10:49.434 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2023-09-30T12:10:50.654 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-09-30T12:11:01.442 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-09-30T12:11:01.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:11:02.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-09-30T12:11:02.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:11:19.802 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2023-09-30T12:11:21.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-09-30T12:11:34.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-09-30T12:11:34.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:11:35.166 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-09-30T12:11:35.378 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-09-30T12:11:35.379 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-09-30T12:11:35.379 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-09-30T12:11:35.397 INFO:teuthology.orchestra.run.smithi156.stdout:4.18.0-514.el8.x86_64 2023-09-30T12:11:35.397 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T12:11:35.397 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T12:11:35.397 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T12:11:36.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-09-30T12:11:36.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:11:36.397 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-30T12:11:36.398 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T12:11:36.457 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2023-09-30T12:11:36.471 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-09-30T12:11:36.473 DEBUG:teuthology.parallel:result is None 2023-09-30T12:11:36.798 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-09-30T12:11:36.798 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-09-30T12:11:36.799 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-09-30T12:11:36.815 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-514.el8.x86_64 2023-09-30T12:11:36.816 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T12:11:36.816 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T12:11:36.816 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T12:11:37.817 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-30T12:11:37.817 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T12:11:37.894 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2023-09-30T12:11:37.907 DEBUG:teuthology.parallel:result is None 2023-09-30T12:11:37.907 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-30T12:11:37.914 INFO:teuthology.task.internal:Creating test directory... 2023-09-30T12:11:37.914 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T12:11:37.916 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T12:11:37.933 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-30T12:11:37.940 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-30T12:11:37.947 INFO:teuthology.task.internal:Creating archive directory... 2023-09-30T12:11:37.947 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T12:11:37.970 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T12:11:37.995 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-30T12:11:38.003 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-30T12:11:38.003 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-30T12:11:38.028 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-30T12:11:38.060 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T12:11:38.068 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T12:11:38.070 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T12:11:38.078 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T12:11:38.079 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-30T12:11:38.086 INFO:teuthology.task.internal:Configuring sudo... 2023-09-30T12:11:38.086 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T12:11:38.112 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T12:11:38.144 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-30T12:11:38.153 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-30T12:11:38.153 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T12:11:38.176 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T12:11:38.199 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T12:11:38.275 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T12:11:38.325 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T12:11:38.404 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T12:11:38.445 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:11:38.445 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T12:11:38.510 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T12:11:38.554 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T12:11:38.601 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T12:11:38.683 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T12:11:38.723 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-09-30T12:11:38.723 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T12:11:38.788 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2023-09-30T12:11:38.790 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2023-09-30T12:11:38.842 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T12:11:38.885 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T12:11:39.147 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-30T12:11:39.155 INFO:teuthology.task.internal:Starting timer... 2023-09-30T12:11:39.155 INFO:teuthology.run_tasks:Running task pcp... 2023-09-30T12:11:39.165 INFO:teuthology.run_tasks:Running task selinux... 2023-09-30T12:11:39.173 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-30T12:11:39.174 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2023-09-30T12:11:39.385 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2023-09-30T12:11:39.387 DEBUG:teuthology.orchestra.run.smithi156:> sudo service auditd rotate 2023-09-30T12:11:39.463 INFO:teuthology.orchestra.run.smithi156.stdout:Rotating logs: 2023-09-30T12:11:39.465 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-30T12:11:39.465 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2023-09-30T12:11:39.492 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2023-09-30T12:11:39.492 DEBUG:teuthology.orchestra.run.smithi156:> /usr/sbin/getenforce 2023-09-30T12:11:39.516 INFO:teuthology.orchestra.run.smithi156.stdout:Permissive 2023-09-30T12:11:39.517 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi150.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi156.front.sepia.ceph.com': 'permissive'} 2023-09-30T12:11:39.517 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T12:11:39.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:11:39.558 DEBUG:teuthology.orchestra.run.smithi156:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T12:11:39.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:11:39.586 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-30T12:11:39.588 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2023-09-30T12:11:39.810 DEBUG:teuthology.orchestra.run.smithi156:> sudo /usr/sbin/setenforce permissive 2023-09-30T12:11:39.843 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-30T12:11:39.853 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-30T12:11:39.853 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-30T12:11:39.869 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-09-30T12:11:39.870 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi150.front.sepia.ceph.com,smithi156.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-30T12:19:00.934 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi150.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com')] 2023-09-30T12:19:00.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-09-30T12:19:00.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:19:01.006 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-09-30T12:19:01.077 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-09-30T12:19:01.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-09-30T12:19:01.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T12:19:01.146 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-09-30T12:19:01.217 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-09-30T12:19:01.218 INFO:teuthology.run_tasks:Running task clock... 2023-09-30T12:19:01.230 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-30T12:19:01.230 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T12:19:01.230 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T12:19:01.233 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T12:19:01.233 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T12:19:01.264 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T12:19:01.279 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T12:19:01.290 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T12:19:01.304 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T12:19:01.341 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2023-09-30T12:19:01.353 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2023-09-30T12:19:01.367 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T12:19:01.374 INFO:teuthology.orchestra.run.smithi156.stderr:sudo: ntpd: command not found 2023-09-30T12:19:01.381 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T12:19:01.386 INFO:teuthology.orchestra.run.smithi156.stdout:506 Cannot talk to daemon 2023-09-30T12:19:01.400 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T12:19:01.413 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T12:19:01.448 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-09-30T12:19:01.453 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T12:19:01.453 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-09-30T12:19:01.453 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.453 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.453 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.453 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.477 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2023-09-30T12:19:01.481 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T12:19:01.481 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2023-09-30T12:19:01.481 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.481 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.481 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.481 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:19:01.482 INFO:teuthology.run_tasks:Running task pexec... 2023-09-30T12:19:01.494 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-30T12:19:01.494 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:19:01.494 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T12:19:01.495 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi156.front.sepia.ceph.com 2023-09-30T12:19:01.495 DEBUG:teuthology.orchestra.run.smithi156:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T12:19:02.377 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:37 ago on Sat 30 Sep 2023 12:17:25 PM UTC. 2023-09-30T12:19:02.404 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:36 ago on Sat 30 Sep 2023 12:17:26 PM UTC. 2023-09-30T12:19:04.395 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-09-30T12:19:04.396 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:19:04.396 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-09-30T12:19:04.396 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:19:04.396 INFO:teuthology.orchestra.run.smithi150.stdout:Resetting modules: 2023-09-30T12:19:04.397 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 2023-09-30T12:19:04.397 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:19:04.397 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-09-30T12:19:04.397 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:19:04.397 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:19:04.433 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-09-30T12:19:04.434 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:19:04.434 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2023-09-30T12:19:04.435 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:19:04.435 INFO:teuthology.orchestra.run.smithi156.stdout:Resetting modules: 2023-09-30T12:19:04.435 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools 2023-09-30T12:19:04.435 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:19:04.435 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-09-30T12:19:04.435 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:19:04.435 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:19:04.649 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-09-30T12:19:04.684 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-09-30T12:19:05.597 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:40 ago on Sat 30 Sep 2023 12:17:25 PM UTC. 2023-09-30T12:19:05.632 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:39 ago on Sat 30 Sep 2023 12:17:26 PM UTC. 2023-09-30T12:19:07.618 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-09-30T12:19:07.626 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-09-30T12:19:07.772 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout:Installing group/module packages: 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T12:19:07.773 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout:Installing weak dependencies: 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout:Installing module profiles: 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools/common 2023-09-30T12:19:07.774 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:19:07.775 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling module streams: 2023-09-30T12:19:07.775 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools rhel8 2023-09-30T12:19:07.775 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:19:07.775 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-09-30T12:19:07.775 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-09-30T12:19:07.775 INFO:teuthology.orchestra.run.smithi150.stdout:Install 13 Packages 2023-09-30T12:19:07.775 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:19:07.776 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 26 M 2023-09-30T12:19:07.776 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 87 M 2023-09-30T12:19:07.776 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-09-30T12:19:07.780 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:19:07.780 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout:Installing group/module packages: 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T12:19:07.781 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout:Installing weak dependencies: 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout:Installing module profiles: 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools/common 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout:Enabling module streams: 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools rhel8 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:19:07.782 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-09-30T12:19:07.783 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-09-30T12:19:07.783 INFO:teuthology.orchestra.run.smithi156.stdout:Install 13 Packages 2023-09-30T12:19:07.783 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:19:07.783 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 26 M 2023-09-30T12:19:07.783 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 87 M 2023-09-30T12:19:07.783 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-09-30T12:19:08.326 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] buildah-1.31.3-1.module_el8+664+4072b3ae.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.31.3-1.module_el8%2b664%2b4072b3ae.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T12:19:08.326 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] cockpit-podman-75-1.module_el8+664+4072b3ae.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-75-1.module_el8%2b664%2b4072b3ae.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T12:19:08.327 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] aardvark-dns-1.7.0-1.module_el8+487+8e42a277.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.7.0-1.module_el8%2b487%2b8e42a277.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T12:19:08.345 INFO:teuthology.orchestra.run.smithi156.stdout:[MIRROR] buildah-1.31.3-1.module_el8+664+4072b3ae.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.31.3-1.module_el8%2b664%2b4072b3ae.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T12:19:08.346 INFO:teuthology.orchestra.run.smithi156.stdout:[MIRROR] aardvark-dns-1.7.0-1.module_el8+487+8e42a277.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.7.0-1.module_el8%2b487%2b8e42a277.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T12:19:08.346 INFO:teuthology.orchestra.run.smithi156.stdout:[MIRROR] cockpit-podman-75-1.module_el8+664+4072b3ae.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-75-1.module_el8%2b664%2b4072b3ae.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T12:19:08.615 INFO:teuthology.orchestra.run.smithi156.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.4 MB/s | 739 kB 00:00 2023-09-30T12:19:08.626 INFO:teuthology.orchestra.run.smithi150.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.1 MB/s | 739 kB 00:00 2023-09-30T12:19:08.657 INFO:teuthology.orchestra.run.smithi156.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.9 MB/s | 1.0 MB 00:00 2023-09-30T12:19:08.669 INFO:teuthology.orchestra.run.smithi150.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.6 MB/s | 1.0 MB 00:00 2023-09-30T12:19:08.683 INFO:teuthology.orchestra.run.smithi156.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 565 kB/s | 38 kB 00:00 2023-09-30T12:19:08.694 INFO:teuthology.orchestra.run.smithi150.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 559 kB/s | 38 kB 00:00 2023-09-30T12:19:08.716 INFO:teuthology.orchestra.run.smithi156.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.0 MB/s | 239 kB 00:00 2023-09-30T12:19:08.728 INFO:teuthology.orchestra.run.smithi150.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.0 MB/s | 239 kB 00:00 2023-09-30T12:19:08.783 INFO:teuthology.orchestra.run.smithi156.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.6 MB/s | 177 kB 00:00 2023-09-30T12:19:08.787 INFO:teuthology.orchestra.run.smithi150.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 3.0 MB/s | 177 kB 00:00 2023-09-30T12:19:08.842 INFO:teuthology.orchestra.run.smithi156.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2023-09-30T12:19:08.854 INFO:teuthology.orchestra.run.smithi150.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 372 kB/s | 25 kB 00:00 2023-09-30T12:19:08.901 INFO:teuthology.orchestra.run.smithi156.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-09-30T12:19:08.929 INFO:teuthology.orchestra.run.smithi150.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-09-30T12:19:09.068 INFO:teuthology.orchestra.run.smithi156.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 9.7 MB/s | 3.7 MB 00:00 2023-09-30T12:19:09.079 INFO:teuthology.orchestra.run.smithi150.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 9.7 MB/s | 3.7 MB 00:00 2023-09-30T12:19:09.288 INFO:teuthology.orchestra.run.smithi150.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 8.8 MB/s | 8.8 MB 00:00 2023-09-30T12:19:09.310 INFO:teuthology.orchestra.run.smithi156.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 8.8 MB/s | 8.8 MB 00:01 2023-09-30T12:19:09.338 INFO:teuthology.orchestra.run.smithi150.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 9.8 MB/s | 2.5 MB 00:00 2023-09-30T12:19:09.352 INFO:teuthology.orchestra.run.smithi156.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 8.9 MB/s | 2.5 MB 00:00 2023-09-30T12:19:09.363 INFO:teuthology.orchestra.run.smithi150.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 702 kB/s | 53 kB 00:00 2023-09-30T12:19:09.377 INFO:teuthology.orchestra.run.smithi156.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 789 kB/s | 53 kB 00:00 2023-09-30T12:19:09.397 INFO:teuthology.orchestra.run.smithi150.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2023-09-30T12:19:09.418 INFO:teuthology.orchestra.run.smithi156.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 613 kB/s | 41 kB 00:00 2023-09-30T12:19:09.636 INFO:teuthology.orchestra.run.smithi156.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 11 MB/s | 8.1 MB 00:00 2023-09-30T12:19:09.636 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-09-30T12:19:09.636 INFO:teuthology.orchestra.run.smithi156.stdout:Total 14 MB/s | 26 MB 00:01 2023-09-30T12:19:09.689 INFO:teuthology.orchestra.run.smithi150.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 11 MB/s | 8.1 MB 00:00 2023-09-30T12:19:09.689 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-09-30T12:19:09.690 INFO:teuthology.orchestra.run.smithi150.stdout:Total 13 MB/s | 26 MB 00:01 2023-09-30T12:19:09.901 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-09-30T12:19:09.922 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-09-30T12:19:09.922 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-09-30T12:19:09.955 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-09-30T12:19:09.976 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-09-30T12:19:09.976 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-09-30T12:19:10.177 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-09-30T12:19:10.180 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-09-30T12:19:10.227 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-09-30T12:19:10.230 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-09-30T12:19:10.878 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-09-30T12:19:10.946 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-09-30T12:19:11.079 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T12:19:11.202 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T12:19:11.274 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T12:19:11.405 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T12:19:11.466 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T12:19:11.651 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T12:19:11.700 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T12:19:11.874 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T12:19:12.273 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T12:19:12.487 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T12:19:13.202 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T12:19:13.431 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T12:19:13.469 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T12:19:13.667 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T12:19:13.714 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T12:19:13.903 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T12:19:13.928 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T12:19:14.193 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T12:19:14.314 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T12:19:14.631 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T12:19:15.177 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T12:19:15.381 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T12:19:15.493 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T12:19:15.589 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T12:19:15.718 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T12:19:15.938 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T12:19:16.030 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T12:19:16.030 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T12:19:16.030 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T12:19:16.030 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T12:19:16.030 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T12:19:16.031 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T12:19:16.366 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T12:19:16.367 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T12:19:16.367 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T12:19:16.367 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T12:19:16.367 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T12:19:16.367 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T12:19:16.825 INFO:teuthology.orchestra.run.smithi156.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T12:19:16.826 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:19:16.827 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-09-30T12:19:17.143 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T12:19:17.143 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:19:17.143 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-09-30T12:19:17.143 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T12:19:17.143 INFO:teuthology.orchestra.run.smithi150.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T12:19:17.143 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:19:17.144 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-09-30T12:19:17.333 DEBUG:teuthology.parallel:result is None 2023-09-30T12:19:17.502 DEBUG:teuthology.parallel:result is None 2023-09-30T12:19:17.502 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-30T12:19:17.600 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af'} 2023-09-30T12:19:17.600 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-09-30T12:19:17.601 INFO:tasks.cephadm:Cluster fsid is 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:17.601 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-30T12:19:17.601 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-30T12:19:17.602 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi150': '172.21.15.150', 'mon.smithi156': '172.21.15.156'} 2023-09-30T12:19:17.602 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-30T12:19:17.602 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2023-09-30T12:19:17.631 DEBUG:teuthology.orchestra.run.smithi156:> sudo hostname $(hostname -s) 2023-09-30T12:19:17.662 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-09-30T12:19:17.663 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T12:19:17.991 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Sep 30 12:19 /home/ubuntu/cephtest/cephadm 2023-09-30T12:19:17.991 DEBUG:teuthology.orchestra.run.smithi156:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T12:19:18.169 INFO:teuthology.orchestra.run.smithi156.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Sep 30 12:19 /home/ubuntu/cephtest/cephadm 2023-09-30T12:19:18.169 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T12:19:18.188 DEBUG:teuthology.orchestra.run.smithi156:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T12:19:18.219 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-09-30T12:19:18.220 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-09-30T12:19:18.231 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-09-30T12:19:19.901 INFO:teuthology.orchestra.run.smithi156.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-30T12:19:19.961 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-30T12:19:38.035 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:19:38.036 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-09-30T12:19:38.036 INFO:teuthology.orchestra.run.smithi150.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-09-30T12:19:38.036 INFO:teuthology.orchestra.run.smithi150.stdout: "repo_digests": [ 2023-09-30T12:19:38.036 INFO:teuthology.orchestra.run.smithi150.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-09-30T12:19:38.036 INFO:teuthology.orchestra.run.smithi150.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-09-30T12:19:38.036 INFO:teuthology.orchestra.run.smithi150.stdout: ] 2023-09-30T12:19:38.036 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:19:38.661 INFO:teuthology.orchestra.run.smithi156.stdout:{ 2023-09-30T12:19:38.662 INFO:teuthology.orchestra.run.smithi156.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-09-30T12:19:38.662 INFO:teuthology.orchestra.run.smithi156.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-09-30T12:19:38.662 INFO:teuthology.orchestra.run.smithi156.stdout: "repo_digests": [ 2023-09-30T12:19:38.662 INFO:teuthology.orchestra.run.smithi156.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-09-30T12:19:38.662 INFO:teuthology.orchestra.run.smithi156.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-09-30T12:19:38.662 INFO:teuthology.orchestra.run.smithi156.stdout: ] 2023-09-30T12:19:38.662 INFO:teuthology.orchestra.run.smithi156.stdout:} 2023-09-30T12:19:38.681 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2023-09-30T12:19:38.716 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /etc/ceph 2023-09-30T12:19:38.748 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2023-09-30T12:19:38.787 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 777 /etc/ceph 2023-09-30T12:19:38.815 INFO:tasks.cephadm:Writing seed config... 2023-09-30T12:19:38.816 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-30T12:19:38.816 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-30T12:19:38.816 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-30T12:19:38.817 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-30T12:19:38.817 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-30T12:19:38.817 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-30T12:19:38.817 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-30T12:19:38.817 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-30T12:19:38.817 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:19:38.818 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-30T12:19:38.846 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 = 93928c0e-5f8b-11ee-8db4-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-30T12:19:38.847 DEBUG:teuthology.orchestra.run.smithi150:mon.smithi150> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi150.service 2023-09-30T12:19:38.888 INFO:tasks.cephadm:Bootstrapping... 2023-09-30T12:19:38.889 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 93928c0e-5f8b-11ee-8db4-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.150 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:19:38.917 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:19:39.086 INFO:teuthology.orchestra.run.smithi150.stderr:-------------------------------------------------------------------------------- 2023-09-30T12:19:39.087 INFO:teuthology.orchestra.run.smithi150.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '93928c0e-5f8b-11ee-8db4-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.150', '--skip-admin-label'] 2023-09-30T12:19:39.108 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 4.6.1 2023-09-30T12:19:39.118 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying podman|docker is present... 2023-09-30T12:19:39.139 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 4.6.1 2023-09-30T12:19:39.150 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying lvm2 is present... 2023-09-30T12:19:39.150 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying time synchronization is in place... 2023-09-30T12:19:39.156 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T12:19:39.162 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-09-30T12:19:39.168 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: enabled 2023-09-30T12:19:39.173 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: active 2023-09-30T12:19:39.174 INFO:teuthology.orchestra.run.smithi150.stderr:Unit chronyd.service is enabled and running 2023-09-30T12:19:39.174 INFO:teuthology.orchestra.run.smithi150.stderr:Repeating the final host check... 2023-09-30T12:19:39.193 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: 4.6.1 2023-09-30T12:19:39.204 INFO:teuthology.orchestra.run.smithi150.stderr:podman (/bin/podman) version 4.6.1 is present 2023-09-30T12:19:39.204 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl is present 2023-09-30T12:19:39.204 INFO:teuthology.orchestra.run.smithi150.stderr:lvcreate is present 2023-09-30T12:19:39.209 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T12:19:39.215 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-09-30T12:19:39.221 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: enabled 2023-09-30T12:19:39.226 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: active 2023-09-30T12:19:39.227 INFO:teuthology.orchestra.run.smithi150.stderr:Unit chronyd.service is enabled and running 2023-09-30T12:19:39.227 INFO:teuthology.orchestra.run.smithi150.stderr:Host looks OK 2023-09-30T12:19:39.227 INFO:teuthology.orchestra.run.smithi150.stderr:Cluster fsid: 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:39.227 INFO:teuthology.orchestra.run.smithi150.stderr:Acquiring lock 139939304263808 on /run/cephadm/93928c0e-5f8b-11ee-8db4-212e2dc638e7.lock 2023-09-30T12:19:39.228 INFO:teuthology.orchestra.run.smithi150.stderr:Lock 139939304263808 acquired on /run/cephadm/93928c0e-5f8b-11ee-8db4-212e2dc638e7.lock 2023-09-30T12:19:39.228 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying IP 172.21.15.150 port 3300 ... 2023-09-30T12:19:39.228 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying IP 172.21.15.150 port 6789 ... 2023-09-30T12:19:39.229 INFO:teuthology.orchestra.run.smithi150.stderr:Base mon IP is 172.21.15.150, final addrv is [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2023-09-30T12:19:39.231 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.150 metric 100 2023-09-30T12:19:39.231 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 metric 100 2023-09-30T12:19:39.234 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-09-30T12:19:39.234 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-09-30T12:19:39.234 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1786sec hoplimit 64 pref medium 2023-09-30T12:19:39.237 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-30T12:19:39.237 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-09-30T12:19:39.237 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-30T12:19:39.237 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-09-30T12:19:39.237 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6e35/64 scope link 2023-09-30T12:19:39.237 INFO:teuthology.orchestra.run.smithi150.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-30T12:19:39.238 INFO:teuthology.orchestra.run.smithi150.stderr:Mon IP `172.21.15.150` is in CIDR network `172.21.0.0/20` 2023-09-30T12:19:39.238 INFO:teuthology.orchestra.run.smithi150.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-30T12:19:39.238 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-30T12:19:39.316 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-09-30T12:19:39.660 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Getting image source signatures 2023-09-30T12:19:39.660 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-09-30T12:19:39.661 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-09-30T12:19:39.661 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-09-30T12:19:39.661 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-09-30T12:19:39.661 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-09-30T12:19:39.661 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-09-30T12:19:39.730 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: Writing manifest to image destination 2023-09-30T12:19:39.919 INFO:teuthology.orchestra.run.smithi150.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-09-30T12:19:40.249 INFO:teuthology.orchestra.run.smithi150.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-09-30T12:19:40.605 INFO:teuthology.orchestra.run.smithi150.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-09-30T12:19:40.606 INFO:teuthology.orchestra.run.smithi150.stderr:Extracting ceph user uid/gid from container image... 2023-09-30T12:19:40.929 INFO:teuthology.orchestra.run.smithi150.stderr:stat: 167 167 2023-09-30T12:19:41.280 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial keys... 2023-09-30T12:19:41.587 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQBdEhhl4F73IBAALBntYca4vVBFNKa3y7K3ew== 2023-09-30T12:19:42.248 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQBeEhhlHysSDhAAmSobidpXFTCTO7MNFGFjCw== 2023-09-30T12:19:42.839 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph-authtool: AQBeEhhlDg4aMRAA11b54EZzzS0uO8r97UTQpg== 2023-09-30T12:19:43.179 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial monmap... 2023-09-30T12:19:43.440 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T12:19:43.440 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-09-30T12:19:43.440 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:43.440 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T12:19:43.772 INFO:teuthology.orchestra.run.smithi150.stderr:monmaptool for smithi150 [v2:172.21.15.150:3300,v1:172.21.15.150:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T12:19:43.773 INFO:teuthology.orchestra.run.smithi150.stderr:setting min_mon_release = octopus 2023-09-30T12:19:43.773 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: set fsid to 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:43.773 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T12:19:43.773 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:19:43.773 INFO:teuthology.orchestra.run.smithi150.stderr:Creating mon... 2023-09-30T12:19:44.445 INFO:teuthology.orchestra.run.smithi150.stderr:create mon.smithi150 on 2023-09-30T12:19:44.546 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-30T12:19:44.641 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7.target. 2023-09-30T12:19:44.641 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7.target. 2023-09-30T12:19:44.840 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to reset failed state of unit ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi150.service: Unit ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi150.service not loaded. 2023-09-30T12:19:44.847 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7.target.wants/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi150.service → /etc/systemd/system/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@.service. 2023-09-30T12:19:45.245 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:44 smithi150 systemd[1]: Starting Ceph mon.smithi150 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:19:45.318 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-09-30T12:19:45.325 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-09-30T12:19:45.326 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-09-30T12:19:45.326 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to enable service . firewalld.service is not available 2023-09-30T12:19:45.326 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mon to start... 2023-09-30T12:19:45.327 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mon... 2023-09-30T12:19:45.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:45 smithi150 bash[106899]: 70ce4b55dd5f262f40e6bd4bfdfbc0ad9db0d71f6d5cbeb6a518d223ac88ec11 2023-09-30T12:19:45.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:45 smithi150 systemd[1]: Started Ceph mon.smithi150 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7. 2023-09-30T12:19:45.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:45 smithi150 ceph-mon[106937]: mkfs 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:45.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:45 smithi150 ceph-mon[106937]: mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2023-09-30T12:19:45.831 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: cluster: 2023-09-30T12:19:45.831 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: id: 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:45.831 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: services: 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi150 (age 0.486291s) 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr: no daemons active 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: data: 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: pgs: 2023-09-30T12:19:45.832 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:46.192 INFO:teuthology.orchestra.run.smithi150.stderr:mon is available 2023-09-30T12:19:46.192 INFO:teuthology.orchestra.run.smithi150.stderr:Assimilating anything we can from ceph.conf... 2023-09-30T12:19:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:46 smithi150 ceph-mon[106937]: mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2023-09-30T12:19:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:46 smithi150 ceph-mon[106937]: monmap e1: 1 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} 2023-09-30T12:19:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:46 smithi150 ceph-mon[106937]: fsmap 2023-09-30T12:19:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:46 smithi150 ceph-mon[106937]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T12:19:46.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:46 smithi150 ceph-mon[106937]: mgrmap e1: no daemons active 2023-09-30T12:19:46.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:46 smithi150 ceph-mon[106937]: from='client.? 172.21.15.150:0/663685821' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T12:19:46.671 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:46.671 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [global] 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: fsid = 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [mgr] 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [osd] 2023-09-30T12:19:46.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-30T12:19:46.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-30T12:19:47.024 INFO:teuthology.orchestra.run.smithi150.stderr:Generating new minimal ceph.conf... 2023-09-30T12:19:47.615 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:47 smithi150 ceph-mon[106937]: from='client.? 172.21.15.150:0/2921527116' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T12:19:47.615 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:47 smithi150 ceph-mon[106937]: from='client.? 172.21.15.150:0/2921527116' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T12:19:47.809 INFO:teuthology.orchestra.run.smithi150.stderr:Restarting the monitor... 2023-09-30T12:19:47.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:47 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:19:47.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:47 smithi150 bash[107245]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon.smithi150" found: no such container 2023-09-30T12:19:48.240 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:47 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi150[106914]: 2023-09-30T12:19:47.915+0000 7fe931baa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi150 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:19:48.240 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:47 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi150[106914]: 2023-09-30T12:19:47.915+0000 7fe931baa700 -1 mon.smithi150@0(leader) e1 *** Got Signal Terminated *** 2023-09-30T12:19:48.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 bash[107257]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi150 2023-09-30T12:19:48.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 bash[107295]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon.smithi150" found: no such container 2023-09-30T12:19:48.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 systemd[1]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi150.service: Succeeded. 2023-09-30T12:19:48.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 systemd[1]: Stopped Ceph mon.smithi150 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7. 2023-09-30T12:19:48.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 systemd[1]: Starting Ceph mon.smithi150 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:19:48.708 INFO:teuthology.orchestra.run.smithi150.stderr:Setting mon public_network to 172.21.0.0/20 2023-09-30T12:19:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T12:19:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-09-30T12:19:49.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: pidfile_write: ignore empty --pid-file 2023-09-30T12:19:49.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: load: jerasure load: lrc 2023-09-30T12:19:49.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: RocksDB version: 6.15.5 2023-09-30T12:19:49.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T12:19:49.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Compile date Apr 18 2022 2023-09-30T12:19:49.121 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: DB SUMMARY 2023-09-30T12:19:49.121 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: DB Session ID: ZCLSMY1OIELCKL42PSNW 2023-09-30T12:19:49.121 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: CURRENT file: CURRENT 2023-09-30T12:19:49.121 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T12:19:49.121 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-09-30T12:19:49.121 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi150/store.db dir, Total Num: 1, files: 000008.sst 2023-09-30T12:19:49.122 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi150/store.db: 000010.log size: 80787 ; 2023-09-30T12:19:49.122 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.error_if_exists: 0 2023-09-30T12:19:49.122 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.create_if_missing: 0 2023-09-30T12:19:49.122 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.paranoid_checks: 1 2023-09-30T12:19:49.122 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T12:19:49.122 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.env: 0x56410a8d3860 2023-09-30T12:19:49.123 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.fs: Posix File System 2023-09-30T12:19:49.123 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.info_log: 0x56410c9a1fa0 2023-09-30T12:19:49.123 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T12:19:49.123 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.statistics: (nil) 2023-09-30T12:19:49.123 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.use_fsync: 0 2023-09-30T12:19:49.123 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_log_file_size: 0 2023-09-30T12:19:49.123 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.allow_fallocate: 1 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.use_direct_reads: 0 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T12:19:49.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.db_log_dir: 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi150/store.db 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T12:19:49.125 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T12:19:49.126 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T12:19:49.126 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T12:19:49.126 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.write_buffer_manager: 0x56410ca922d0 2023-09-30T12:19:49.126 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T12:19:49.126 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T12:19:49.126 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T12:19:49.126 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.unordered_write: 0 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T12:19:49.127 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.row_cache: None 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.wal_filter: None 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.preserve_deletes: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.two_write_queues: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.atomic_flush: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T12:19:49.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T12:19:49.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.log_readahead_size: 0 2023-09-30T12:19:49.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T12:19:49.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T12:19:49.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T12:19:49.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T12:19:49.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T12:19:49.129 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T12:19:49.130 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_background_jobs: 2 2023-09-30T12:19:49.130 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_background_compactions: -1 2023-09-30T12:19:49.130 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_subcompactions: 1 2023-09-30T12:19:49.130 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_open_files: -1 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T12:19:49.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_background_flushes: -1 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Compression algorithms supported: 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kZSTD supported: 0 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kXpressCompression supported: 0 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kLZ4Compression supported: 1 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kBZip2Compression supported: 0 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kZlibCompression supported: 1 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: kSnappyCompression supported: 1 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T12:19:49.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000009 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.merge_operator: 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 bash[107363]: 9a21c444f1ebaf5efc4bfb9d65a95a2c5542db9a16c3b71fe8b6678643ae5b56 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_filter: None 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56410c96dd00) 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: cache_index_and_filter_blocks: 1 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T12:19:49.133 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: pin_top_level_index_and_filter: 1 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: index_type: 0 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: data_block_index_type: 0 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: index_shortening: 1 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: hash_index_allow_collision: 1 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: checksum: 1 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: no_block_cache: 0 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_cache: 0x56410c9d8170 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_cache_name: BinnedLRUCache 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_cache_options: 2023-09-30T12:19:49.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: capacity : 536870912 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: num_shard_bits : 4 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: strict_capacity_limit : 0 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: high_pri_pool_ratio: 0.000 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_cache_compressed: (nil) 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: persistent_cache: (nil) 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_size: 4096 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_size_deviation: 10 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_restart_interval: 16 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: index_block_restart_interval: 1 2023-09-30T12:19:49.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: metadata_block_size: 4096 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: partition_filters: 0 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: use_delta_encoding: 1 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: whole_key_filtering: 1 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: verify_compression: 0 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: read_amp_bytes_per_bit: 0 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: format_version: 4 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: enable_index_compression: 1 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: block_align: 0 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T12:19:49.136 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression: NoCompression 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.num_levels: 7 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T12:19:49.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T12:19:49.138 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T12:19:49.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T12:19:49.140 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.table_properties_collectors: 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.inplace_update_support: 0 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.bloom_locality: 0 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.max_successive_merges: 0 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T12:19:49.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.ttl: 2592000 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.enable_blob_files: false 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.min_blob_size: 0 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T12:19:49.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi150/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696076388704523, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696076388705176, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77645, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75903, "index_size": 230, "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": 9697, "raw_average_key_size": 47, "raw_value_size": 70359, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1696076388, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "1a4d022b-d18d-4be1-ad3f-5d8e671a3dd7", "db_session_id": "ZCLSMY1OIELCKL42PSNW"}} 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696076388705533, "job": 1, "event": "recovery_finished"} 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi150/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T12:19:49.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x56410c9bea80 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: DB pointer 0x56410c9ce000 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ** DB Stats ** 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ** Compaction Stats [default] ** 2023-09-30T12:19:49.144 INFO:journalctl@ceph.mon.smithi150.smithi150.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 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: L0 2/0 77.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Sum 2/0 77.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.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 175.9 0.00 0.00 1 0.000 0 0 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ** Compaction Stats [default] ** 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.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 2023-09-30T12:19:49.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:19:49.146 INFO:journalctl@ceph.mon.smithi150.smithi150.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 175.9 0.00 0.00 1 0.000 0 0 2023-09-30T12:19:49.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T12:19:49.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T12:19:49.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T12:19:49.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T12:19:49.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T12:19:49.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T12:19:49.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Cumulative compaction: 0.00 GB write, 25.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:19:49.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Interval compaction: 0.00 GB write, 25.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:19:49.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T12:19:49.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: 2023-09-30T12:19:49.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T12:19:49.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: 2023-09-30T12:19:49.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ** Compaction Stats [default] ** 2023-09-30T12:19:49.148 INFO:journalctl@ceph.mon.smithi150.smithi150.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 2023-09-30T12:19:49.148 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:19:49.148 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: L0 2/0 77.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-09-30T12:19:49.148 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Sum 2/0 77.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-09-30T12:19:49.148 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-30T12:19:49.148 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: 2023-09-30T12:19:49.148 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ** Compaction Stats [default] ** 2023-09-30T12:19:49.149 INFO:journalctl@ceph.mon.smithi150.smithi150.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 2023-09-30T12:19:49.149 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:19:49.149 INFO:journalctl@ceph.mon.smithi150.smithi150.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 175.9 0.00 0.00 1 0.000 0 0 2023-09-30T12:19:49.149 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T12:19:49.149 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T12:19:49.149 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T12:19:49.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T12:19:49.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T12:19:49.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T12:19:49.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Cumulative compaction: 0.00 GB write, 24.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:19:49.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:19:49.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T12:19:49.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: 2023-09-30T12:19:49.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T12:19:49.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: starting mon.smithi150 rank 0 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi150 fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:49.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???) e1 preinit fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:19:49.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???).mds e1 new map 2023-09-30T12:19:49.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???).mds e1 print_map 2023-09-30T12:19:49.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: e1 2023-09-30T12:19:49.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T12:19:49.152 INFO:journalctl@ceph.mon.smithi150.smithi150.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} 2023-09-30T12:19:49.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: legacy client fscid: -1 2023-09-30T12:19:49.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: 2023-09-30T12:19:49.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout: No filesystems configured 2023-09-30T12:19:49.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T12:19:49.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T12:19:49.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T12:19:49.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T12:19:49.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-30T12:19:49.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 systemd[1]: Started Ceph mon.smithi150 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7. 2023-09-30T12:19:49.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mon.smithi150 is new leader, mons smithi150 in quorum (ranks 0) 2023-09-30T12:19:49.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: monmap e1: 1 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} 2023-09-30T12:19:49.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: fsmap 2023-09-30T12:19:49.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T12:19:49.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:48 smithi150 ceph-mon[107401]: mgrmap e1: no daemons active 2023-09-30T12:19:49.558 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote config to /etc/ceph/ceph.conf 2023-09-30T12:19:49.559 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:19:49.559 INFO:teuthology.orchestra.run.smithi150.stderr:Creating mgr... 2023-09-30T12:19:49.559 INFO:teuthology.orchestra.run.smithi150.stderr:Verifying port 9283 ... 2023-09-30T12:19:49.682 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Failed to reset failed state of unit ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mgr.smithi150.whkjlu.service: Unit ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mgr.smithi150.whkjlu.service not loaded. 2023-09-30T12:19:49.688 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: Created symlink /etc/systemd/system/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7.target.wants/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mgr.smithi150.whkjlu.service → /etc/systemd/system/ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@.service. 2023-09-30T12:19:50.175 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-09-30T12:19:50.184 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-09-30T12:19:50.184 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-09-30T12:19:50.184 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to enable service . firewalld.service is not available 2023-09-30T12:19:50.192 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-09-30T12:19:50.199 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-09-30T12:19:50.201 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-09-30T12:19:50.201 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-30T12:19:50.201 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr to start... 2023-09-30T12:19:50.201 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr... 2023-09-30T12:19:50.425 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:50 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3781098805' entity='client.admin' 2023-09-30T12:19:50.685 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "93928c0e-5f8b-11ee-8db4-212e2dc638e7", 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T12:19:50.686 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:50.687 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T12:19:50.688 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:50.688 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T12:19:50.688 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T12:19:50.688 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T12:19:50.688 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T12:19:50.691 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T12:19:50.691 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T12:19:50.691 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:50.692 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": false, 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2023-09-30T12:19:50.693 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2023-09-30T12:19:45.345818+0000", 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T12:19:50.694 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:19:51.430 INFO:teuthology.orchestra.run.smithi150.stderr:mgr not available, waiting (1/15)... 2023-09-30T12:19:51.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:51 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2664447257' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T12:19:53.910 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:53.910 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:19:53.910 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "93928c0e-5f8b-11ee-8db4-212e2dc638e7", 2023-09-30T12:19:53.911 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2023-09-30T12:19:53.911 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T12:19:53.911 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T12:19:53.911 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T12:19:53.911 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:53.912 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T12:19:53.912 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T12:19:53.912 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2023-09-30T12:19:53.912 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:53.912 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T12:19:53.912 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T12:19:53.913 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:53.914 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T12:19:53.914 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T12:19:53.914 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T12:19:53.914 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T12:19:53.917 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T12:19:53.917 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T12:19:53.917 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:53.917 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T12:19:53.917 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:53.918 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": false, 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:53.919 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:53.920 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T12:19:53.920 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:53.920 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2023-09-30T12:19:45.345818+0000", 2023-09-30T12:19:53.920 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:53.920 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:53.920 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T12:19:53.920 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:19:54.248 INFO:teuthology.orchestra.run.smithi150.stderr:mgr not available, waiting (2/15)... 2023-09-30T12:19:54.982 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:54 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1491629534' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T12:19:56.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: Activating manager daemon smithi150.whkjlu 2023-09-30T12:19:56.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: mgrmap e2: smithi150.whkjlu(active, starting, since 0.00268454s) 2023-09-30T12:19:56.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T12:19:56.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T12:19:56.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr metadata", "who": "smithi150.whkjlu", "id": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: Manager daemon smithi150.whkjlu is now available 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' 2023-09-30T12:19:56.346 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:56 smithi150 ceph-mon[107401]: from='mgr.14100 172.21.15.150:0/3006971384' entity='mgr.smithi150.whkjlu' 2023-09-30T12:19:56.661 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:56.661 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "93928c0e-5f8b-11ee-8db4-212e2dc638e7", 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T12:19:56.662 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:56.663 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T12:19:56.664 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T12:19:56.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": false, 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T12:19:56.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2023-09-30T12:19:45.345818+0000", 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T12:19:56.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:19:57.023 INFO:teuthology.orchestra.run.smithi150.stderr:mgr not available, waiting (3/15)... 2023-09-30T12:19:57.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:57 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3004203085' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T12:19:57.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:57 smithi150 ceph-mon[107401]: mgrmap e3: smithi150.whkjlu(active, since 1.00571s) 2023-09-30T12:19:59.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:19:59 smithi150 ceph-mon[107401]: mgrmap e4: smithi150.whkjlu(active, since 2s) 2023-09-30T12:19:59.667 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:19:59.667 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:19:59.667 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsid": "93928c0e-5f8b-11ee-8db4-212e2dc638e7", 2023-09-30T12:19:59.667 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "health": { 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "checks": {}, 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mutes": [] 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum": [ 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 0 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "smithi150" 2023-09-30T12:19:59.668 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "monmap": { 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osdmap": { 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-30T12:19:59.669 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgmap": { 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-30T12:19:59.670 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-30T12:19:59.671 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-30T12:19:59.671 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-30T12:19:59.671 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-30T12:19:59.671 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-30T12:19:59.671 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-30T12:19:59.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:59.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "fsmap": { 2023-09-30T12:19:59.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:59.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-30T12:19:59.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-30T12:19:59.672 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:59.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-30T12:19:59.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2023-09-30T12:19:59.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-30T12:19:59.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modules": [ 2023-09-30T12:19:59.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "iostat", 2023-09-30T12:19:59.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "nfs", 2023-09-30T12:19:59.673 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "restful" 2023-09-30T12:19:59.674 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ], 2023-09-30T12:19:59.674 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:59.674 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:59.674 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "servicemap": { 2023-09-30T12:19:59.674 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-30T12:19:59.674 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "modified": "2023-09-30T12:19:45.345818+0000", 2023-09-30T12:19:59.675 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "services": {} 2023-09-30T12:19:59.675 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: }, 2023-09-30T12:19:59.675 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-30T12:19:59.675 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:20:00.032 INFO:teuthology.orchestra.run.smithi150.stderr:mgr is available 2023-09-30T12:20:00.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:00 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2689983733' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T12:20:00.547 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [global] 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: fsid = 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [mgr] 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 2023-09-30T12:20:00.548 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: [osd] 2023-09-30T12:20:00.549 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-30T12:20:00.549 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-30T12:20:00.842 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling cephadm module... 2023-09-30T12:20:01.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:01 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1395429674' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T12:20:02.537 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:02 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/970486786' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T12:20:03.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:03 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/970486786' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T12:20:03.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:03 smithi150 ceph-mon[107401]: mgrmap e5: smithi150.whkjlu(active, since 6s) 2023-09-30T12:20:05.582 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:20:05.582 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 5, 2023-09-30T12:20:05.582 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2023-09-30T12:20:05.582 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "active_name": "smithi150.whkjlu", 2023-09-30T12:20:05.582 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-30T12:20:05.582 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:20:05.963 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:05 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/317509206' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T12:20:07.101 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for the mgr to restart... 2023-09-30T12:20:07.102 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr epoch 5... 2023-09-30T12:20:09.342 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:20:09.342 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-09-30T12:20:09.342 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "initialized": true 2023-09-30T12:20:09.342 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:20:09.363 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: Active manager daemon smithi150.whkjlu restarted 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: Activating manager daemon smithi150.whkjlu 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: mgrmap e6: smithi150.whkjlu(active, starting, since 0.0525813s) 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr metadata", "who": "smithi150.whkjlu", "id": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: Manager daemon smithi150.whkjlu is now available 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:09.364 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: [30/Sep/2023:12:20:09] ENGINE Bus STARTING 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: [30/Sep/2023:12:20:09] ENGINE Serving on https://172.21.15.150:7150 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: [30/Sep/2023:12:20:09] ENGINE Bus STARTED 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:09.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:09 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:10 smithi150 ceph-mon[107401]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T12:20:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:10 smithi150 ceph-mon[107401]: mgrmap e7: smithi150.whkjlu(active, since 1.05575s) 2023-09-30T12:20:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:10 smithi150 ceph-mon[107401]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T12:20:10.847 INFO:teuthology.orchestra.run.smithi150.stderr:mgr epoch 5 is available 2023-09-30T12:20:10.847 INFO:teuthology.orchestra.run.smithi150.stderr:Setting orchestrator backend to cephadm... 2023-09-30T12:20:11.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:11 smithi150 ceph-mon[107401]: mgrmap e8: smithi150.whkjlu(active, since 2s) 2023-09-30T12:20:12.278 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: value unchanged 2023-09-30T12:20:12.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:12 smithi150 ceph-mon[107401]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:12.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:12 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:12.574 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:12 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:12.630 INFO:teuthology.orchestra.run.smithi150.stderr:Generating ssh key... 2023-09-30T12:20:13.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:13 smithi150 ceph-mon[107401]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:13.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:13 smithi150 ceph-mon[107401]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:13.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:13 smithi150 ceph-mon[107401]: Generating ssh key... 2023-09-30T12:20:13.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:13 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:13.591 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:13 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:14.198 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpiD62vxKnfKG/U0v9mguYuV6VJ2RgBTxdplfJGXm4tuBtJN5lGl3Bsv8N2jsB7jPWqDZAI+IhjHhFqlRy7RzKDUM5DpZTXaZK+Bt7osUcA+B43GqBQdLJ3ZZ+FDumbQtllfuEKcaEdT0SXZ0MKh7F9hH0r1UF9x8lHYFnMnrP0ICO1+EJsgku5Nc8Jpl30lQbuJMNs4mhsoG7cUuPe9BJ7qeq7Q98WSpoq1oziwPA/AgKiSSQ4CDd3QuI/SVoajGg/Y3JTq+WjArPvPYsyRSF2yens8vvSgXp8Tsd/qUnkpfl96qg/4iydqnOBTTrKbDLusnCqcYdiuxYfuCdk6NQWtBcRFFKZz8k4+7NSILsWutIHHcGX41Tg7VFC8ftuGw8NCsF/Hqmwb0UXP5w4lMgvVZt9y1htBNHdETL9Jt1S6GVxN8uzCpkDbjZvO9gTF8kMcK7oAFdZ+yS4G19Sq9ExFjMBo3fADRztufPxYeRh1nsvM7alOuLuv3lYVKNGO8= ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:20:14.571 INFO:teuthology.orchestra.run.smithi150.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-30T12:20:14.571 INFO:teuthology.orchestra.run.smithi150.stderr:Adding key to root@localhost authorized_keys... 2023-09-30T12:20:14.572 INFO:teuthology.orchestra.run.smithi150.stderr:Adding host smithi150... 2023-09-30T12:20:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:14 smithi150 ceph-mon[107401]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:15.906 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Added host 'smithi150' with addr '172.21.15.150' 2023-09-30T12:20:15.931 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:15 smithi150 ceph-mon[107401]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "addr": "172.21.15.150", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:16.200 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying mon service with default placement... 2023-09-30T12:20:16.757 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled mon update... 2023-09-30T12:20:17.028 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:16 smithi150 ceph-mon[107401]: Deploying cephadm binary to smithi150 2023-09-30T12:20:17.028 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:16 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:17.028 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:16 smithi150 ceph-mon[107401]: Added host smithi150 2023-09-30T12:20:17.028 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:16 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:17.028 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:16 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:17.137 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying mgr service with default placement... 2023-09-30T12:20:17.734 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-09-30T12:20:18.023 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:17 smithi150 ceph-mon[107401]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:18.023 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:17 smithi150 ceph-mon[107401]: Saving service mon spec with placement count:5 2023-09-30T12:20:18.023 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:17 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:18.196 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying crash service with default placement... 2023-09-30T12:20:18.795 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled crash update... 2023-09-30T12:20:19.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:19 smithi150 ceph-mon[107401]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:19.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:19 smithi150 ceph-mon[107401]: Saving service mgr spec with placement count:2 2023-09-30T12:20:19.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:19 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:19.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:19 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:19.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:19 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:19.306 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying prometheus service with default placement... 2023-09-30T12:20:19.940 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-09-30T12:20:20.243 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying grafana service with default placement... 2023-09-30T12:20:20.517 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:20 smithi150 ceph-mon[107401]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:20.517 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:20 smithi150 ceph-mon[107401]: Saving service crash spec with placement * 2023-09-30T12:20:20.517 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:20 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:20.518 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:20 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:20.518 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:20 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:20.854 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-09-30T12:20:21.278 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying node-exporter service with default placement... 2023-09-30T12:20:21.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:21 smithi150 ceph-mon[107401]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:21.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:21 smithi150 ceph-mon[107401]: Saving service prometheus spec with placement count:1 2023-09-30T12:20:21.433 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:21 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:21.831 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-09-30T12:20:22.170 INFO:teuthology.orchestra.run.smithi150.stderr:Deploying alertmanager service with default placement... 2023-09-30T12:20:22.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:22 smithi150 ceph-mon[107401]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:22.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:22 smithi150 ceph-mon[107401]: Saving service grafana spec with placement count:1 2023-09-30T12:20:22.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:22 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:22.740 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-09-30T12:20:23.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:23 smithi150 ceph-mon[107401]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:23.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:23 smithi150 ceph-mon[107401]: Saving service node-exporter spec with placement * 2023-09-30T12:20:23.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:23 smithi150 ceph-mon[107401]: from='mgr.14120 172.21.15.150:0/3159347640' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:24 smithi150 ceph-mon[107401]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:24 smithi150 ceph-mon[107401]: Saving service alertmanager spec with placement count:1 2023-09-30T12:20:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:24 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2247667338' entity='client.admin' 2023-09-30T12:20:24.903 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling the dashboard module... 2023-09-30T12:20:25.824 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:25 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1538279972' entity='client.admin' 2023-09-30T12:20:25.824 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:25 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/57195977' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T12:20:26.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:20:26.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "epoch": 9, 2023-09-30T12:20:26.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "available": true, 2023-09-30T12:20:26.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "active_name": "smithi150.whkjlu", 2023-09-30T12:20:26.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-30T12:20:26.787 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:20:26.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:26 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/57195977' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T12:20:26.811 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:26 smithi150 ceph-mon[107401]: mgrmap e9: smithi150.whkjlu(active, since 17s) 2023-09-30T12:20:27.144 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for the mgr to restart... 2023-09-30T12:20:27.145 INFO:teuthology.orchestra.run.smithi150.stderr:Waiting for mgr epoch 9... 2023-09-30T12:20:27.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:27 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2434623499' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T12:20:32.683 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: { 2023-09-30T12:20:32.684 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-09-30T12:20:32.684 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: "initialized": true 2023-09-30T12:20:32.684 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: } 2023-09-30T12:20:32.882 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: Active manager daemon smithi150.whkjlu restarted 2023-09-30T12:20:32.882 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: Activating manager daemon smithi150.whkjlu 2023-09-30T12:20:32.882 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T12:20:32.882 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: mgrmap e10: smithi150.whkjlu(active, starting, since 0.0553878s) 2023-09-30T12:20:32.882 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr metadata", "who": "smithi150.whkjlu", "id": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: Manager daemon smithi150.whkjlu is now available 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: [30/Sep/2023:12:20:32] ENGINE Bus STARTING 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: [30/Sep/2023:12:20:32] ENGINE Serving on https://172.21.15.150:7150 2023-09-30T12:20:32.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: [30/Sep/2023:12:20:32] ENGINE Bus STARTED 2023-09-30T12:20:32.884 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:32.884 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:32 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:32.979 INFO:teuthology.orchestra.run.smithi150.stderr:mgr epoch 9 is available 2023-09-30T12:20:32.979 INFO:teuthology.orchestra.run.smithi150.stderr:Generating a dashboard self-signed certificate... 2023-09-30T12:20:33.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:33 smithi150 ceph-mon[107401]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T12:20:33.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:33 smithi150 ceph-mon[107401]: mgrmap e11: smithi150.whkjlu(active, since 1.05819s) 2023-09-30T12:20:33.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:33 smithi150 ceph-mon[107401]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T12:20:33.726 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:33 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:33.740 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: Self-signed certificate created 2023-09-30T12:20:34.127 INFO:teuthology.orchestra.run.smithi150.stderr:Creating initial admin user... 2023-09-30T12:20:34.924 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$lnhvMrMJAgWUe79bYs.sBOECaHl.sdQ9bxBBfV.is238lZXLy7/Ka", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696076434, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-30T12:20:35.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:34 smithi150 ceph-mon[107401]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:35.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:34 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:35.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:34 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:35.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:34 smithi150 ceph-mon[107401]: mgrmap e12: smithi150.whkjlu(active, since 2s) 2023-09-30T12:20:35.293 INFO:teuthology.orchestra.run.smithi150.stderr:Fetching dashboard port number... 2023-09-30T12:20:35.862 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: 8443 2023-09-30T12:20:36.219 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: disabled 2023-09-30T12:20:36.226 INFO:teuthology.orchestra.run.smithi150.stderr:systemctl: inactive 2023-09-30T12:20:36.226 INFO:teuthology.orchestra.run.smithi150.stderr:firewalld.service is not enabled 2023-09-30T12:20:36.227 INFO:teuthology.orchestra.run.smithi150.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-30T12:20:36.229 INFO:teuthology.orchestra.run.smithi150.stderr:Ceph Dashboard is now available at: 2023-09-30T12:20:36.229 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:36.229 INFO:teuthology.orchestra.run.smithi150.stderr: URL: https://smithi150.front.sepia.ceph.com:8443/ 2023-09-30T12:20:36.229 INFO:teuthology.orchestra.run.smithi150.stderr: User: admin 2023-09-30T12:20:36.229 INFO:teuthology.orchestra.run.smithi150.stderr: Password: vfauumlvsy 2023-09-30T12:20:36.229 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:36.229 INFO:teuthology.orchestra.run.smithi150.stderr:Enabling autotune for osd_memory_target 2023-09-30T12:20:36.340 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:35 smithi150 ceph-mon[107401]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:36.341 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:35 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:36.341 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:35 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/21816374' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T12:20:38.341 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-09-30T12:20:38.668 INFO:teuthology.orchestra.run.smithi150.stderr:You can access the Ceph CLI with: 2023-09-30T12:20:38.668 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:38.668 INFO:teuthology.orchestra.run.smithi150.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:20:38.668 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:38.668 INFO:teuthology.orchestra.run.smithi150.stderr:Please consider enabling telemetry to help improve Ceph: 2023-09-30T12:20:38.668 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:38.669 INFO:teuthology.orchestra.run.smithi150.stderr: ceph telemetry on 2023-09-30T12:20:38.669 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:38.669 INFO:teuthology.orchestra.run.smithi150.stderr:For more information see: 2023-09-30T12:20:38.669 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:38.669 INFO:teuthology.orchestra.run.smithi150.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-09-30T12:20:38.669 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:20:38.669 INFO:teuthology.orchestra.run.smithi150.stderr:Bootstrap complete. 2023-09-30T12:20:38.704 INFO:tasks.cephadm:Fetching config... 2023-09-30T12:20:38.704 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:20:38.704 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-30T12:20:38.723 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-30T12:20:38.723 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:20:38.723 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-30T12:20:38.781 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-30T12:20:38.781 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:20:38.782 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/keyring of=/dev/stdout 2023-09-30T12:20:38.850 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-30T12:20:38.850 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:20:38.850 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-30T12:20:38.910 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-30T12:20:38.910 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpiD62vxKnfKG/U0v9mguYuV6VJ2RgBTxdplfJGXm4tuBtJN5lGl3Bsv8N2jsB7jPWqDZAI+IhjHhFqlRy7RzKDUM5DpZTXaZK+Bt7osUcA+B43GqBQdLJ3ZZ+FDumbQtllfuEKcaEdT0SXZ0MKh7F9hH0r1UF9x8lHYFnMnrP0ICO1+EJsgku5Nc8Jpl30lQbuJMNs4mhsoG7cUuPe9BJ7qeq7Q98WSpoq1oziwPA/AgKiSSQ4CDd3QuI/SVoajGg/Y3JTq+WjArPvPYsyRSF2yens8vvSgXp8Tsd/qUnkpfl96qg/4iydqnOBTTrKbDLusnCqcYdiuxYfuCdk6NQWtBcRFFKZz8k4+7NSILsWutIHHcGX41Tg7VFC8ftuGw8NCsF/Hqmwb0UXP5w4lMgvVZt9y1htBNHdETL9Jt1S6GVxN8uzCpkDbjZvO9gTF8kMcK7oAFdZ+yS4G19Sq9ExFjMBo3fADRztufPxYeRh1nsvM7alOuLuv3lYVKNGO8= ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T12:20:38.977 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:38 smithi150 ceph-mon[107401]: mgrmap e13: smithi150.whkjlu(active, since 6s) 2023-09-30T12:20:38.977 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:38 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3701049076' entity='client.admin' 2023-09-30T12:20:38.990 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpiD62vxKnfKG/U0v9mguYuV6VJ2RgBTxdplfJGXm4tuBtJN5lGl3Bsv8N2jsB7jPWqDZAI+IhjHhFqlRy7RzKDUM5DpZTXaZK+Bt7osUcA+B43GqBQdLJ3ZZ+FDumbQtllfuEKcaEdT0SXZ0MKh7F9hH0r1UF9x8lHYFnMnrP0ICO1+EJsgku5Nc8Jpl30lQbuJMNs4mhsoG7cUuPe9BJ7qeq7Q98WSpoq1oziwPA/AgKiSSQ4CDd3QuI/SVoajGg/Y3JTq+WjArPvPYsyRSF2yens8vvSgXp8Tsd/qUnkpfl96qg/4iydqnOBTTrKbDLusnCqcYdiuxYfuCdk6NQWtBcRFFKZz8k4+7NSILsWutIHHcGX41Tg7VFC8ftuGw8NCsF/Hqmwb0UXP5w4lMgvVZt9y1htBNHdETL9Jt1S6GVxN8uzCpkDbjZvO9gTF8kMcK7oAFdZ+yS4G19Sq9ExFjMBo3fADRztufPxYeRh1nsvM7alOuLuv3lYVKNGO8= ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:20:39.001 DEBUG:teuthology.orchestra.run.smithi156:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpiD62vxKnfKG/U0v9mguYuV6VJ2RgBTxdplfJGXm4tuBtJN5lGl3Bsv8N2jsB7jPWqDZAI+IhjHhFqlRy7RzKDUM5DpZTXaZK+Bt7osUcA+B43GqBQdLJ3ZZ+FDumbQtllfuEKcaEdT0SXZ0MKh7F9hH0r1UF9x8lHYFnMnrP0ICO1+EJsgku5Nc8Jpl30lQbuJMNs4mhsoG7cUuPe9BJ7qeq7Q98WSpoq1oziwPA/AgKiSSQ4CDd3QuI/SVoajGg/Y3JTq+WjArPvPYsyRSF2yens8vvSgXp8Tsd/qUnkpfl96qg/4iydqnOBTTrKbDLusnCqcYdiuxYfuCdk6NQWtBcRFFKZz8k4+7NSILsWutIHHcGX41Tg7VFC8ftuGw8NCsF/Hqmwb0UXP5w4lMgvVZt9y1htBNHdETL9Jt1S6GVxN8uzCpkDbjZvO9gTF8kMcK7oAFdZ+yS4G19Sq9ExFjMBo3fADRztufPxYeRh1nsvM7alOuLuv3lYVKNGO8= ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T12:20:39.047 INFO:teuthology.orchestra.run.smithi156.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpiD62vxKnfKG/U0v9mguYuV6VJ2RgBTxdplfJGXm4tuBtJN5lGl3Bsv8N2jsB7jPWqDZAI+IhjHhFqlRy7RzKDUM5DpZTXaZK+Bt7osUcA+B43GqBQdLJ3ZZ+FDumbQtllfuEKcaEdT0SXZ0MKh7F9hH0r1UF9x8lHYFnMnrP0ICO1+EJsgku5Nc8Jpl30lQbuJMNs4mhsoG7cUuPe9BJ7qeq7Q98WSpoq1oziwPA/AgKiSSQ4CDd3QuI/SVoajGg/Y3JTq+WjArPvPYsyRSF2yens8vvSgXp8Tsd/qUnkpfl96qg/4iydqnOBTTrKbDLusnCqcYdiuxYfuCdk6NQWtBcRFFKZz8k4+7NSILsWutIHHcGX41Tg7VFC8ftuGw8NCsF/Hqmwb0UXP5w4lMgvVZt9y1htBNHdETL9Jt1S6GVxN8uzCpkDbjZvO9gTF8kMcK7oAFdZ+yS4G19Sq9ExFjMBo3fADRztufPxYeRh1nsvM7alOuLuv3lYVKNGO8= ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:20:39.059 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-30T12:20:41.101 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-30T12:20:41.102 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-30T12:20:41.986 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:41 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1306460698' entity='client.admin' 2023-09-30T12:20:41.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:41 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:41.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:41 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:20:41.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:41 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:41.987 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:41 smithi150 ceph-mon[107401]: Deploying daemon alertmanager.smithi150 on smithi150 2023-09-30T12:20:43.583 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi156 2023-09-30T12:20:43.583 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-09-30T12:20:43.583 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.conf 2023-09-30T12:20:43.606 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-09-30T12:20:43.606 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:20:43.667 INFO:tasks.cephadm:Adding host smithi156 to orchestrator... 2023-09-30T12:20:43.668 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi156 2023-09-30T12:20:43.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:43 smithi150 ceph-mon[107401]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:43.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:43 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:47.829 INFO:teuthology.orchestra.run.smithi150.stdout:Added host 'smithi156' with addr '172.21.15.156' 2023-09-30T12:20:47.857 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:47 smithi150 ceph-mon[107401]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi156", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:47.857 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:47 smithi150 ceph-mon[107401]: Deploying cephadm binary to smithi156 2023-09-30T12:20:48.467 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T12:20:49.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:48 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:48 smithi150 ceph-mon[107401]: Added host smithi156 2023-09-30T12:20:50.203 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:20:50.203 INFO:teuthology.orchestra.run.smithi150.stdout:[{"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}, {"addr": "172.21.15.156", "hostname": "smithi156", "labels": [], "status": ""}] 2023-09-30T12:20:50.493 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:50 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:50.494 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:50 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T12:20:50.494 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:50 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T12:20:50.494 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:50 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:20:50.494 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:50 smithi150 ceph-mon[107401]: Deploying daemon crash.smithi150 on smithi150 2023-09-30T12:20:50.609 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-30T12:20:50.610 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-30T12:20:51.407 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:51 smithi150 ceph-mon[107401]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:20:52.731 INFO:teuthology.orchestra.run.smithi150.stderr:adjusted tunables profile to default 2023-09-30T12:20:52.760 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: Deploying daemon grafana.smithi150 on smithi150 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:52.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:52 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/543058575' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T12:20:53.095 INFO:tasks.cephadm:Adding mon.smithi150 on smithi150 2023-09-30T12:20:53.095 INFO:tasks.cephadm:Adding mon.smithi156 on smithi156 2023-09-30T12:20:53.096 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '2;smithi150:172.21.15.150=smithi150;smithi156:172.21.15.156=smithi156' 2023-09-30T12:20:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:53 smithi150 ceph-mon[107401]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:20:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:53 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/543058575' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T12:20:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:53 smithi150 ceph-mon[107401]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T12:20:54.429 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled mon update... 2023-09-30T12:20:54.814 DEBUG:teuthology.orchestra.run.smithi156:mon.smithi156> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi156.service 2023-09-30T12:20:54.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:20:54.816 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:20:54.846 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:20:55.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:55 smithi150 ceph-mon[107401]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:20:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:55 smithi150 ceph-mon[107401]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi150:172.21.15.150=smithi150;smithi156:172.21.15.156=smithi156", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:20:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:55 smithi150 ceph-mon[107401]: Saving service mon spec with placement smithi150:172.21.15.150=smithi150;smithi156:172.21.15.156=smithi156;count:2 2023-09-30T12:20:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:55 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:20:56.220 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:20:56.220 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:20:56.222 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:20:56.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:56 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/1863021209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:20:57.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:20:57.609 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:20:57.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:57 smithi150 ceph-mon[107401]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:20:59.043 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:20:59.043 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:20:59.044 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:20:59.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:59 smithi150 ceph-mon[107401]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:20:59.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:20:59 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/2230577464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:00.415 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:00.417 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:01.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:01 smithi150 ceph-mon[107401]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:01.754 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:01.754 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:01.756 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:02.461 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:02 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/4080901274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:03.140 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:03.140 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:03.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:03 smithi150 ceph-mon[107401]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:03.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:03 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:04.554 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:04.554 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:04.556 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:04.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:04 smithi150 ceph-mon[107401]: Deploying daemon node-exporter.smithi150 on smithi150 2023-09-30T12:21:05.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:05 smithi150 ceph-mon[107401]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:05.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:05 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/4097864066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:05.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:05.937 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:06.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:06 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:06.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:06 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T12:21:06.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:06 smithi150 ceph-mon[107401]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:07.279 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:07.279 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:07.281 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:08.088 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:07 smithi150 ceph-mon[107401]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T12:21:08.088 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:07 smithi150 ceph-mon[107401]: mgrmap e14: smithi150.whkjlu(active, since 35s) 2023-09-30T12:21:08.088 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:07 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/761241750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:08.647 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:08.647 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:10.095 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:10.095 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:10.097 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:10.515 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:10 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/4105789581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:11.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:11.479 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:12.895 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:12.895 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:12.896 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: Active manager daemon smithi150.whkjlu restarted 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: Activating manager daemon smithi150.whkjlu 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: mgrmap e15: smithi150.whkjlu(active, starting, since 0.0528106s) 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr metadata", "who": "smithi150.whkjlu", "id": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T12:21:13.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: Manager daemon smithi150.whkjlu is now available 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/52157127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:13.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:13.871 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:14.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:14.285 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:14 smithi150 ceph-mon[107401]: [30/Sep/2023:12:21:13] ENGINE Bus STARTING 2023-09-30T12:21:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:14 smithi150 ceph-mon[107401]: [30/Sep/2023:12:21:13] ENGINE Serving on https://172.21.15.150:7150 2023-09-30T12:21:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:14 smithi150 ceph-mon[107401]: [30/Sep/2023:12:21:13] ENGINE Bus STARTED 2023-09-30T12:21:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:14 smithi150 ceph-mon[107401]: mgrmap e16: smithi150.whkjlu(active, since 1.05549s) 2023-09-30T12:21:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:16.103 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:16.103 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:16.105 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:16.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:16.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:16.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:21:16.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:15 smithi150 ceph-mon[107401]: Updating smithi150:/etc/ceph/ceph.conf 2023-09-30T12:21:16.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:15 smithi150 ceph-mon[107401]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:16.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:15 smithi150 ceph-mon[107401]: mgrmap e17: smithi150.whkjlu(active, since 3s) 2023-09-30T12:21:16.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:17.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/2746844939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:17.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:17.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:17.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi156", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:21:17.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:17.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T12:21:17.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T12:21:17.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:17.702 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:17.703 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:18.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:17 smithi150 ceph-mon[107401]: Deploying daemon crash.smithi156 on smithi156 2023-09-30T12:21:19.335 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:19.335 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:19.337 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:20.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:19 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:20.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:19 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:21:20.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:19 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T12:21:20.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:19 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:21:20.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:19 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:20.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:19 smithi150 ceph-mon[107401]: Deploying daemon mgr.smithi156.fjrxdg on smithi156 2023-09-30T12:21:20.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:19 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/3829793658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:20.945 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:20.945 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:21.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:21 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:21.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:21 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T12:21:21.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:21 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:21.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:21 smithi150 ceph-mon[107401]: Deploying daemon mon.smithi156 on smithi156 2023-09-30T12:21:23.012 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:23.012 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:19:43.432200Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T12:21:23.013 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-09-30T12:21:23.039 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:22 smithi156 systemd[1]: Starting Ceph mon.smithi156 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: pidfile_write: ignore empty --pid-file 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: load: jerasure load: lrc 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: RocksDB version: 6.15.5 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Compile date Apr 18 2022 2023-09-30T12:21:23.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: DB SUMMARY 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: DB Session ID: Y57Z70K6XVNDYTQHSNQ2 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: CURRENT file: CURRENT 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi156/store.db dir, Total Num: 0, files: 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi156/store.db: 000004.log size: 511 ; 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.error_if_exists: 0 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.create_if_missing: 0 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.paranoid_checks: 1 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.env: 0x5651fb789860 2023-09-30T12:21:23.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.fs: Posix File System 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.info_log: 0x5651fce9bfa0 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.statistics: (nil) 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.use_fsync: 0 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_log_file_size: 0 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.allow_fallocate: 1 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T12:21:23.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.use_direct_reads: 0 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.db_log_dir: 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi156/store.db 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T12:21:23.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.write_buffer_manager: 0x5651fcf8c2d0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 bash[110086]: 581c93d3d6b7f852d619bd9882848051aa89917cde6462c3430cb771cc4393c0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.unordered_write: 0 2023-09-30T12:21:23.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.row_cache: None 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.wal_filter: None 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.preserve_deletes: 0 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.two_write_queues: 0 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.atomic_flush: 0 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T12:21:23.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.log_readahead_size: 0 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_background_jobs: 2 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_background_compactions: -1 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_subcompactions: 1 2023-09-30T12:21:23.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_open_files: -1 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T12:21:23.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_background_flushes: -1 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Compression algorithms supported: 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kZSTD supported: 0 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kXpressCompression supported: 0 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kLZ4Compression supported: 1 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kBZip2Compression supported: 0 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kZlibCompression supported: 1 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: kSnappyCompression supported: 1 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000003 2023-09-30T12:21:23.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.merge_operator: 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_filter: None 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5651fce67d00) 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: cache_index_and_filter_blocks: 1 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: pin_top_level_index_and_filter: 1 2023-09-30T12:21:23.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: index_type: 0 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: data_block_index_type: 0 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: index_shortening: 1 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: hash_index_allow_collision: 1 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: checksum: 1 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: no_block_cache: 0 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_cache: 0x5651fced2170 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_cache_name: BinnedLRUCache 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_cache_options: 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: capacity : 536870912 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: num_shard_bits : 4 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: strict_capacity_limit : 0 2023-09-30T12:21:23.640 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: high_pri_pool_ratio: 0.000 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_cache_compressed: (nil) 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: persistent_cache: (nil) 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_size: 4096 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_size_deviation: 10 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_restart_interval: 16 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: index_block_restart_interval: 1 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: metadata_block_size: 4096 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: partition_filters: 0 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: use_delta_encoding: 1 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: whole_key_filtering: 1 2023-09-30T12:21:23.641 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: verify_compression: 0 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: read_amp_bytes_per_bit: 0 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: format_version: 4 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: enable_index_compression: 1 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: block_align: 0 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression: NoCompression 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.num_levels: 7 2023-09-30T12:21:23.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T12:21:23.643 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T12:21:23.644 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T12:21:23.644 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T12:21:23.645 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T12:21:23.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T12:21:23.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.table_properties_collectors: 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.inplace_update_support: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.bloom_locality: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.max_successive_merges: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T12:21:23.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.ttl: 2592000 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.enable_blob_files: false 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.min_blob_size: 0 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696076483419568, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-09-30T12:21:23.649 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696076483419859, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1696076483, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "11ac7a92-6048-43a7-a54e-545fd28ea3c9", "db_session_id": "Y57Z70K6XVNDYTQHSNQ2"}} 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696076483420207, "job": 1, "event": "recovery_finished"} 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi156/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5651fceb8a80 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: DB pointer 0x5651fcec8000 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ** DB Stats ** 2023-09-30T12:21:23.650 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ** Compaction Stats [default] ** 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.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 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T12:21:23.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.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 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ** Compaction Stats [default] ** 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.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 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.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 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T12:21:23.652 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ** Compaction Stats [default] ** 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.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 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: 2023-09-30T12:21:23.653 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ** Compaction Stats [default] ** 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.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 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.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 5.4 0.00 0.00 1 0.000 0 0 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T12:21:23.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156 does not exist in monmap, will attempt to join an existing cluster 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 systemd[1]: Started Ceph mon.smithi156 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7. 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: using public_addr v2:172.21.15.156:0/0 -> [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: starting mon.smithi156 rank -1 at public addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] at bind addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi156 fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(???) e0 preinit fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).mds e1 new map 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).mds e1 print_map 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: e1 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.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} 2023-09-30T12:21:23.655 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: legacy client fscid: -1 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout: No filesystems configured 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T12:21:23.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/4080901274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Deploying daemon node-exporter.smithi150 on smithi150 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/4097864066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14162 172.21.15.150:0/1359559175' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T12:21:23.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mgrmap e14: smithi150.whkjlu(active, since 35s) 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/761241750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/4105789581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Active manager daemon smithi150.whkjlu restarted 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Activating manager daemon smithi150.whkjlu 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mgrmap e15: smithi150.whkjlu(active, starting, since 0.0528106s) 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr metadata", "who": "smithi150.whkjlu", "id": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T12:21:23.658 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Manager daemon smithi150.whkjlu is now available 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/52157127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: [30/Sep/2023:12:21:13] ENGINE Bus STARTING 2023-09-30T12:21:23.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: [30/Sep/2023:12:21:13] ENGINE Serving on https://172.21.15.150:7150 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: [30/Sep/2023:12:21:13] ENGINE Bus STARTED 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mgrmap e16: smithi150.whkjlu(active, since 1.05549s) 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Updating smithi150:/etc/ceph/ceph.conf 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mgrmap e17: smithi150.whkjlu(active, since 3s) 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/2746844939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi156", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Deploying daemon crash.smithi156 on smithi156 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:21:23.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Deploying daemon mgr.smithi156.fjrxdg on smithi156 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/3829793658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: Deploying daemon mon.smithi156 on smithi156 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-09-30T12:21:23.662 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:23 smithi156 ceph-mon[110147]: mon.smithi156@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-30T12:21:24.480 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-30T12:21:24.480 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T12:21:28.814 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:21:28.814 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: mon.smithi150 calling monitor election 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: mon.smithi156 calling monitor election 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/crt"}]: dispatch 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: mon.smithi150 is new leader, mons smithi150,smithi156 in quorum (ranks 0,1) 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: monmap e2: 2 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: fsmap 2023-09-30T12:21:28.815 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T12:21:28.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: mgrmap e17: smithi150.whkjlu(active, since 15s) 2023-09-30T12:21:28.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: Standby manager daemon smithi156.fjrxdg started 2023-09-30T12:21:28.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T12:21:28.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: overall HEALTH_OK 2023-09-30T12:21:28.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/key"}]: dispatch 2023-09-30T12:21:28.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:28.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:28 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T12:21:28.864 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-09-30T12:21:28.864 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":2,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","modified":"2023-09-30T12:21:23.450078Z","created":"2023-09-30T12:19:43.432200Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T12:21:28.866 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 2 2023-09-30T12:21:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:21:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: mon.smithi150 calling monitor election 2023-09-30T12:21:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: mon.smithi156 calling monitor election 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/crt"}]: dispatch 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: mon.smithi150 is new leader, mons smithi150,smithi156 in quorum (ranks 0,1) 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: monmap e2: 2 mons at {smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0],smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: fsmap 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: osdmap e5: 0 total, 0 up, 0 in 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: mgrmap e17: smithi150.whkjlu(active, since 15s) 2023-09-30T12:21:28.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: Standby manager daemon smithi156.fjrxdg started 2023-09-30T12:21:28.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T12:21:28.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: overall HEALTH_OK 2023-09-30T12:21:28.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/key"}]: dispatch 2023-09-30T12:21:28.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:28.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:28 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/3054743719' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T12:21:29.223 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-30T12:21:29.224 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-30T12:21:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:29 smithi156 ceph-mon[110147]: Deploying daemon node-exporter.smithi156 on smithi156 2023-09-30T12:21:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:29 smithi156 ceph-mon[110147]: mgrmap e18: smithi150.whkjlu(active, since 15s), standbys: smithi156.fjrxdg 2023-09-30T12:21:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:29 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr metadata", "who": "smithi156.fjrxdg", "id": "smithi156.fjrxdg"}]: dispatch 2023-09-30T12:21:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:29 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/54140929' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:29 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:29.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:29 smithi150 ceph-mon[107401]: Deploying daemon node-exporter.smithi156 on smithi156 2023-09-30T12:21:29.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:29 smithi150 ceph-mon[107401]: mgrmap e18: smithi150.whkjlu(active, since 15s), standbys: smithi156.fjrxdg 2023-09-30T12:21:29.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:29 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr metadata", "who": "smithi156.fjrxdg", "id": "smithi156.fjrxdg"}]: dispatch 2023-09-30T12:21:29.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:29 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/54140929' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T12:21:29.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:29 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:21:32.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:32 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:32.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:32 smithi150 ceph-mon[107401]: Deploying daemon prometheus.smithi150 on smithi150 2023-09-30T12:21:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:32 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:32 smithi156 ceph-mon[110147]: Deploying daemon prometheus.smithi150 on smithi150 2023-09-30T12:21:32.943 INFO:teuthology.orchestra.run.smithi150.stdout:# minimal ceph.conf for 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:21:32.943 INFO:teuthology.orchestra.run.smithi150.stdout:[global] 2023-09-30T12:21:32.943 INFO:teuthology.orchestra.run.smithi150.stdout: fsid = 93928c0e-5f8b-11ee-8db4-212e2dc638e7 2023-09-30T12:21:32.943 INFO:teuthology.orchestra.run.smithi150.stdout: mon_host = [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] 2023-09-30T12:21:33.284 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-30T12:21:33.284 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:21:33.284 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T12:21:33.313 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:21:33.313 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:33.382 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-09-30T12:21:33.382 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T12:21:33.420 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-09-30T12:21:33.420 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:33.492 INFO:tasks.cephadm:Deploying OSDs... 2023-09-30T12:21:33.492 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:21:33.493 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T12:21:33.513 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T12:21:33.513 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2023-09-30T12:21:33.572 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T12:21:33.572 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 386777 Links: 1 2023-09-30T12:21:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-09-30 12:21:03.537683265 +0000 2023-09-30T12:21:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-09-30 12:18:22.722564980 +0000 2023-09-30T12:21:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-09-30 12:18:22.722564980 +0000 2023-09-30T12:21:33.573 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-09-30T12:21:33.573 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T12:21:33.641 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-09-30T12:21:33.641 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-09-30T12:21:33.642 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000214264 s, 2.4 MB/s 2023-09-30T12:21:33.643 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T12:21:33.709 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2023-09-30T12:21:33.769 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T12:21:33.769 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:33.770 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 394619 Links: 1 2023-09-30T12:21:33.770 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:33.770 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:33.770 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-09-30 12:21:03.537683265 +0000 2023-09-30T12:21:33.770 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-09-30 12:18:23.238555054 +0000 2023-09-30T12:21:33.770 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-09-30 12:18:23.238555054 +0000 2023-09-30T12:21:33.770 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-09-30T12:21:33.770 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T12:21:33.841 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-09-30T12:21:33.841 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-09-30T12:21:33.841 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000208543 s, 2.5 MB/s 2023-09-30T12:21:33.842 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T12:21:33.906 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 396528 Links: 1 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-09-30 12:21:03.537683265 +0000 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-09-30 12:18:23.780544629 +0000 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-09-30 12:18:23.780544629 +0000 2023-09-30T12:21:33.972 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-09-30T12:21:33.973 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T12:21:34.042 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:33 smithi150 ceph-mon[107401]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:34.043 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:33 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:34.043 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:33 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2944252179' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:34.045 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-09-30T12:21:34.045 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-09-30T12:21:34.045 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000212756 s, 2.4 MB/s 2023-09-30T12:21:34.046 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T12:21:34.105 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2023-09-30T12:21:34.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:33 smithi156 ceph-mon[110147]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:34.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:33 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:34.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:33 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2944252179' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:34.164 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T12:21:34.164 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:34.164 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 397314 Links: 1 2023-09-30T12:21:34.164 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:34.164 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:34.165 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-09-30 12:21:03.537683265 +0000 2023-09-30T12:21:34.165 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-09-30 12:18:24.293534763 +0000 2023-09-30T12:21:34.165 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-09-30 12:18:24.293534763 +0000 2023-09-30T12:21:34.165 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-09-30T12:21:34.165 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T12:21:34.232 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-09-30T12:21:34.232 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-09-30T12:21:34.232 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000206807 s, 2.5 MB/s 2023-09-30T12:21:34.233 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T12:21:34.293 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-09-30T12:21:34.293 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T12:21:34.316 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T12:21:34.316 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_1 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 394746 Links: 1 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-09-30 12:21:29.016690396 +0000 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-09-30 12:18:22.452543703 +0000 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-09-30 12:18:22.452543703 +0000 2023-09-30T12:21:34.379 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-09-30T12:21:34.380 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T12:21:34.450 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-09-30T12:21:34.450 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-09-30T12:21:34.450 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 9.6285e-05 s, 5.3 MB/s 2023-09-30T12:21:34.451 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T12:21:34.512 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_2 2023-09-30T12:21:34.573 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T12:21:34.573 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:34.573 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 394832 Links: 1 2023-09-30T12:21:34.574 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:34.574 INFO:teuthology.orchestra.run.smithi156.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:34.574 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-09-30 12:21:29.016690396 +0000 2023-09-30T12:21:34.574 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-09-30 12:18:22.964536131 +0000 2023-09-30T12:21:34.574 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-09-30 12:18:22.964536131 +0000 2023-09-30T12:21:34.574 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-09-30T12:21:34.574 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T12:21:34.641 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-09-30T12:21:34.641 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-09-30T12:21:34.641 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000122095 s, 4.2 MB/s 2023-09-30T12:21:34.642 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T12:21:34.704 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_3 2023-09-30T12:21:34.763 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 386636 Links: 1 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-09-30 12:21:29.016690396 +0000 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-09-30 12:18:23.481528485 +0000 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-09-30 12:18:23.481528485 +0000 2023-09-30T12:21:34.764 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-09-30T12:21:34.765 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T12:21:34.831 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-09-30T12:21:34.831 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-09-30T12:21:34.831 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000103931 s, 4.9 MB/s 2023-09-30T12:21:34.832 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T12:21:34.891 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_4 2023-09-30T12:21:34.949 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T12:21:34.949 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T12:21:34.949 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 6h/6d Inode: 394981 Links: 1 2023-09-30T12:21:34.950 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T12:21:34.950 INFO:teuthology.orchestra.run.smithi156.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T12:21:34.950 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-09-30 12:21:29.016690396 +0000 2023-09-30T12:21:34.950 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-09-30 12:18:24.003520763 +0000 2023-09-30T12:21:34.950 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-09-30 12:18:24.003520763 +0000 2023-09-30T12:21:34.950 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-09-30T12:21:34.950 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T12:21:35.015 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-09-30T12:21:35.015 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-09-30T12:21:35.015 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 9.7266e-05 s, 5.3 MB/s 2023-09-30T12:21:35.016 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T12:21:35.075 INFO:tasks.cephadm:Deploying osd.0 on smithi150 with /dev/vg_nvme/lv_4... 2023-09-30T12:21:35.076 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T12:21:36.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:35 smithi150 ceph-mon[107401]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:36.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:35 smithi156 ceph-mon[110147]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:38.062 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:37 smithi150 ceph-mon[107401]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:38.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:37 smithi156 ceph-mon[110147]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:38.970 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T12:21:38.970 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T12:21:38.971 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-09-30T12:21:38.971 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-09-30T12:21:38.971 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115748 s, 906 MB/s 2023-09-30T12:21:38.971 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-09-30T12:21:39.504 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi150:vg_nvme/lv_4 2023-09-30T12:21:39.792 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:39 smithi150 ceph-mon[107401]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:40.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:39 smithi156 ceph-mon[110147]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:42.107 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:42.107 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:42.107 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:21:42.107 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:42.107 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:21:42.108 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:21:42.108 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:21:42.108 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:21:42.108 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:21:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:21:42.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:43.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:43.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:43 smithi150 ceph-mon[107401]: Updating smithi156:/etc/ceph/ceph.conf 2023-09-30T12:21:43.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:43 smithi150 ceph-mon[107401]: Updating smithi156:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:43.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:43.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:43 smithi156 ceph-mon[110147]: Updating smithi156:/etc/ceph/ceph.conf 2023-09-30T12:21:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:43 smithi156 ceph-mon[110147]: Updating smithi156:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:44.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/4038121862' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44395aff-b4e8-4d79-8fd6-3a75cc631d3d"}]: dispatch 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/4038121862' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44395aff-b4e8-4d79-8fd6-3a75cc631d3d"}]': finished 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2820417985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:44.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T12:21:44.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T12:21:44.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:44 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:44.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:44.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/4038121862' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44395aff-b4e8-4d79-8fd6-3a75cc631d3d"}]: dispatch 2023-09-30T12:21:44.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/4038121862' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44395aff-b4e8-4d79-8fd6-3a75cc631d3d"}]': finished 2023-09-30T12:21:44.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T12:21:44.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:21:44.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:44.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2820417985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:21:44.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:44.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:44.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T12:21:44.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T12:21:44.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:44 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:45 smithi156 ceph-mon[110147]: Updating smithi150:/etc/ceph/ceph.conf 2023-09-30T12:21:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:45 smithi156 ceph-mon[110147]: Reconfiguring mon.smithi150 (unknown last config time)... 2023-09-30T12:21:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:45 smithi156 ceph-mon[110147]: Reconfiguring daemon mon.smithi150 on smithi150 2023-09-30T12:21:45.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:45 smithi150 ceph-mon[107401]: Updating smithi150:/etc/ceph/ceph.conf 2023-09-30T12:21:45.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:45 smithi150 ceph-mon[107401]: Reconfiguring mon.smithi150 (unknown last config time)... 2023-09-30T12:21:45.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:45 smithi150 ceph-mon[107401]: Reconfiguring daemon mon.smithi150 on smithi150 2023-09-30T12:21:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:46 smithi156 ceph-mon[110147]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:46.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:46 smithi150 ceph-mon[107401]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:48.856 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:48 smithi150 ceph-mon[107401]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:48.856 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:48.856 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:48 smithi150 ceph-mon[107401]: Reconfiguring mgr.smithi150.whkjlu (unknown last config time)... 2023-09-30T12:21:48.856 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.whkjlu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:21:48.857 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:21:48.857 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:48.857 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:48 smithi150 ceph-mon[107401]: Reconfiguring daemon mgr.smithi150.whkjlu on smithi150 2023-09-30T12:21:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:48 smithi156 ceph-mon[110147]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:48 smithi156 ceph-mon[110147]: Reconfiguring mgr.smithi150.whkjlu (unknown last config time)... 2023-09-30T12:21:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.whkjlu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:21:49.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:21:49.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:49.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:48 smithi156 ceph-mon[110147]: Reconfiguring daemon mgr.smithi150.whkjlu on smithi150 2023-09-30T12:21:49.840 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:49 smithi150 ceph-mon[107401]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:49.841 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:49.841 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:49 smithi150 ceph-mon[107401]: Reconfiguring alertmanager.smithi150 (dependencies changed)... 2023-09-30T12:21:49.841 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:49 smithi150 ceph-mon[107401]: Reconfiguring daemon alertmanager.smithi150 on smithi150 2023-09-30T12:21:49.841 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T12:21:49.841 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:49.841 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:49 smithi150 ceph-mon[107401]: Deploying daemon osd.0 on smithi150 2023-09-30T12:21:50.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:49 smithi156 ceph-mon[110147]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:50.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:50.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:49 smithi156 ceph-mon[110147]: Reconfiguring alertmanager.smithi150 (dependencies changed)... 2023-09-30T12:21:50.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:49 smithi156 ceph-mon[110147]: Reconfiguring daemon alertmanager.smithi150 on smithi150 2023-09-30T12:21:50.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T12:21:50.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:50.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:49 smithi156 ceph-mon[110147]: Deploying daemon osd.0 on smithi150 2023-09-30T12:21:52.013 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:51 smithi150 ceph-mon[107401]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:52.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:51 smithi156 ceph-mon[110147]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:53.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:53 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:53.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:53 smithi150 ceph-mon[107401]: Reconfiguring crash.smithi150 (monmap changed)... 2023-09-30T12:21:53.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:53 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T12:21:53.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:53 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:53.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:53 smithi150 ceph-mon[107401]: Reconfiguring daemon crash.smithi150 on smithi150 2023-09-30T12:21:53.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:53 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:53.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:53 smithi156 ceph-mon[110147]: Reconfiguring crash.smithi150 (monmap changed)... 2023-09-30T12:21:53.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:53 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T12:21:53.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:53 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:53.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:53 smithi156 ceph-mon[110147]: Reconfiguring daemon crash.smithi150 on smithi150 2023-09-30T12:21:54.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:54 smithi150 ceph-mon[107401]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:54 smithi156 ceph-mon[110147]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:56.694 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:56 smithi150 ceph-mon[107401]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:56.694 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:56 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:56.694 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:56 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:56 smithi156 ceph-mon[110147]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:56 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:56 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:57.588 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:57 smithi150 ceph-mon[107401]: Reconfiguring grafana.smithi150 (dependencies changed)... 2023-09-30T12:21:57.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:57 smithi150 ceph-mon[107401]: Reconfiguring daemon grafana.smithi150 on smithi150 2023-09-30T12:21:57.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:57 smithi156 ceph-mon[110147]: Reconfiguring grafana.smithi150 (dependencies changed)... 2023-09-30T12:21:57.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:57 smithi156 ceph-mon[110147]: Reconfiguring daemon grafana.smithi150 on smithi150 2023-09-30T12:21:58.575 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:58 smithi150 ceph-mon[107401]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:58.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:58 smithi156 ceph-mon[110147]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:21:59.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:59 smithi156 ceph-mon[110147]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T12:21:59.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:59 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:59.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:59 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T12:21:59.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:21:59 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:59.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:59 smithi150 ceph-mon[107401]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T12:21:59.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:59 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:21:59.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:59 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-30T12:21:59.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:21:59 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:21:59.809 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 0 on host 'smithi150' 2023-09-30T12:22:00.226 DEBUG:teuthology.orchestra.run.smithi150:osd.0> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.0.service 2023-09-30T12:22:00.229 INFO:tasks.cephadm:Deploying osd.1 on smithi150 with /dev/vg_nvme/lv_3... 2023-09-30T12:22:00.229 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-30T12:22:00.259 INFO:journalctl@ceph.osd.0.smithi150.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:22:00.678 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: Reconfiguring crash.smithi156 (monmap changed)... 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: Reconfiguring daemon crash.smithi156 on smithi156 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:22:00.679 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:00.680 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:00.750 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-30T12:22:00.422+0000 7f877dc26700 -1 osd.0 0 waiting for initial osdmap 2023-09-30T12:22:00.750 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-30T12:22:00.429+0000 7f8778dbe700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:22:00.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:22:00.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: Reconfiguring crash.smithi156 (monmap changed)... 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: Reconfiguring daemon crash.smithi156 on smithi156 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:22:00.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:00.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: Reconfiguring mgr.smithi156.fjrxdg (monmap changed)... 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: Reconfiguring daemon mgr.smithi156.fjrxdg on smithi156 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: osdmap e8: 1 total, 0 up, 1 in 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:01.626 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: Reconfiguring mon.smithi156 (monmap changed)... 2023-09-30T12:22:01.627 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T12:22:01.627 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T12:22:01.627 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:01.627 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:01 smithi156 ceph-mon[110147]: Reconfiguring daemon mon.smithi156 on smithi156 2023-09-30T12:22:01.774 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-30T12:22:01.774 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-30T12:22:01.774 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-09-30T12:22:01.774 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-09-30T12:22:01.774 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114852 s, 913 MB/s 2023-09-30T12:22:01.774 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-09-30T12:22:01.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: Reconfiguring mgr.smithi156.fjrxdg (monmap changed)... 2023-09-30T12:22:01.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: Reconfiguring daemon mgr.smithi156.fjrxdg on smithi156 2023-09-30T12:22:01.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: from='osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:22:01.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: osdmap e8: 1 total, 0 up, 1 in 2023-09-30T12:22:01.815 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:01.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:01.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:01.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: Reconfiguring mon.smithi156 (monmap changed)... 2023-09-30T12:22:01.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T12:22:01.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T12:22:01.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:01.816 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:01 smithi150 ceph-mon[107401]: Reconfiguring daemon mon.smithi156 on smithi156 2023-09-30T12:22:02.178 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi150:vg_nvme/lv_3 2023-09-30T12:22:02.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:22:02.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:22:02.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:22:02.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:02.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391] boot 2023-09-30T12:22:02.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T12:22:02.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.150:9093"}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.150:9093"}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-09-30T12:22:02.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:02.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:02.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:02.764 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:22:02.764 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:22:02.764 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T12:22:02.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:02.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: osd.0 [v2:172.21.15.150:6802/1236160391,v1:172.21.15.150:6803/1236160391] boot 2023-09-30T12:22:02.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T12:22:02.765 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.150:9093"}]: dispatch 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.150:9093"}]: dispatch 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:22:02.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:22:02.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-09-30T12:22:02.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.150:3000"}]: dispatch 2023-09-30T12:22:02.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:22:02.767 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:22:02.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-09-30T12:22:02.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.150:9095"}]: dispatch 2023-09-30T12:22:02.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:02.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:02.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:02.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:03.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:03 smithi150 ceph-mon[107401]: osdmap e10: 1 total, 1 up, 1 in 2023-09-30T12:22:03.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:03.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:03 smithi156 ceph-mon[110147]: osdmap e10: 1 total, 1 up, 1 in 2023-09-30T12:22:03.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:04.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:04 smithi150 ceph-mon[107401]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:04 smithi156 ceph-mon[110147]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:05.831 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:22:05.832 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:22:05.832 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:05.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:22:05.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:22:05.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:06 smithi150 ceph-mon[107401]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:06 smithi150 ceph-mon[107401]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:22:06.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:06 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:06.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:06 smithi156 ceph-mon[110147]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:06.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:06 smithi156 ceph-mon[110147]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:22:06.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:06 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:07.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:07 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/428555473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "693a6c9c-6cff-4f95-a9f4-fea219fe3087"}]: dispatch 2023-09-30T12:22:07.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:07 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/428555473' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "693a6c9c-6cff-4f95-a9f4-fea219fe3087"}]': finished 2023-09-30T12:22:07.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:07 smithi150 ceph-mon[107401]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T12:22:07.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:07 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:07.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:07 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/428555473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "693a6c9c-6cff-4f95-a9f4-fea219fe3087"}]: dispatch 2023-09-30T12:22:07.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:07 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/428555473' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "693a6c9c-6cff-4f95-a9f4-fea219fe3087"}]': finished 2023-09-30T12:22:07.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:07 smithi156 ceph-mon[110147]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T12:22:07.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:07 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:08.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:08 smithi150 ceph-mon[107401]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:08.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:08 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2321782016' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:22:08.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:08 smithi156 ceph-mon[110147]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:08.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:08 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2321782016' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:22:10.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:10 smithi150 ceph-mon[107401]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:10 smithi156 ceph-mon[110147]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:12.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:12 smithi150 ceph-mon[107401]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:12.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:12 smithi156 ceph-mon[110147]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:13.708 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:22:13.708 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:22:13.708 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:13.708 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:13.708 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:13.708 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:13.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:22:13.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:22:13.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:13.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:13.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:13.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:14 smithi150 ceph-mon[107401]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:14.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:14 smithi150 ceph-mon[107401]: Detected new or changed devices on smithi150 2023-09-30T12:22:14.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:14 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi150 to 12890M 2023-09-30T12:22:14.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T12:22:14.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:14 smithi156 ceph-mon[110147]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:14 smithi156 ceph-mon[110147]: Detected new or changed devices on smithi150 2023-09-30T12:22:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:14 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi150 to 12890M 2023-09-30T12:22:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:14 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T12:22:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:14 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:15.857 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:15 smithi150 ceph-mon[107401]: Deploying daemon osd.1 on smithi150 2023-09-30T12:22:15.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:15 smithi156 ceph-mon[110147]: Deploying daemon osd.1 on smithi150 2023-09-30T12:22:16.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:16 smithi150 ceph-mon[107401]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:16.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:16 smithi156 ceph-mon[110147]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:18 smithi156 ceph-mon[110147]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:18 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:18 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:18 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:18 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:18.710 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:18 smithi150 ceph-mon[107401]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:18.710 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:18 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:18.710 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:18 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:18.710 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:18 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:18.710 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:18 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:19.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:19 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:19.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:19 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:20.221 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 1 on host 'smithi150' 2023-09-30T12:22:20.821 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:20 smithi150 ceph-mon[107401]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:20.821 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:20 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:20.841 DEBUG:teuthology.orchestra.run.smithi150:osd.1> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.1.service 2023-09-30T12:22:20.847 INFO:tasks.cephadm:Deploying osd.2 on smithi150 with /dev/vg_nvme/lv_2... 2023-09-30T12:22:20.848 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-30T12:22:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:20 smithi156 ceph-mon[110147]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:20 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:20.879 INFO:journalctl@ceph.osd.1.smithi150.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:22:21.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:21 smithi150 ceph-mon[107401]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T12:22:21.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:21 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:21.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:21 smithi156 ceph-mon[110147]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T12:22:21.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:21 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:22.586 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-30T12:22:22.586 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-30T12:22:22.586 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-09-30T12:22:22.587 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-09-30T12:22:22.587 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120947 s, 867 MB/s 2023-09-30T12:22:22.587 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-09-30T12:22:22.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:22 smithi150 ceph-mon[107401]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:22.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:22 smithi150 ceph-mon[107401]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T12:22:22.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:22 smithi150 ceph-mon[107401]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T12:22:22.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:22 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:22.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:22 smithi150 ceph-mon[107401]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:22.619 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:22 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-1[124330]: 2023-09-30T12:22:22.541+0000 7ffa15336700 -1 osd.1 0 waiting for initial osdmap 2023-09-30T12:22:22.619 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:22 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-1[124330]: 2023-09-30T12:22:22.543+0000 7ffa0dcc9700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:22:22.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:22 smithi156 ceph-mon[110147]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:22.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:22 smithi156 ceph-mon[110147]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T12:22:22.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:22 smithi156 ceph-mon[110147]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T12:22:22.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:22 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:22.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:22 smithi156 ceph-mon[110147]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:23.268 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi150:vg_nvme/lv_2 2023-09-30T12:22:23.544 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:23 smithi150 ceph-mon[107401]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:22:23.544 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:23 smithi150 ceph-mon[107401]: osdmap e13: 2 total, 1 up, 2 in 2023-09-30T12:22:23.544 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:23 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:23.545 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:23 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:23 smithi156 ceph-mon[110147]: from='osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:22:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:23 smithi156 ceph-mon[110147]: osdmap e13: 2 total, 1 up, 2 in 2023-09-30T12:22:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:24.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:24 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:22:24.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:24 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:22:24.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:24 smithi150 ceph-mon[107401]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:24.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:24 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:24.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:24 smithi150 ceph-mon[107401]: osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400] boot 2023-09-30T12:22:24.830 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:24 smithi150 ceph-mon[107401]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T12:22:24.830 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:24 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:24.830 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:24 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:22:24.831 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:24 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:22:24.831 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:24 smithi156 ceph-mon[110147]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T12:22:24.831 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:24 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:24.831 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:24 smithi156 ceph-mon[110147]: osd.1 [v2:172.21.15.150:6810/2055156400,v1:172.21.15.150:6811/2055156400] boot 2023-09-30T12:22:24.831 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:24 smithi156 ceph-mon[110147]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T12:22:24.831 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:24 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:22:25.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: osdmap e15: 2 total, 2 up, 2 in 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:22:25.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:22:25.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:25 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:25.722 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: osdmap e15: 2 total, 2 up, 2 in 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:22:25.723 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:25 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:26.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:26 smithi150 ceph-mon[107401]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:26.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:26 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi150 to 6445M 2023-09-30T12:22:26.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:26 smithi150 ceph-mon[107401]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:22:26.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:26 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:26 smithi156 ceph-mon[110147]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:26 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi150 to 6445M 2023-09-30T12:22:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:26 smithi156 ceph-mon[110147]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:22:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:26 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:27.762 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:27 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1580580567' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d72fc37e-cbff-4fb9-ace8-3647b5db3545"}]: dispatch 2023-09-30T12:22:27.762 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:27 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1580580567' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d72fc37e-cbff-4fb9-ace8-3647b5db3545"}]': finished 2023-09-30T12:22:27.762 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:27 smithi150 ceph-mon[107401]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T12:22:27.762 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:27 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:27.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:27 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1580580567' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d72fc37e-cbff-4fb9-ace8-3647b5db3545"}]: dispatch 2023-09-30T12:22:27.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:27 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1580580567' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d72fc37e-cbff-4fb9-ace8-3647b5db3545"}]': finished 2023-09-30T12:22:27.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:27 smithi156 ceph-mon[110147]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T12:22:27.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:27 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:28 smithi150 ceph-mon[107401]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:28 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1413800529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:22:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:28.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:28 smithi156 ceph-mon[110147]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:28 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1413800529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:22:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:30.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:30 smithi150 ceph-mon[107401]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:30.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:30 smithi156 ceph-mon[110147]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:32 smithi150 ceph-mon[107401]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:32 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T12:22:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:32 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:32 smithi156 ceph-mon[110147]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:32 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T12:22:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:32 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:33 smithi150 ceph-mon[107401]: Deploying daemon osd.2 on smithi150 2023-09-30T12:22:33.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:33 smithi156 ceph-mon[110147]: Deploying daemon osd.2 on smithi150 2023-09-30T12:22:34.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:34 smithi150 ceph-mon[107401]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:34 smithi156 ceph-mon[110147]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:36.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:36 smithi150 ceph-mon[107401]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:36.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:36.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:36.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:36.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:36 smithi156 ceph-mon[110147]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:38.421 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 2 on host 'smithi150' 2023-09-30T12:22:38.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:38 smithi150 ceph-mon[107401]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:38.744 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:38 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:38.858 DEBUG:teuthology.orchestra.run.smithi150:osd.2> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.2.service 2023-09-30T12:22:38.860 INFO:tasks.cephadm:Deploying osd.3 on smithi150 with /dev/vg_nvme/lv_1... 2023-09-30T12:22:38.860 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-30T12:22:38.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:38 smithi156 ceph-mon[110147]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:38.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:38 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:38.895 INFO:journalctl@ceph.osd.2.smithi150.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:22:39.427 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:39 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-2[128679]: 2023-09-30T12:22:39.157+0000 7fafe35933c0 -1 osd.2 0 log_to_monitors true 2023-09-30T12:22:40.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:39 smithi150 ceph-mon[107401]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:40.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:39 smithi150 ceph-mon[107401]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T12:22:40.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:39 smithi156 ceph-mon[110147]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:40.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:39 smithi156 ceph-mon[110147]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T12:22:40.994 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-30T12:22:40.994 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-30T12:22:40.995 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-09-30T12:22:40.995 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-09-30T12:22:40.995 INFO:teuthology.orchestra.run.smithi150.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0130429 s, 804 MB/s 2023-09-30T12:22:40.995 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-09-30T12:22:41.030 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:40 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-2[128679]: 2023-09-30T12:22:40.756+0000 7fafd9f96700 -1 osd.2 0 waiting for initial osdmap 2023-09-30T12:22:41.030 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:40 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-2[128679]: 2023-09-30T12:22:40.760+0000 7fafd512e700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:22:41.030 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:40 smithi150 ceph-mon[107401]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T12:22:41.030 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:40 smithi150 ceph-mon[107401]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T12:22:41.030 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:40 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:41.030 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:40 smithi150 ceph-mon[107401]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:41.030 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:40 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:40 smithi156 ceph-mon[110147]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T12:22:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:40 smithi156 ceph-mon[110147]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T12:22:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:40 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:40 smithi156 ceph-mon[110147]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:40 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:41.456 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi150:vg_nvme/lv_1 2023-09-30T12:22:42.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:41 smithi150 ceph-mon[107401]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:42.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:41 smithi150 ceph-mon[107401]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:22:42.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:41 smithi150 ceph-mon[107401]: osdmap e18: 3 total, 2 up, 3 in 2023-09-30T12:22:42.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:42.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:41 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:42.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:41 smithi156 ceph-mon[110147]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:42.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:41 smithi156 ceph-mon[110147]: from='osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:22:42.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:41 smithi156 ceph-mon[110147]: osdmap e18: 3 total, 2 up, 3 in 2023-09-30T12:22:42.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:42.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:41 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:43.311 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:42 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:22:43.312 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:42 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:22:43.312 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:42 smithi150 ceph-mon[107401]: osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999] boot 2023-09-30T12:22:43.312 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:42 smithi150 ceph-mon[107401]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T12:22:43.312 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:42 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:42 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:22:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:42 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:22:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:42 smithi156 ceph-mon[110147]: osd.2 [v2:172.21.15.150:6818/4205834999,v1:172.21.15.150:6819/4205834999] boot 2023-09-30T12:22:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:42 smithi156 ceph-mon[110147]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T12:22:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:42 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:22:44.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: pgmap v52: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:44.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T12:22:44.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T12:22:44.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T12:22:44.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: Detected new or changed devices on smithi150 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi150 to 4296M 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:44.255 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:44.256 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:44.256 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:44.256 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: pgmap v52: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T12:22:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T12:22:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: Detected new or changed devices on smithi150 2023-09-30T12:22:44.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:44.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:44.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:44.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:22:44.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi150 to 4296M 2023-09-30T12:22:44.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:44.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:44.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:44.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:44.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:44.868 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:44 smithi150 sudo[130932]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T12:22:44.869 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:44 smithi150 sudo[130932]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:44.869 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:44 smithi150 sudo[130932]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:45.155 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T12:22:45.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:45 smithi150 ceph-mon[107401]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T12:22:45.156 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:45.156 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:44 smithi150 sudo[131008]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T12:22:45.156 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:44 smithi150 sudo[131008]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:45.156 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:22:44 smithi150 sudo[131008]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:45.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T12:22:45.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:45 smithi156 ceph-mon[110147]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T12:22:45.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:45.421 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131073]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T12:22:45.421 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131073]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:45.421 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131073]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:45.421 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131169]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T12:22:45.682 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131169]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:45.682 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131169]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:45.683 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131198]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T12:22:45.683 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131198]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:45.683 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131198]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:46.196 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131293]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T12:22:46.196 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131293]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:46.196 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:22:45 smithi150 sudo[131293]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:46.453 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 sudo[131327]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T12:22:46.453 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 sudo[131327]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:46.453 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 sudo[131327]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:46.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 sudo[131395]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T12:22:46.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 sudo[131395]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:46.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 sudo[131395]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 sudo[112858]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T12:22:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 sudo[112858]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:47.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 sudo[112858]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:47.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 sudo[112861]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T12:22:47.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 sudo[112861]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T12:22:47.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 sudo[112861]: pam_unix(sudo:session): session closed for user root 2023-09-30T12:22:47.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 ceph-mon[110147]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:22:47.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 ceph-mon[110147]: osdmap e22: 3 total, 3 up, 3 in 2023-09-30T12:22:47.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/198913593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "842eecf2-80b7-4df8-90df-8963aea3786b"}]: dispatch 2023-09-30T12:22:47.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/198913593' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "842eecf2-80b7-4df8-90df-8963aea3786b"}]': finished 2023-09-30T12:22:47.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 ceph-mon[110147]: osdmap e23: 4 total, 3 up, 4 in 2023-09-30T12:22:47.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:22:47.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:46 smithi156 ceph-mon[110147]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T12:22:47.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 ceph-mon[107401]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:22:47.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 ceph-mon[107401]: osdmap e22: 3 total, 3 up, 3 in 2023-09-30T12:22:47.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/198913593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "842eecf2-80b7-4df8-90df-8963aea3786b"}]: dispatch 2023-09-30T12:22:47.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/198913593' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "842eecf2-80b7-4df8-90df-8963aea3786b"}]': finished 2023-09-30T12:22:47.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 ceph-mon[107401]: osdmap e23: 4 total, 3 up, 4 in 2023-09-30T12:22:47.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:22:47.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:46 smithi150 ceph-mon[107401]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T12:22:48.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3415719290' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: mgrmap e19: smithi150.whkjlu(active, since 93s), standbys: smithi156.fjrxdg 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T12:22:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:48.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:48.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T12:22:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:22:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3415719290' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: mgrmap e19: smithi150.whkjlu(active, since 93s), standbys: smithi156.fjrxdg 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:50.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:49 smithi150 ceph-mon[107401]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:22:50.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:49 smithi156 ceph-mon[110147]: pgmap v59: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:22:52.108 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:51 smithi150 ceph-mon[107401]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-09-30T12:22:52.108 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T12:22:52.108 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:52.108 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:51 smithi150 ceph-mon[107401]: Deploying daemon osd.3 on smithi150 2023-09-30T12:22:52.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:51 smithi156 ceph-mon[110147]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-09-30T12:22:52.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T12:22:52.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:52.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:51 smithi156 ceph-mon[110147]: Deploying daemon osd.3 on smithi150 2023-09-30T12:22:54.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:53 smithi150 ceph-mon[107401]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-09-30T12:22:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:53 smithi156 ceph-mon[110147]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-09-30T12:22:55.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:22:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:22:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:22:56.770 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 3 on host 'smithi150' 2023-09-30T12:22:56.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:56 smithi150 ceph-mon[107401]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 135 KiB/s wr, 9 op/s 2023-09-30T12:22:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:56 smithi156 ceph-mon[110147]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 135 KiB/s wr, 9 op/s 2023-09-30T12:22:57.222 DEBUG:teuthology.orchestra.run.smithi150:osd.3> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.3.service 2023-09-30T12:22:57.225 INFO:tasks.cephadm:Deploying osd.4 on smithi156 with /dev/vg_nvme/lv_4... 2023-09-30T12:22:57.225 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T12:22:57.256 INFO:journalctl@ceph.osd.3.smithi150.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:22:57.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:57 smithi156 ceph-mon[110147]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 116 KiB/s wr, 7 op/s 2023-09-30T12:22:57.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:57 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:57.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:57 smithi156 ceph-mon[110147]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T12:22:58.118 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:22:57 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-3[133006]: 2023-09-30T12:22:57.755+0000 7f8a8507b3c0 -1 osd.3 0 log_to_monitors true 2023-09-30T12:22:58.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:57 smithi150 ceph-mon[107401]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 116 KiB/s wr, 7 op/s 2023-09-30T12:22:58.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:57 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:58.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:57 smithi150 ceph-mon[107401]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T12:22:58.626 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T12:22:58.626 INFO:teuthology.orchestra.run.smithi156.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T12:22:58.626 INFO:teuthology.orchestra.run.smithi156.stderr: stderr: 10+0 records in 2023-09-30T12:22:58.626 INFO:teuthology.orchestra.run.smithi156.stderr:10+0 records out 2023-09-30T12:22:58.626 INFO:teuthology.orchestra.run.smithi156.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00823783 s, 1.3 GB/s 2023-09-30T12:22:58.627 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping successful for: 2023-09-30T12:22:59.001 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi156:vg_nvme/lv_4 2023-09-30T12:22:59.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:59 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:59.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:59 smithi150 ceph-mon[107401]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T12:22:59.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:59 smithi150 ceph-mon[107401]: osdmap e24: 4 total, 3 up, 4 in 2023-09-30T12:22:59.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:59 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:22:59.576 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:22:59 smithi150 ceph-mon[107401]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:59.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:59 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:22:59.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:59 smithi156 ceph-mon[110147]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T12:22:59.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:59 smithi156 ceph-mon[110147]: osdmap e24: 4 total, 3 up, 4 in 2023-09-30T12:22:59.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:59 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:22:59.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:22:59 smithi156 ceph-mon[110147]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-09-30T12:22:59.868 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:22:59 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-3[133006]: 2023-09-30T12:22:59.575+0000 7f8a7ba7e700 -1 osd.3 0 waiting for initial osdmap 2023-09-30T12:22:59.869 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:22:59 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-3[133006]: 2023-09-30T12:22:59.579+0000 7f8a76415700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:23:00.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-09-30T12:23:00.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:23:00.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: osdmap e25: 4 total, 3 up, 4 in 2023-09-30T12:23:00.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:23:00.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:23:00.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:00.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:00.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-09-30T12:23:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: from='osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-09-30T12:23:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: osdmap e25: 4 total, 3 up, 4 in 2023-09-30T12:23:00.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:23:00.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:23:00.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:00.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:00.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:01.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:23:01.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:23:01.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:01.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893] boot 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: osdmap e26: 4 total, 4 up, 4 in 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:01.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:01.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:01.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:01.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:23:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:23:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: osd.3 [v2:172.21.15.150:6826/280622893,v1:172.21.15.150:6827/280622893] boot 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: osdmap e26: 4 total, 4 up, 4 in 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:01.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:01.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:01.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:02.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:23:02.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: Detected new or changed devices on smithi150 2023-09-30T12:23:02.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi150 to 3222M 2023-09-30T12:23:02.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: osdmap e27: 4 total, 4 up, 4 in 2023-09-30T12:23:02.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/553607141' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e99b6d74-d1f4-459d-bbc3-286918f2a52c"}]: dispatch 2023-09-30T12:23:02.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e99b6d74-d1f4-459d-bbc3-286918f2a52c"}]: dispatch 2023-09-30T12:23:02.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e99b6d74-d1f4-459d-bbc3-286918f2a52c"}]': finished 2023-09-30T12:23:02.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: osdmap e28: 5 total, 4 up, 5 in 2023-09-30T12:23:02.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:02.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:02 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/1957386628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T12:23:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: Detected new or changed devices on smithi150 2023-09-30T12:23:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi150 to 3222M 2023-09-30T12:23:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: osdmap e27: 4 total, 4 up, 4 in 2023-09-30T12:23:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/553607141' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e99b6d74-d1f4-459d-bbc3-286918f2a52c"}]: dispatch 2023-09-30T12:23:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e99b6d74-d1f4-459d-bbc3-286918f2a52c"}]: dispatch 2023-09-30T12:23:02.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e99b6d74-d1f4-459d-bbc3-286918f2a52c"}]': finished 2023-09-30T12:23:02.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: osdmap e28: 5 total, 4 up, 5 in 2023-09-30T12:23:02.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:02.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:02 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/1957386628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:04.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:04 smithi150 ceph-mon[107401]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:04 smithi156 ceph-mon[110147]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:06.782 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:06 smithi156 ceph-mon[110147]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:06.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:06 smithi150 ceph-mon[107401]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:07.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:07 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T12:23:07.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:07 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:07.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:07 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T12:23:07.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:07 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:08.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:08 smithi150 ceph-mon[107401]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:08.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:08 smithi150 ceph-mon[107401]: Deploying daemon osd.4 on smithi156 2023-09-30T12:23:08.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:08 smithi156 ceph-mon[110147]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:08.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:08 smithi156 ceph-mon[110147]: Deploying daemon osd.4 on smithi156 2023-09-30T12:23:10.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:10 smithi150 ceph-mon[107401]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:10.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:10.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:10.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:10.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:10 smithi156 ceph-mon[110147]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:12.322 INFO:teuthology.orchestra.run.smithi156.stdout:Created osd(s) 4 on host 'smithi156' 2023-09-30T12:23:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:12 smithi156 ceph-mon[110147]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:12.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:12.700 DEBUG:teuthology.orchestra.run.smithi156:osd.4> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.4.service 2023-09-30T12:23:12.702 INFO:tasks.cephadm:Deploying osd.5 on smithi156 with /dev/vg_nvme/lv_3... 2023-09-30T12:23:12.702 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-30T12:23:12.729 INFO:journalctl@ceph.osd.4.smithi156.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:23:12.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:12 smithi150 ceph-mon[107401]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:12.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:12.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:12.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:12.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:12.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:12.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:13.671 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:23:13 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:23:13.412+0000 7f40c2c883c0 -1 osd.4 0 log_to_monitors true 2023-09-30T12:23:13.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:23:13.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:23:13.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:13 smithi156 ceph-mon[110147]: from='osd.4 [v2:172.21.15.156:6800/2038355111,v1:172.21.15.156:6801/2038355111]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T12:23:13.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:13 smithi156 ceph-mon[110147]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T12:23:13.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:23:13.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:23:13.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:13 smithi150 ceph-mon[107401]: from='osd.4 [v2:172.21.15.156:6800/2038355111,v1:172.21.15.156:6801/2038355111]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T12:23:13.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:13 smithi150 ceph-mon[107401]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T12:23:14.308 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-30T12:23:14.308 INFO:teuthology.orchestra.run.smithi156.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-30T12:23:14.309 INFO:teuthology.orchestra.run.smithi156.stderr: stderr: 10+0 records in 2023-09-30T12:23:14.309 INFO:teuthology.orchestra.run.smithi156.stderr:10+0 records out 2023-09-30T12:23:14.309 INFO:teuthology.orchestra.run.smithi156.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00847922 s, 1.2 GB/s 2023-09-30T12:23:14.309 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping successful for: 2023-09-30T12:23:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:14 smithi150 ceph-mon[107401]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:14 smithi150 ceph-mon[107401]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T12:23:14.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:14 smithi150 ceph-mon[107401]: osdmap e29: 5 total, 4 up, 5 in 2023-09-30T12:23:14.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:14.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:14 smithi150 ceph-mon[107401]: from='osd.4 [v2:172.21.15.156:6800/2038355111,v1:172.21.15.156:6801/2038355111]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:14.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:14 smithi150 ceph-mon[107401]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:14.879 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:23:14.615+0000 7f40b968b700 -1 osd.4 0 waiting for initial osdmap 2023-09-30T12:23:14.879 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:23:14.619+0000 7f40b281f700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:23:14.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-mon[110147]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:14.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-mon[110147]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T12:23:14.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-mon[110147]: osdmap e29: 5 total, 4 up, 5 in 2023-09-30T12:23:14.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:14.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-mon[110147]: from='osd.4 [v2:172.21.15.156:6800/2038355111,v1:172.21.15.156:6801/2038355111]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:14.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:14 smithi156 ceph-mon[110147]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:14.891 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi156:vg_nvme/lv_3 2023-09-30T12:23:15.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:23:15.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: osdmap e30: 5 total, 4 up, 5 in 2023-09-30T12:23:15.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:15.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:15.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:15.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:15.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:15.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:15 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:15.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:23:15.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: osdmap e30: 5 total, 4 up, 5 in 2023-09-30T12:23:15.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:15.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:15.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:15.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:15.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:15.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:15 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:16.854 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:23:16.854 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:23:16.854 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:16.854 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: Detected new or changed devices on smithi156 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi156 to 15962M 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: osd.4 [v2:172.21.15.156:6800/2038355111,v1:172.21.15.156:6801/2038355111] boot 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: osdmap e31: 5 total, 5 up, 5 in 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:16.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:16 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:17.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:23:17.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: Detected new or changed devices on smithi156 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi156 to 15962M 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: osd.4 [v2:172.21.15.156:6800/2038355111,v1:172.21.15.156:6801/2038355111] boot 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: osdmap e31: 5 total, 5 up, 5 in 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:17.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:16 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:17.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:17 smithi156 ceph-mon[110147]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:17.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:17 smithi156 ceph-mon[110147]: osdmap e32: 5 total, 5 up, 5 in 2023-09-30T12:23:17.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:17 smithi156 ceph-mon[110147]: osdmap e33: 5 total, 5 up, 5 in 2023-09-30T12:23:18.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:17 smithi150 ceph-mon[107401]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:18.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:17 smithi150 ceph-mon[107401]: osdmap e32: 5 total, 5 up, 5 in 2023-09-30T12:23:18.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:17 smithi150 ceph-mon[107401]: osdmap e33: 5 total, 5 up, 5 in 2023-09-30T12:23:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:18 smithi156 ceph-mon[110147]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:18 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/584686779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b"}]: dispatch 2023-09-30T12:23:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:18 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b"}]: dispatch 2023-09-30T12:23:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:18 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b"}]': finished 2023-09-30T12:23:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:18 smithi156 ceph-mon[110147]: osdmap e34: 6 total, 5 up, 6 in 2023-09-30T12:23:18.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:18 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:18.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:18 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/4221778542' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:19.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:18 smithi150 ceph-mon[107401]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:19.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:18 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/584686779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b"}]: dispatch 2023-09-30T12:23:19.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:18 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b"}]: dispatch 2023-09-30T12:23:19.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:18 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b"}]': finished 2023-09-30T12:23:19.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:18 smithi150 ceph-mon[107401]: osdmap e34: 6 total, 5 up, 6 in 2023-09-30T12:23:19.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:18 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:19.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:18 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/4221778542' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:20.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:19 smithi150 ceph-mon[107401]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:20.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:19 smithi150 ceph-mon[107401]: osdmap e35: 6 total, 5 up, 6 in 2023-09-30T12:23:20.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:19 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:20.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:19 smithi156 ceph-mon[110147]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:20.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:19 smithi156 ceph-mon[110147]: osdmap e35: 6 total, 5 up, 6 in 2023-09-30T12:23:20.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:19 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:22.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:21 smithi156 ceph-mon[110147]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 127 KiB/s, 0 objects/s recovering 2023-09-30T12:23:22.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:21 smithi150 ceph-mon[107401]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 127 KiB/s, 0 objects/s recovering 2023-09-30T12:23:24.313 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:23 smithi156 ceph-mon[110147]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T12:23:24.313 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T12:23:24.313 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:23 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:24.314 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:23 smithi156 ceph-mon[110147]: Deploying daemon osd.5 on smithi156 2023-09-30T12:23:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:23 smithi150 ceph-mon[107401]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T12:23:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:23 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T12:23:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:23 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:23 smithi150 ceph-mon[107401]: Deploying daemon osd.5 on smithi156 2023-09-30T12:23:26.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:25 smithi156 ceph-mon[110147]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-09-30T12:23:26.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:25 smithi150 ceph-mon[107401]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-09-30T12:23:27.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:27 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:27.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:27 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:27.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:27 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:27.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:27 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:27.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:27 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:27.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:27 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:27.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:27 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:27.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:27 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:28.450 INFO:teuthology.orchestra.run.smithi156.stdout:Created osd(s) 5 on host 'smithi156' 2023-09-30T12:23:28.480 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:28 smithi156 ceph-mon[110147]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-09-30T12:23:28.480 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:28 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:28.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:28 smithi150 ceph-mon[107401]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-09-30T12:23:28.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:28 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:28.814 DEBUG:teuthology.orchestra.run.smithi156:osd.5> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.5.service 2023-09-30T12:23:28.816 INFO:tasks.cephadm:Deploying osd.6 on smithi156 with /dev/vg_nvme/lv_2... 2023-09-30T12:23:28.816 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-30T12:23:28.843 INFO:journalctl@ceph.osd.5.smithi156.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:23:29.829 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:29 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:29.829 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:23:29 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:23:29.570+0000 7ff0f49f33c0 -1 osd.5 0 log_to_monitors true 2023-09-30T12:23:29.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:29 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:30.588 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-30T12:23:30.589 INFO:teuthology.orchestra.run.smithi156.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-30T12:23:30.589 INFO:teuthology.orchestra.run.smithi156.stderr: stderr: 10+0 records in 2023-09-30T12:23:30.589 INFO:teuthology.orchestra.run.smithi156.stderr:10+0 records out 2023-09-30T12:23:30.589 INFO:teuthology.orchestra.run.smithi156.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00914688 s, 1.1 GB/s 2023-09-30T12:23:30.589 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping successful for: 2023-09-30T12:23:30.767 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:30 smithi156 ceph-mon[110147]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-30T12:23:30.767 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:30 smithi156 ceph-mon[110147]: from='osd.5 [v2:172.21.15.156:6808/1860304255,v1:172.21.15.156:6809/1860304255]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T12:23:30.767 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:30 smithi156 ceph-mon[110147]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T12:23:30.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:30 smithi150 ceph-mon[107401]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-30T12:23:30.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:30 smithi150 ceph-mon[107401]: from='osd.5 [v2:172.21.15.156:6808/1860304255,v1:172.21.15.156:6809/1860304255]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T12:23:30.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:30 smithi150 ceph-mon[107401]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T12:23:31.083 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi156:vg_nvme/lv_2 2023-09-30T12:23:31.725 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:23:31.466+0000 7ff0eb3f6700 -1 osd.5 0 waiting for initial osdmap 2023-09-30T12:23:31.725 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:23:31.471+0000 7ff0e658e700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:23:31.726 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T12:23:31.726 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: osdmap e36: 6 total, 5 up, 6 in 2023-09-30T12:23:31.726 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:31.726 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='osd.5 [v2:172.21.15.156:6808/1860304255,v1:172.21.15.156:6809/1860304255]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:31.727 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:31.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T12:23:31.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: osdmap e36: 6 total, 5 up, 6 in 2023-09-30T12:23:31.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='osd.5 [v2:172.21.15.156:6808/1860304255,v1:172.21.15.156:6809/1860304255]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:31.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:31.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:31.870 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:32 smithi150 ceph-mon[107401]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:32 smithi150 ceph-mon[107401]: Detected new or changed devices on smithi156 2023-09-30T12:23:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:32 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi156 to 7981M 2023-09-30T12:23:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:32 smithi150 ceph-mon[107401]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:23:32.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:32 smithi150 ceph-mon[107401]: osdmap e37: 6 total, 5 up, 6 in 2023-09-30T12:23:32.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:32 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:32.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:32 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:32 smithi156 ceph-mon[110147]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:32 smithi156 ceph-mon[110147]: Detected new or changed devices on smithi156 2023-09-30T12:23:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:32 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi156 to 7981M 2023-09-30T12:23:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:32 smithi156 ceph-mon[110147]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:23:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:32 smithi156 ceph-mon[110147]: osdmap e37: 6 total, 5 up, 6 in 2023-09-30T12:23:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:32 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:32 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:33.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:23:33.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:23:33.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:33.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: osd.5 [v2:172.21.15.156:6808/1860304255,v1:172.21.15.156:6809/1860304255] boot 2023-09-30T12:23:33.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: osdmap e38: 6 total, 6 up, 6 in 2023-09-30T12:23:33.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:33.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:33.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:33.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:33.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:33 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:33.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:23:33.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:23:33.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: osd.5 [v2:172.21.15.156:6808/1860304255,v1:172.21.15.156:6809/1860304255] boot 2023-09-30T12:23:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: osdmap e38: 6 total, 6 up, 6 in 2023-09-30T12:23:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:23:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:33.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:33 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:34.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:34 smithi150 ceph-mon[107401]: pgmap v96: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:34.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:34 smithi150 ceph-mon[107401]: osdmap e39: 6 total, 6 up, 6 in 2023-09-30T12:23:34.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:34 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/837841179' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6c5bd-7b73-4e74-a2d0-47effbc2865a"}]: dispatch 2023-09-30T12:23:34.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:34 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6c5bd-7b73-4e74-a2d0-47effbc2865a"}]: dispatch 2023-09-30T12:23:34.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:34 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09c6c5bd-7b73-4e74-a2d0-47effbc2865a"}]': finished 2023-09-30T12:23:34.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:34 smithi150 ceph-mon[107401]: osdmap e40: 7 total, 6 up, 7 in 2023-09-30T12:23:34.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:34 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:34 smithi156 ceph-mon[110147]: pgmap v96: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T12:23:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:34 smithi156 ceph-mon[110147]: osdmap e39: 6 total, 6 up, 6 in 2023-09-30T12:23:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:34 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/837841179' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6c5bd-7b73-4e74-a2d0-47effbc2865a"}]: dispatch 2023-09-30T12:23:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:34 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6c5bd-7b73-4e74-a2d0-47effbc2865a"}]: dispatch 2023-09-30T12:23:34.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:34 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09c6c5bd-7b73-4e74-a2d0-47effbc2865a"}]': finished 2023-09-30T12:23:34.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:34 smithi156 ceph-mon[110147]: osdmap e40: 7 total, 6 up, 7 in 2023-09-30T12:23:34.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:34 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:35.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:35 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/2448319814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:35.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:35 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/2448319814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:36.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:36 smithi150 ceph-mon[107401]: pgmap v99: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T12:23:36.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:36 smithi150 ceph-mon[107401]: osdmap e41: 7 total, 6 up, 7 in 2023-09-30T12:23:36.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:36 smithi156 ceph-mon[110147]: pgmap v99: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T12:23:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:36 smithi156 ceph-mon[110147]: osdmap e41: 7 total, 6 up, 7 in 2023-09-30T12:23:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:37.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:37 smithi156 ceph-mon[110147]: osdmap e42: 7 total, 6 up, 7 in 2023-09-30T12:23:37.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:37 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:37.760 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:37 smithi150 ceph-mon[107401]: osdmap e42: 7 total, 6 up, 7 in 2023-09-30T12:23:37.760 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:37 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:38.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:38 smithi150 ceph-mon[107401]: pgmap v102: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T12:23:38.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:38 smithi156 ceph-mon[110147]: pgmap v102: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T12:23:40.024 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:39 smithi156 ceph-mon[110147]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-09-30T12:23:40.025 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:39 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T12:23:40.025 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:39 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:40.025 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:39 smithi156 ceph-mon[110147]: Deploying daemon osd.6 on smithi156 2023-09-30T12:23:40.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:39 smithi150 ceph-mon[107401]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-09-30T12:23:40.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:39 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T12:23:40.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:39 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:40.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:39 smithi150 ceph-mon[107401]: Deploying daemon osd.6 on smithi156 2023-09-30T12:23:42.039 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:41 smithi156 ceph-mon[110147]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-09-30T12:23:42.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:41 smithi150 ceph-mon[107401]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-09-30T12:23:43.961 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:43 smithi156 ceph-mon[110147]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-09-30T12:23:43.961 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:43.961 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:43.961 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:43.961 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:43 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:44.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:43 smithi150 ceph-mon[107401]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-09-30T12:23:44.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:44.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:44.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:44.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:43 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:45.037 INFO:teuthology.orchestra.run.smithi156.stdout:Created osd(s) 6 on host 'smithi156' 2023-09-30T12:23:45.407 DEBUG:teuthology.orchestra.run.smithi156:osd.6> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.6.service 2023-09-30T12:23:45.409 INFO:tasks.cephadm:Deploying osd.7 on smithi156 with /dev/vg_nvme/lv_1... 2023-09-30T12:23:45.409 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-30T12:23:45.438 INFO:journalctl@ceph.osd.6.smithi156.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:23:45.984 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-mon[110147]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T12:23:45.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:45.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:45.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:45.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:45.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:45.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:46.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:45 smithi150 ceph-mon[107401]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-30T12:23:46.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:46.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:46.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:46.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:23:46.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:46.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:45 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:23:46.257 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:23:45 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:23:45.982+0000 7fac76eee3c0 -1 osd.6 0 log_to_monitors true 2023-09-30T12:23:46.783 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:46 smithi156 ceph-mon[110147]: from='osd.6 [v2:172.21.15.156:6816/3977120125,v1:172.21.15.156:6817/3977120125]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T12:23:46.783 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:46 smithi156 ceph-mon[110147]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T12:23:47.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:46 smithi150 ceph-mon[107401]: from='osd.6 [v2:172.21.15.156:6816/3977120125,v1:172.21.15.156:6817/3977120125]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T12:23:47.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:46 smithi150 ceph-mon[107401]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T12:23:47.185 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-30T12:23:47.185 INFO:teuthology.orchestra.run.smithi156.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-30T12:23:47.186 INFO:teuthology.orchestra.run.smithi156.stderr: stderr: 10+0 records in 2023-09-30T12:23:47.186 INFO:teuthology.orchestra.run.smithi156.stderr:10+0 records out 2023-09-30T12:23:47.186 INFO:teuthology.orchestra.run.smithi156.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00826645 s, 1.3 GB/s 2023-09-30T12:23:47.186 INFO:teuthology.orchestra.run.smithi156.stderr:--> Zapping successful for: 2023-09-30T12:23:47.530 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi156:vg_nvme/lv_1 2023-09-30T12:23:47.760 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:23:47.711+0000 7fac6d8f1700 -1 osd.6 0 waiting for initial osdmap 2023-09-30T12:23:47.760 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:23:47.717+0000 7fac69a8b700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:23:47.761 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-mon[110147]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-09-30T12:23:47.761 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-mon[110147]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T12:23:47.761 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-mon[110147]: osdmap e43: 7 total, 6 up, 7 in 2023-09-30T12:23:47.761 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:47.761 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-mon[110147]: from='osd.6 [v2:172.21.15.156:6816/3977120125,v1:172.21.15.156:6817/3977120125]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:47.761 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:47 smithi156 ceph-mon[110147]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:48.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:47 smithi150 ceph-mon[107401]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-09-30T12:23:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:47 smithi150 ceph-mon[107401]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T12:23:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:47 smithi150 ceph-mon[107401]: osdmap e43: 7 total, 6 up, 7 in 2023-09-30T12:23:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:47 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:47 smithi150 ceph-mon[107401]: from='osd.6 [v2:172.21.15.156:6816/3977120125,v1:172.21.15.156:6817/3977120125]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:48.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:47 smithi150 ceph-mon[107401]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: osdmap e44: 7 total, 6 up, 7 in 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: Detected new or changed devices on smithi156 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:48.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:48.981 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi156 to 5320M 2023-09-30T12:23:48.981 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:48.981 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:48 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:49.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: osdmap e44: 7 total, 6 up, 7 in 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: Detected new or changed devices on smithi156 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi156 to 5320M 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:49.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:48 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:23:49.938 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:23:49.938 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:23:49.938 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: osd.6 [v2:172.21.15.156:6816/3977120125,v1:172.21.15.156:6817/3977120125] boot 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: osdmap e45: 7 total, 7 up, 7 in 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: osdmap e46: 7 total, 7 up, 7 in 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:49.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:50.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:23:50.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: osd.6 [v2:172.21.15.156:6816/3977120125,v1:172.21.15.156:6817/3977120125] boot 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: osdmap e45: 7 total, 7 up, 7 in 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: osdmap e46: 7 total, 7 up, 7 in 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi156:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T12:23:50.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:51.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:50 smithi150 ceph-mon[107401]: osdmap e47: 7 total, 7 up, 7 in 2023-09-30T12:23:51.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:50 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/1311143238' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fff93ab2-0a05-4a3d-8dd4-dcc090143b72"}]: dispatch 2023-09-30T12:23:51.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:50 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fff93ab2-0a05-4a3d-8dd4-dcc090143b72"}]: dispatch 2023-09-30T12:23:51.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:50 smithi150 ceph-mon[107401]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fff93ab2-0a05-4a3d-8dd4-dcc090143b72"}]': finished 2023-09-30T12:23:51.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:50 smithi150 ceph-mon[107401]: osdmap e48: 8 total, 7 up, 8 in 2023-09-30T12:23:51.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:50 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:23:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:50 smithi156 ceph-mon[110147]: osdmap e47: 7 total, 7 up, 7 in 2023-09-30T12:23:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:50 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/1311143238' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fff93ab2-0a05-4a3d-8dd4-dcc090143b72"}]: dispatch 2023-09-30T12:23:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:50 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fff93ab2-0a05-4a3d-8dd4-dcc090143b72"}]: dispatch 2023-09-30T12:23:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:50 smithi156 ceph-mon[110147]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fff93ab2-0a05-4a3d-8dd4-dcc090143b72"}]': finished 2023-09-30T12:23:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:50 smithi156 ceph-mon[110147]: osdmap e48: 8 total, 7 up, 8 in 2023-09-30T12:23:51.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:50 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:23:52.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:51 smithi150 ceph-mon[107401]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:23:52.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:51 smithi150 ceph-mon[107401]: from='client.? 172.21.15.156:0/1061743401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:52.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:51 smithi150 ceph-mon[107401]: osdmap e49: 8 total, 7 up, 8 in 2023-09-30T12:23:52.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:23:52.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:51 smithi156 ceph-mon[110147]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:23:52.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:51 smithi156 ceph-mon[110147]: from='client.? 172.21.15.156:0/1061743401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T12:23:52.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:51 smithi156 ceph-mon[110147]: osdmap e49: 8 total, 7 up, 8 in 2023-09-30T12:23:52.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:23:54.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:53 smithi150 ceph-mon[107401]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:23:54.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:53 smithi156 ceph-mon[110147]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:23:56.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:55 smithi150 ceph-mon[107401]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:23:56.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T12:23:56.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:56.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:55 smithi156 ceph-mon[110147]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:23:56.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T12:23:56.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:23:57.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:56 smithi150 ceph-mon[107401]: Deploying daemon osd.7 on smithi156 2023-09-30T12:23:57.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:56 smithi156 ceph-mon[110147]: Deploying daemon osd.7 on smithi156 2023-09-30T12:23:58.035 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:23:57 smithi156 ceph-mon[110147]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-09-30T12:23:58.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:23:57 smithi150 ceph-mon[107401]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-09-30T12:24:00.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:00 smithi150 ceph-mon[107401]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-09-30T12:24:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:00 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:00.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:00 smithi156 ceph-mon[110147]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-09-30T12:24:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:00 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:01.250 INFO:teuthology.orchestra.run.smithi156.stdout:Created osd(s) 7 on host 'smithi156' 2023-09-30T12:24:01.762 DEBUG:teuthology.orchestra.run.smithi156:osd.7> sudo journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.7.service 2023-09-30T12:24:01.765 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-30T12:24:01.765 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T12:24:01.799 INFO:journalctl@ceph.osd.7.smithi156.stdout:-- Logs begin at Sat 2023-09-30 12:11:18 UTC. -- 2023-09-30T12:24:02.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:02 smithi150 ceph-mon[107401]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-30T12:24:02.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:02.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:02.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:02 smithi156 ceph-mon[110147]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-30T12:24:02.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:02.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:02.504 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:24:02 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:24:02.502+0000 7f189cd443c0 -1 osd.7 0 log_to_monitors true 2023-09-30T12:24:03.101 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:03 smithi150 ceph-mon[107401]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T12:24:03.435 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:03 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1518202351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T12:24:03.478 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":49,"num_osds":8,"num_up_osds":7,"osd_up_since":1696076628,"num_in_osds":8,"osd_in_since":1696076630,"num_remapped_pgs":0} 2023-09-30T12:24:03.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:03 smithi156 ceph-mon[110147]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T12:24:03.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:03 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1518202351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T12:24:04.479 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T12:24:04.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-09-30T12:24:04.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T12:24:04.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: osdmap e50: 8 total, 7 up, 8 in 2023-09-30T12:24:04.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:04.513 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:04.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:04 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:04.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:24:04.263+0000 7f1893747700 -1 osd.7 0 waiting for initial osdmap 2023-09-30T12:24:04.630 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:24:04.271+0000 7f188e8df700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: osdmap e50: 8 total, 7 up, 8 in 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:04.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:04 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:05.499 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:05 smithi150 ceph-mon[107401]: Detected new or changed devices on smithi156 2023-09-30T12:24:05.499 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:05 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi156 to 3990M 2023-09-30T12:24:05.499 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:05 smithi150 ceph-mon[107401]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:24:05.499 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:05 smithi150 ceph-mon[107401]: osdmap e51: 8 total, 7 up, 8 in 2023-09-30T12:24:05.499 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:05.499 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:05.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:05 smithi156 ceph-mon[110147]: Detected new or changed devices on smithi156 2023-09-30T12:24:05.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:05 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi156 to 3990M 2023-09-30T12:24:05.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:05 smithi156 ceph-mon[110147]: from='osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-09-30T12:24:05.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:05 smithi156 ceph-mon[110147]: osdmap e51: 8 total, 7 up, 8 in 2023-09-30T12:24:05.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:05.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:05.872 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:06.269 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1696076645,"num_in_osds":8,"osd_in_since":1696076630,"num_remapped_pgs":1} 2023-09-30T12:24:06.270 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T12:24:06.536 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: purged_snaps scrub starts 2023-09-30T12:24:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: purged_snaps scrub ok 2023-09-30T12:24:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:24:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:06.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260] boot 2023-09-30T12:24:06.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: osdmap e52: 8 total, 8 up, 8 in 2023-09-30T12:24:06.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:06.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:06 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1841553904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T12:24:06.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: purged_snaps scrub starts 2023-09-30T12:24:06.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: purged_snaps scrub ok 2023-09-30T12:24:06.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T12:24:06.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:06.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: osd.7 [v2:172.21.15.156:6824/1548209260,v1:172.21.15.156:6825/1548209260] boot 2023-09-30T12:24:06.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: osdmap e52: 8 total, 8 up, 8 in 2023-09-30T12:24:06.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:24:06.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:06 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1841553904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T12:24:07.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:07 smithi150 ceph-mon[107401]: osdmap e53: 8 total, 8 up, 8 in 2023-09-30T12:24:07.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:07 smithi156 ceph-mon[110147]: osdmap e53: 8 total, 8 up, 8 in 2023-09-30T12:24:07.702 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:07.702 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":54,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","created":"2023-09-30T12:19:45.345233+0000","modified":"2023-09-30T12:24:07.270063+0000","last_up_change":"2023-09-30T12:24:05.261611+0000","last_in_change":"2023-09-30T12:23:50.617011+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T12:22:42.989258+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":"22","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":{}}}],"osds":[{"osd":0,"uuid":"44395aff-b4e8-4d79-8fd6-3a75cc631d3d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6803","nonce":1236160391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6805","nonce":1236160391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6809","nonce":1236160391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6807","nonce":1236160391}]},"public_addr":"172.21.15.150:6803/1236160391","cluster_addr":"172.21.15.150:6805/1236160391","heartbeat_back_addr":"172.21.15.150:6809/1236160391","heartbeat_front_addr":"172.21.15.150:6807/1236160391","state":["exists","up"]},{"osd":1,"uuid":"693a6c9c-6cff-4f95-a9f4-fea219fe3087","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6811","nonce":2055156400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6813","nonce":2055156400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6817","nonce":2055156400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6815","nonce":2055156400}]},"public_addr":"172.21.15.150:6811/2055156400","cluster_addr":"172.21.15.150:6813/2055156400","heartbeat_back_addr":"172.21.15.150:6817/2055156400","heartbeat_front_addr":"172.21.15.150:6815/2055156400","state":["exists","up"]},{"osd":2,"uuid":"d72fc37e-cbff-4fb9-ace8-3647b5db3545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6819","nonce":4205834999}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6821","nonce":4205834999}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6825","nonce":4205834999}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6823","nonce":4205834999}]},"public_addr":"172.21.15.150:6819/4205834999","cluster_addr":"172.21.15.150:6821/4205834999","heartbeat_back_addr":"172.21.15.150:6825/4205834999","heartbeat_front_addr":"172.21.15.150:6823/4205834999","state":["exists","up"]},{"osd":3,"uuid":"842eecf2-80b7-4df8-90df-8963aea3786b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6827","nonce":280622893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6829","nonce":280622893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6832","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6833","nonce":280622893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6831","nonce":280622893}]},"public_addr":"172.21.15.150:6827/280622893","cluster_addr":"172.21.15.150:6829/280622893","heartbeat_back_addr":"172.21.15.150:6833/280622893","heartbeat_front_addr":"172.21.15.150:6831/280622893","state":["exists","up"]},{"osd":4,"uuid":"e99b6d74-d1f4-459d-bbc3-286918f2a52c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6801","nonce":2038355111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6803","nonce":2038355111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6807","nonce":2038355111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6805","nonce":2038355111}]},"public_addr":"172.21.15.156:6801/2038355111","cluster_addr":"172.21.15.156:6803/2038355111","heartbeat_back_addr":"172.21.15.156:6807/2038355111","heartbeat_front_addr":"172.21.15.156:6805/2038355111","state":["exists","up"]},{"osd":5,"uuid":"c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6809","nonce":1860304255}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6811","nonce":1860304255}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6815","nonce":1860304255}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6813","nonce":1860304255}]},"public_addr":"172.21.15.156:6809/1860304255","cluster_addr":"172.21.15.156:6811/1860304255","heartbeat_back_addr":"172.21.15.156:6815/1860304255","heartbeat_front_addr":"172.21.15.156:6813/1860304255","state":["exists","up"]},{"osd":6,"uuid":"09c6c5bd-7b73-4e74-a2d0-47effbc2865a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6817","nonce":3977120125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6819","nonce":3977120125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6823","nonce":3977120125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6821","nonce":3977120125}]},"public_addr":"172.21.15.156:6817/3977120125","cluster_addr":"172.21.15.156:6819/3977120125","heartbeat_back_addr":"172.21.15.156:6823/3977120125","heartbeat_front_addr":"172.21.15.156:6821/3977120125","state":["exists","up"]},{"osd":7,"uuid":"fff93ab2-0a05-4a3d-8dd4-dcc090143b72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6825","nonce":1548209260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6827","nonce":1548209260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6831","nonce":1548209260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6829","nonce":1548209260}]},"public_addr":"172.21.15.156:6825/1548209260","cluster_addr":"172.21.15.156:6827/1548209260","heartbeat_back_addr":"172.21.15.156:6831/1548209260","heartbeat_front_addr":"172.21.15.156:6829/1548209260","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:21:59.576660+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:21.648037+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:40.139211+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:58.776585+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:14.385139+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:30.581674+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:47.021187+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:24:03.542301+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.150:0/3188621016":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/2444578620":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/2816485694":"2023-10-01T12:20:31.619351+0000","172.21.15.150:6801/546110917":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/3270318298":"2023-10-01T12:20:31.619351+0000","172.21.15.150:6801/3893177134":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/3688200455":"2023-10-01T12:21:12.615490+0000","172.21.15.150:6800/3893177134":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/2856652660":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/988120598":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6800/546110917":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/4171517481":"2023-10-01T12:20:08.280315+0000","172.21.15.150:0/392551840":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6800/1269948374":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6801/1269948374":"2023-10-01T12:20:08.280315+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T12:24:08.115 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T12:22:42.989258+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': '22', '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': {}}}] 2023-09-30T12:24:08.115 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-30T12:24:08.343 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:08.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:08 smithi150 ceph-mon[107401]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:08.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:08 smithi150 ceph-mon[107401]: osdmap e54: 8 total, 8 up, 8 in 2023-09-30T12:24:08.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:08 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3186993902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:24:08.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:08 smithi156 ceph-mon[110147]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:08.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:08 smithi156 ceph-mon[110147]: osdmap e54: 8 total, 8 up, 8 in 2023-09-30T12:24:08.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:08 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3186993902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:24:09.577 INFO:teuthology.orchestra.run.smithi150.stdout:pg_num: 1 2023-09-30T12:24:09.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:09 smithi150 ceph-mon[107401]: osdmap e55: 8 total, 8 up, 8 in 2023-09-30T12:24:09.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:09 smithi156 ceph-mon[110147]: osdmap e55: 8 total, 8 up, 8 in 2023-09-30T12:24:09.985 INFO:tasks.cephadm:Setting up client nodes... 2023-09-30T12:24:09.985 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T12:24:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:10 smithi150 ceph-mon[107401]: pgmap v131: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 49 KiB/s, 0 objects/s recovering 2023-09-30T12:24:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:10 smithi150 ceph-mon[107401]: osdmap e56: 8 total, 8 up, 8 in 2023-09-30T12:24:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:10 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/37944866' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T12:24:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:10 smithi156 ceph-mon[110147]: pgmap v131: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 49 KiB/s, 0 objects/s recovering 2023-09-30T12:24:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:10 smithi156 ceph-mon[110147]: osdmap e56: 8 total, 8 up, 8 in 2023-09-30T12:24:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:10 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/37944866' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T12:24:11.461 INFO:teuthology.orchestra.run.smithi150.stdout:[client.0] 2023-09-30T12:24:11.462 INFO:teuthology.orchestra.run.smithi150.stdout: key = AQBrExhlHKheGxAAzYEDsY5eqUvI89/2oou26w== 2023-09-30T12:24:11.843 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-09-30T12:24:11.843 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-30T12:24:11.843 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-30T12:24:11.883 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-30T12:24:11.883 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-30T12:24:11.883 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-30T12:24:12.150 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:12.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:12 smithi150 ceph-mon[107401]: pgmap v133: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 44 KiB/s, 0 objects/s recovering 2023-09-30T12:24:12.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:12 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3646107522' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T12:24:12.582 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:12 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3646107522' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T12:24:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:12 smithi156 ceph-mon[110147]: pgmap v133: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 1/6 objects misplaced (16.667%); 44 KiB/s, 0 objects/s recovering 2023-09-30T12:24:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:12 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3646107522' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T12:24:12.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:12 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3646107522' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T12:24:13.347 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:13.564 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:24:13.564 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:24:13.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:24:13.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:24:13.736 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi150.whkjlu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":3935129802},{"type":"v1","addr":"172.21.15.150:6801","nonce":3935129802}]},"active_addr":"172.21.15.150:6801/3935129802","active_change":"2023-09-30T12:21:12.615826+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi156.fjrxdg","mgr_features":4540138303579357183,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","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":[]},"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_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":0,"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","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":[]},"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_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":0,"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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.150:8443/","prometheus":"http://172.21.15.150: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"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.150:0","nonce":792084973}]},{"addrvec":[{"type":"v2","addr":"172.21.15.150:0","nonce":3711791084}]},{"addrvec":[{"type":"v2","addr":"172.21.15.150:0","nonce":2232923768}]},{"addrvec":[{"type":"v2","addr":"172.21.15.150:0","nonce":2376472591}]}]}} 2023-09-30T12:24:13.741 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-30T12:24:13.741 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-30T12:24:13.741 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T12:24:13.968 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:14.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:14 smithi150 ceph-mon[107401]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T12:24:14.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:14 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3110121247' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T12:24:14.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:14 smithi156 ceph-mon[110147]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T12:24:14.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:14 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3110121247' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T12:24:15.123 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:15.123 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":56,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","created":"2023-09-30T12:19:45.345233+0000","modified":"2023-09-30T12:24:09.280117+0000","last_up_change":"2023-09-30T12:24:05.261611+0000","last_in_change":"2023-09-30T12:23:50.617011+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T12:22:42.989258+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":"22","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":{}}}],"osds":[{"osd":0,"uuid":"44395aff-b4e8-4d79-8fd6-3a75cc631d3d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6803","nonce":1236160391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6805","nonce":1236160391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6809","nonce":1236160391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6807","nonce":1236160391}]},"public_addr":"172.21.15.150:6803/1236160391","cluster_addr":"172.21.15.150:6805/1236160391","heartbeat_back_addr":"172.21.15.150:6809/1236160391","heartbeat_front_addr":"172.21.15.150:6807/1236160391","state":["exists","up"]},{"osd":1,"uuid":"693a6c9c-6cff-4f95-a9f4-fea219fe3087","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6811","nonce":2055156400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6813","nonce":2055156400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6817","nonce":2055156400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6815","nonce":2055156400}]},"public_addr":"172.21.15.150:6811/2055156400","cluster_addr":"172.21.15.150:6813/2055156400","heartbeat_back_addr":"172.21.15.150:6817/2055156400","heartbeat_front_addr":"172.21.15.150:6815/2055156400","state":["exists","up"]},{"osd":2,"uuid":"d72fc37e-cbff-4fb9-ace8-3647b5db3545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6819","nonce":4205834999}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6821","nonce":4205834999}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6825","nonce":4205834999}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6823","nonce":4205834999}]},"public_addr":"172.21.15.150:6819/4205834999","cluster_addr":"172.21.15.150:6821/4205834999","heartbeat_back_addr":"172.21.15.150:6825/4205834999","heartbeat_front_addr":"172.21.15.150:6823/4205834999","state":["exists","up"]},{"osd":3,"uuid":"842eecf2-80b7-4df8-90df-8963aea3786b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6827","nonce":280622893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6829","nonce":280622893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6832","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6833","nonce":280622893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6831","nonce":280622893}]},"public_addr":"172.21.15.150:6827/280622893","cluster_addr":"172.21.15.150:6829/280622893","heartbeat_back_addr":"172.21.15.150:6833/280622893","heartbeat_front_addr":"172.21.15.150:6831/280622893","state":["exists","up"]},{"osd":4,"uuid":"e99b6d74-d1f4-459d-bbc3-286918f2a52c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6801","nonce":2038355111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6803","nonce":2038355111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6807","nonce":2038355111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6805","nonce":2038355111}]},"public_addr":"172.21.15.156:6801/2038355111","cluster_addr":"172.21.15.156:6803/2038355111","heartbeat_back_addr":"172.21.15.156:6807/2038355111","heartbeat_front_addr":"172.21.15.156:6805/2038355111","state":["exists","up"]},{"osd":5,"uuid":"c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6809","nonce":1860304255}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6811","nonce":1860304255}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6815","nonce":1860304255}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6813","nonce":1860304255}]},"public_addr":"172.21.15.156:6809/1860304255","cluster_addr":"172.21.15.156:6811/1860304255","heartbeat_back_addr":"172.21.15.156:6815/1860304255","heartbeat_front_addr":"172.21.15.156:6813/1860304255","state":["exists","up"]},{"osd":6,"uuid":"09c6c5bd-7b73-4e74-a2d0-47effbc2865a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6817","nonce":3977120125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6819","nonce":3977120125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6823","nonce":3977120125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6821","nonce":3977120125}]},"public_addr":"172.21.15.156:6817/3977120125","cluster_addr":"172.21.15.156:6819/3977120125","heartbeat_back_addr":"172.21.15.156:6823/3977120125","heartbeat_front_addr":"172.21.15.156:6821/3977120125","state":["exists","up"]},{"osd":7,"uuid":"fff93ab2-0a05-4a3d-8dd4-dcc090143b72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6825","nonce":1548209260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6827","nonce":1548209260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6831","nonce":1548209260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6829","nonce":1548209260}]},"public_addr":"172.21.15.156:6825/1548209260","cluster_addr":"172.21.15.156:6827/1548209260","heartbeat_back_addr":"172.21.15.156:6831/1548209260","heartbeat_front_addr":"172.21.15.156:6829/1548209260","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:21:59.576660+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:21.648037+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:40.139211+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:58.776585+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:14.385139+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:30.581674+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:47.021187+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:24:03.542301+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.150:0/3188621016":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/2444578620":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/2816485694":"2023-10-01T12:20:31.619351+0000","172.21.15.150:6801/546110917":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/3270318298":"2023-10-01T12:20:31.619351+0000","172.21.15.150:6801/3893177134":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/3688200455":"2023-10-01T12:21:12.615490+0000","172.21.15.150:6800/3893177134":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/2856652660":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/988120598":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6800/546110917":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/4171517481":"2023-10-01T12:20:08.280315+0000","172.21.15.150:0/392551840":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6800/1269948374":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6801/1269948374":"2023-10-01T12:20:08.280315+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T12:24:15.467 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:15 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1463432943' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:24:15.510 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-30T12:24:15.510 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T12:24:15.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:15 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1463432943' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:24:15.736 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:16.447 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:16 smithi150 ceph-mon[107401]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-09-30T12:24:16.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:16 smithi156 ceph-mon[110147]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-09-30T12:24:16.811 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:16.811 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":56,"fsid":"93928c0e-5f8b-11ee-8db4-212e2dc638e7","created":"2023-09-30T12:19:45.345233+0000","modified":"2023-09-30T12:24:09.280117+0000","last_up_change":"2023-09-30T12:24:05.261611+0000","last_in_change":"2023-09-30T12:23:50.617011+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T12:22:42.989258+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":"22","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":{}}}],"osds":[{"osd":0,"uuid":"44395aff-b4e8-4d79-8fd6-3a75cc631d3d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6803","nonce":1236160391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6805","nonce":1236160391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6809","nonce":1236160391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":1236160391},{"type":"v1","addr":"172.21.15.150:6807","nonce":1236160391}]},"public_addr":"172.21.15.150:6803/1236160391","cluster_addr":"172.21.15.150:6805/1236160391","heartbeat_back_addr":"172.21.15.150:6809/1236160391","heartbeat_front_addr":"172.21.15.150:6807/1236160391","state":["exists","up"]},{"osd":1,"uuid":"693a6c9c-6cff-4f95-a9f4-fea219fe3087","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6811","nonce":2055156400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6813","nonce":2055156400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6817","nonce":2055156400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":2055156400},{"type":"v1","addr":"172.21.15.150:6815","nonce":2055156400}]},"public_addr":"172.21.15.150:6811/2055156400","cluster_addr":"172.21.15.150:6813/2055156400","heartbeat_back_addr":"172.21.15.150:6817/2055156400","heartbeat_front_addr":"172.21.15.150:6815/2055156400","state":["exists","up"]},{"osd":2,"uuid":"d72fc37e-cbff-4fb9-ace8-3647b5db3545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6819","nonce":4205834999}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6821","nonce":4205834999}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6825","nonce":4205834999}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":4205834999},{"type":"v1","addr":"172.21.15.150:6823","nonce":4205834999}]},"public_addr":"172.21.15.150:6819/4205834999","cluster_addr":"172.21.15.150:6821/4205834999","heartbeat_back_addr":"172.21.15.150:6825/4205834999","heartbeat_front_addr":"172.21.15.150:6823/4205834999","state":["exists","up"]},{"osd":3,"uuid":"842eecf2-80b7-4df8-90df-8963aea3786b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6827","nonce":280622893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6829","nonce":280622893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6832","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6833","nonce":280622893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":280622893},{"type":"v1","addr":"172.21.15.150:6831","nonce":280622893}]},"public_addr":"172.21.15.150:6827/280622893","cluster_addr":"172.21.15.150:6829/280622893","heartbeat_back_addr":"172.21.15.150:6833/280622893","heartbeat_front_addr":"172.21.15.150:6831/280622893","state":["exists","up"]},{"osd":4,"uuid":"e99b6d74-d1f4-459d-bbc3-286918f2a52c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6801","nonce":2038355111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6803","nonce":2038355111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6807","nonce":2038355111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":2038355111},{"type":"v1","addr":"172.21.15.156:6805","nonce":2038355111}]},"public_addr":"172.21.15.156:6801/2038355111","cluster_addr":"172.21.15.156:6803/2038355111","heartbeat_back_addr":"172.21.15.156:6807/2038355111","heartbeat_front_addr":"172.21.15.156:6805/2038355111","state":["exists","up"]},{"osd":5,"uuid":"c19e91ed-c239-4fd6-b3ad-d8da4e31fe3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6809","nonce":1860304255}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6811","nonce":1860304255}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6815","nonce":1860304255}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1860304255},{"type":"v1","addr":"172.21.15.156:6813","nonce":1860304255}]},"public_addr":"172.21.15.156:6809/1860304255","cluster_addr":"172.21.15.156:6811/1860304255","heartbeat_back_addr":"172.21.15.156:6815/1860304255","heartbeat_front_addr":"172.21.15.156:6813/1860304255","state":["exists","up"]},{"osd":6,"uuid":"09c6c5bd-7b73-4e74-a2d0-47effbc2865a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6817","nonce":3977120125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6819","nonce":3977120125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6823","nonce":3977120125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":3977120125},{"type":"v1","addr":"172.21.15.156:6821","nonce":3977120125}]},"public_addr":"172.21.15.156:6817/3977120125","cluster_addr":"172.21.15.156:6819/3977120125","heartbeat_back_addr":"172.21.15.156:6823/3977120125","heartbeat_front_addr":"172.21.15.156:6821/3977120125","state":["exists","up"]},{"osd":7,"uuid":"fff93ab2-0a05-4a3d-8dd4-dcc090143b72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6825","nonce":1548209260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6827","nonce":1548209260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6831","nonce":1548209260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":1548209260},{"type":"v1","addr":"172.21.15.156:6829","nonce":1548209260}]},"public_addr":"172.21.15.156:6825/1548209260","cluster_addr":"172.21.15.156:6827/1548209260","heartbeat_back_addr":"172.21.15.156:6831/1548209260","heartbeat_front_addr":"172.21.15.156:6829/1548209260","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:21:59.576660+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:21.648037+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:40.139211+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:22:58.776585+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:14.385139+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:30.581674+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:23:47.021187+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T12:24:03.542301+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.150:0/3188621016":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/2444578620":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/2816485694":"2023-10-01T12:20:31.619351+0000","172.21.15.150:6801/546110917":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/3270318298":"2023-10-01T12:20:31.619351+0000","172.21.15.150:6801/3893177134":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/3688200455":"2023-10-01T12:21:12.615490+0000","172.21.15.150:6800/3893177134":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/2856652660":"2023-10-01T12:20:31.619351+0000","172.21.15.150:0/988120598":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6800/546110917":"2023-10-01T12:21:12.615490+0000","172.21.15.150:0/4171517481":"2023-10-01T12:20:08.280315+0000","172.21.15.150:0/392551840":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6800/1269948374":"2023-10-01T12:20:08.280315+0000","172.21.15.150:6801/1269948374":"2023-10-01T12:20:08.280315+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T12:24:17.186 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-30T12:24:17.187 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-30T12:24:17.187 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-30T12:24:17.188 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-30T12:24:17.189 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-30T12:24:17.189 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-30T12:24:17.190 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-30T12:24:17.190 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-30T12:24:17.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:17 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/5985147' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:24:17.642 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:17.845 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:17.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:17 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/5985147' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:24:17.979 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:17.979 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:17.995 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:18.045 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:18.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:18 smithi150 ceph-mon[107401]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s, 0 objects/s recovering 2023-09-30T12:24:18.849 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:18 smithi156 ceph-mon[110147]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s, 0 objects/s recovering 2023-09-30T12:24:19.303 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:20.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:20 smithi150 ceph-mon[107401]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s, 0 objects/s recovering 2023-09-30T12:24:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:20 smithi156 ceph-mon[110147]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s, 0 objects/s recovering 2023-09-30T12:24:21.198 INFO:teuthology.orchestra.run.smithi150.stdout:163208757261 2023-09-30T12:24:21.199 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-30T12:24:22.576 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:22.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:22 smithi150 ceph-mon[107401]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s, 0 objects/s recovering 2023-09-30T12:24:22.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:22 smithi156 ceph-mon[110147]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s, 0 objects/s recovering 2023-09-30T12:24:23.027 INFO:teuthology.orchestra.run.smithi150.stdout:60129542171 2023-09-30T12:24:23.027 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-30T12:24:23.459 INFO:teuthology.orchestra.run.smithi150.stdout:38654705694 2023-09-30T12:24:23.459 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-30T12:24:23.618 INFO:teuthology.orchestra.run.smithi150.stdout:133143986192 2023-09-30T12:24:23.618 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-30T12:24:24.492 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:24 smithi150 ceph-mon[107401]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s, 0 objects/s recovering 2023-09-30T12:24:24.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:24 smithi156 ceph-mon[110147]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s, 0 objects/s recovering 2023-09-30T12:24:25.059 INFO:teuthology.orchestra.run.smithi150.stdout:193273528329 2023-09-30T12:24:25.060 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-30T12:24:25.280 INFO:teuthology.orchestra.run.smithi150.stdout:111669149716 2023-09-30T12:24:25.280 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-30T12:24:25.674 INFO:teuthology.orchestra.run.smithi150.stdout:223338299399 2023-09-30T12:24:25.675 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-30T12:24:25.692 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:25.897 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:25.898 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:25.956 INFO:teuthology.orchestra.run.smithi150.stdout:81604378648 2023-09-30T12:24:25.957 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-30T12:24:26.211 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:26.296 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:26.297 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:26.660 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:26 smithi150 ceph-mon[107401]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:26 smithi156 ceph-mon[110147]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:27.106 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:28.297 INFO:teuthology.orchestra.run.smithi150.stdout:163208757262 2023-09-30T12:24:28.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:28 smithi150 ceph-mon[107401]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:28.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:28 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1000789860' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T12:24:28.554 INFO:teuthology.orchestra.run.smithi150.stdout:111669149717 2023-09-30T12:24:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:28 smithi156 ceph-mon[110147]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:28 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1000789860' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T12:24:29.150 INFO:teuthology.orchestra.run.smithi150.stdout:38654705695 2023-09-30T12:24:29.521 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:29 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3436916754' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T12:24:29.521 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:29 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1198539991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T12:24:29.810 INFO:teuthology.orchestra.run.smithi150.stdout:223338299400 2023-09-30T12:24:29.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:29 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3436916754' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T12:24:29.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:29 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1198539991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T12:24:30.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705695 for osd.0 2023-09-30T12:24:30.129 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:30.535 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757262 for osd.5 2023-09-30T12:24:30.535 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:30.606 INFO:teuthology.orchestra.run.smithi150.stdout:60129542172 2023-09-30T12:24:30.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:30 smithi150 ceph-mon[107401]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:30.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:30 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/4060900597' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T12:24:30.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:30 smithi156 ceph-mon[110147]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:30.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:30 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/4060900597' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T12:24:31.132 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299399 got 223338299400 for osd.7 2023-09-30T12:24:31.133 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:31.545 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:31 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1767335287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T12:24:31.583 INFO:teuthology.orchestra.run.smithi150.stdout:133143986193 2023-09-30T12:24:31.589 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-09-30T12:24:31.590 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:31.774 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-09-30T12:24:31.775 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:31.780 INFO:teuthology.orchestra.run.smithi150.stdout:193273528331 2023-09-30T12:24:31.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:31 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1767335287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T12:24:32.217 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986193 for osd.4 2023-09-30T12:24:32.217 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:32.258 INFO:teuthology.orchestra.run.smithi150.stdout:81604378649 2023-09-30T12:24:32.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:32 smithi150 ceph-mon[107401]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:32.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:32 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/475373001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T12:24:32.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:32 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/9500777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T12:24:32.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:32 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2649558286' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T12:24:32.449 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528329 got 193273528331 for osd.6 2023-09-30T12:24:32.449 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:32.791 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2023-09-30T12:24:32.791 DEBUG:teuthology.parallel:result is None 2023-09-30T12:24:32.791 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-30T12:24:32.791 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T12:24:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:32 smithi156 ceph-mon[110147]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:32 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/475373001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T12:24:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:32 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/9500777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T12:24:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:32 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2649558286' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T12:24:33.019 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:34.203 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:34.204 INFO:teuthology.orchestra.run.smithi150.stderr:dumped all 2023-09-30T12:24:34.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:34 smithi150 ceph-mon[107401]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:34.600 INFO:teuthology.orchestra.run.smithi150.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2023-09-30T12:24:32.704267+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":117,"ondisk_log_size":117,"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":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48396,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6172672,"data_stored":3435607,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"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.002452"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-09-30T12:24:09.287503+0000","last_change":"2023-09-30T12:24:09.287503+0000","last_active":"2023-09-30T12:24:09.287503+0000","last_peered":"2023-09-30T12:24:09.287503+0000","last_clean":"2023-09-30T12:24:09.287503+0000","last_became_active":"2023-09-30T12:24:09.287139+0000","last_became_peered":"2023-09-30T12:24:09.287139+0000","last_unstale":"2023-09-30T12:24:09.287503+0000","last_undegraded":"2023-09-30T12:24:09.287503+0000","last_fullsized":"2023-09-30T12:24:09.287503+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T12:22:42.989840+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T12:22:42.989840+0000","last_clean_scrub_stamp":"2023-09-30T12:22:42.989840+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"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-01T19:06:14.540180+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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,6],"acting":[7,0,6],"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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.47899999999999998}]},{"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.56499999999999995}]},{"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.436}]},{"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.53200000000000003}]},{"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.497}]},{"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.54400000000000004}]},{"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.60099999999999998}]}]},{"osd":6,"up_from":45,"seq":193273528331,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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.38200000000000001}]},{"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.58899999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]},{"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.68100000000000005}]},{"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.57399999999999995}]},{"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.624}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":"Sat Sep 30 12:24:28 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.35499999999999998,"15min":0.35299999999999998},"min":{"1min":0.25800000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.57599999999999996,"5min":0.623,"15min":0.623},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.376,"15min":0.374},"min":{"1min":0.26600000000000001,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56699999999999995,"5min":0.62,"15min":0.62},"last":0.29699999999999999}]},{"osd":2,"last update":"Sat Sep 30 12:23:45 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.34599999999999997}]},{"osd":3,"last update":"Sat Sep 30 12:24:03 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.434}]},{"osd":4,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.5}]},{"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.47199999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56100000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":760143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Sat Sep 30 12:24:27 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.35899999999999999,"15min":0.35799999999999998},"min":{"1min":0.27300000000000002,"5min":0.223,"15min":0.223},"max":{"1min":0.47399999999999998,"5min":0.505,"15min":0.505},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.38100000000000001,"15min":0.376},"min":{"1min":0.28699999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.38900000000000001}]},{"osd":2,"last update":"Sat Sep 30 12:23:48 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.45100000000000001}]},{"osd":3,"last update":"Sat Sep 30 12:24:02 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.48299999999999998}]},{"osd":4,"last update":"Sat Sep 30 12:24:16 2023","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.71299999999999997}]},{"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.73199999999999998}]},{"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.751}]},{"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.72299999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"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":"Sat Sep 30 12:23:41 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.19500000000000001,"5min":0.19500000000000001,"15min":0.19500000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":3.5339999999999998,"5min":3.5339999999999998,"15min":3.5339999999999998},"last":0.25600000000000001}]},{"osd":1,"last update":"Sat Sep 30 12:23:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.371}]},{"osd":3,"last update":"Sat Sep 30 12:24:01 2023","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.31900000000000001}]},{"osd":4,"last update":"Sat Sep 30 12:24:18 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.503},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.57899999999999996}]},{"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.56100000000000005}]},{"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.65900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Sep 30 12:24:04 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.36499999999999999}]},{"osd":1,"last update":"Sat Sep 30 12:24:04 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.313}]},{"osd":2,"last update":"Sat Sep 30 12:24:04 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.30399999999999999}]},{"osd":4,"last update":"Sat Sep 30 12:24:18 2023","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.497},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55400000000000005}]},{"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.52400000000000002}]},{"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.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.61799999999999999}]},{"osd":1,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"last":0.49299999999999999}]},{"osd":2,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.54000000000000004}]},{"osd":3,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.501},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.55900000000000005}]},{"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.45100000000000001}]},{"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.58699999999999997}]},{"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.59799999999999998}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":230591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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.40400000000000003}]},{"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.47399999999999998}]},{"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.39200000000000002}]},{"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.48899999999999999}]},{"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.55200000000000005}]},{"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.57299999999999995}]},{"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.68700000000000006}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T12:24:34.602 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T12:24:34.829 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:34 smithi156 ceph-mon[110147]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:35.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:35 smithi150 ceph-mon[107401]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:35.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:35 smithi156 ceph-mon[110147]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:36.010 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:36.012 INFO:teuthology.orchestra.run.smithi150.stderr:dumped all 2023-09-30T12:24:36.415 INFO:teuthology.orchestra.run.smithi150.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2023-09-30T12:24:34.704594+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":117,"ondisk_log_size":117,"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":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48396,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6172672,"data_stored":3435607,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"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.002394"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-09-30T12:24:09.287503+0000","last_change":"2023-09-30T12:24:09.287503+0000","last_active":"2023-09-30T12:24:09.287503+0000","last_peered":"2023-09-30T12:24:09.287503+0000","last_clean":"2023-09-30T12:24:09.287503+0000","last_became_active":"2023-09-30T12:24:09.287139+0000","last_became_peered":"2023-09-30T12:24:09.287139+0000","last_unstale":"2023-09-30T12:24:09.287503+0000","last_undegraded":"2023-09-30T12:24:09.287503+0000","last_fullsized":"2023-09-30T12:24:09.287503+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T12:22:42.989840+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T12:22:42.989840+0000","last_clean_scrub_stamp":"2023-09-30T12:22:42.989840+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"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-01T19:06:14.540180+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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,6],"acting":[7,0,6],"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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.47899999999999998}]},{"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.56499999999999995}]},{"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.436}]},{"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.53200000000000003}]},{"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.497}]},{"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.54400000000000004}]},{"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.60099999999999998}]}]},{"osd":6,"up_from":45,"seq":193273528331,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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.38200000000000001}]},{"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.58899999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]},{"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.68100000000000005}]},{"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.57399999999999995}]},{"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.624}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":"Sat Sep 30 12:24:28 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.35499999999999998,"15min":0.35299999999999998},"min":{"1min":0.25800000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.57599999999999996,"5min":0.623,"15min":0.623},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.376,"15min":0.374},"min":{"1min":0.26600000000000001,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56699999999999995,"5min":0.62,"15min":0.62},"last":0.39700000000000002}]},{"osd":2,"last update":"Sat Sep 30 12:23:45 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.502},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.41999999999999998}]},{"osd":3,"last update":"Sat Sep 30 12:24:03 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.46899999999999997}]},{"osd":4,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.56899999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78500000000000003}]},{"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.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.81000000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":760143,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Sat Sep 30 12:24:27 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.35899999999999999,"15min":0.35799999999999998},"min":{"1min":0.27300000000000002,"5min":0.223,"15min":0.223},"max":{"1min":0.47399999999999998,"5min":0.505,"15min":0.505},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.38100000000000001,"15min":0.376},"min":{"1min":0.28699999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.38900000000000001}]},{"osd":2,"last update":"Sat Sep 30 12:23:48 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.45100000000000001}]},{"osd":3,"last update":"Sat Sep 30 12:24:02 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.48299999999999998}]},{"osd":4,"last update":"Sat Sep 30 12:24:16 2023","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.1799999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.71299999999999997}]},{"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.73199999999999998}]},{"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.751}]},{"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.72299999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"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":"Sat Sep 30 12:23:41 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.19500000000000001,"5min":0.19500000000000001,"15min":0.19500000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":3.5339999999999998,"5min":3.5339999999999998,"15min":3.5339999999999998},"last":0.34399999999999997}]},{"osd":1,"last update":"Sat Sep 30 12:23:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.30299999999999999}]},{"osd":3,"last update":"Sat Sep 30 12:24:01 2023","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.373}]},{"osd":4,"last update":"Sat Sep 30 12:24:18 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.64700000000000002}]},{"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.55300000000000005}]},{"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.64100000000000001}]},{"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.71099999999999997}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Sep 30 12:24:04 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.36499999999999999}]},{"osd":1,"last update":"Sat Sep 30 12:24:04 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.313}]},{"osd":2,"last update":"Sat Sep 30 12:24:04 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.30399999999999999}]},{"osd":4,"last update":"Sat Sep 30 12:24:18 2023","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.497},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55400000000000005}]},{"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.52400000000000002}]},{"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.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.61799999999999999}]},{"osd":1,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"last":0.49299999999999999}]},{"osd":2,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.54000000000000004}]},{"osd":3,"last update":"Sat Sep 30 12:24:19 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.501},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.55900000000000005}]},{"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.45100000000000001}]},{"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.58699999999999997}]},{"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.59799999999999998}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":230591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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.495}]},{"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.42699999999999999}]},{"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.435}]},{"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.45900000000000002}]},{"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.44700000000000001}]},{"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.41399999999999998}]},{"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.51500000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T12:24:36.417 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-30T12:24:36.417 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-30T12:24:36.417 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-30T12:24:36.417 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T12:24:36.644 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/mon.smithi150/config 2023-09-30T12:24:36.800 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:36 smithi150 ceph-mon[107401]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:36 smithi156 ceph-mon[110147]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:37.486 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:37 smithi150 ceph-mon[107401]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:37.867 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:37.867 INFO:teuthology.orchestra.run.smithi150.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-30T12:24:37.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:37 smithi156 ceph-mon[110147]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:38.263 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-30T12:24:38.264 INFO:tasks.cephadm:Setup complete, yielding 2023-09-30T12:24:38.264 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T12:24:38.272 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:24:38.273 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch status' 2023-09-30T12:24:38.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:38 smithi150 ceph-mon[107401]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:38.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:38 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/426949302' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T12:24:38.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:38 smithi156 ceph-mon[110147]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:38.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:38 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/426949302' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T12:24:39.651 INFO:teuthology.orchestra.run.smithi150.stdout:Backend: cephadm 2023-09-30T12:24:39.651 INFO:teuthology.orchestra.run.smithi150.stdout:Available: Yes 2023-09-30T12:24:39.651 INFO:teuthology.orchestra.run.smithi150.stdout:Paused: No 2023-09-30T12:24:40.065 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-09-30T12:24:40.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:40 smithi150 ceph-mon[107401]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:40.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:40 smithi150 ceph-mon[107401]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:40 smithi156 ceph-mon[110147]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:40 smithi156 ceph-mon[110147]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:41.530 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:24:41.530 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 running (2m) 102s ago 3m 13.5M - ba2b418f427c d61a1bb1a9d0 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (3m) 102s ago 3m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (3m) 39s ago 3m - - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 running (2m) 102s ago 3m 48.6M - 8.3.5 dad864ee21e9 265964d6572c 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (4m) 102s ago 4m 461M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (3m) 39s ago 3m - - 17.2.0 e1d6a67b021e 6438bd7b03ff 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (4m) 102s ago 4m 58.5M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (3m) 39s ago 3m - 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 running (3m) 102s ago 3m 21.6M - 1dbe0e931976 43465d3b5f55 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 running (3m) 39s ago 3m - - 1dbe0e931976 63f748f16988 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (2m) 102s ago 2m 40.0M 3222M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (2m) 102s ago 2m 45.8M 3222M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:24:41.531 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (2m) 102s ago 2m 36.1M 3222M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:24:41.532 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (107s) 102s ago 107s 11.9M 3222M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:24:41.532 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (91s) 39s ago 91s - 3990M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:24:41.532 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (75s) 39s ago 75s - 3990M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:24:41.532 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (59s) 39s ago 58s - 3990M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:24:41.532 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (42s) 39s ago 42s - 3990M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:24:41.532 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 running (3m) 102s ago 3m 45.0M - 514e6a882f6e 8bf6ccb24e25 2023-09-30T12:24:41.899 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-09-30T12:24:42.577 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:42 smithi150 ceph-mon[107401]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:42.577 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:42 smithi150 ceph-mon[107401]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:42.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:42 smithi156 ceph-mon[110147]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:42.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:42 smithi156 ceph-mon[110147]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:43.331 INFO:teuthology.orchestra.run.smithi150.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-30T12:24:43.331 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager ?:9093,9094 1/1 104s ago 4m count:1 2023-09-30T12:24:43.332 INFO:teuthology.orchestra.run.smithi150.stdout:crash 2/2 104s ago 4m * 2023-09-30T12:24:43.332 INFO:teuthology.orchestra.run.smithi150.stdout:grafana ?:3000 1/1 104s ago 4m count:1 2023-09-30T12:24:43.332 INFO:teuthology.orchestra.run.smithi150.stdout:mgr 2/2 104s ago 4m count:2 2023-09-30T12:24:43.332 INFO:teuthology.orchestra.run.smithi150.stdout:mon 2/2 104s ago 3m smithi150:172.21.15.150=smithi150;smithi156:172.21.15.156=smithi156;count:2 2023-09-30T12:24:43.332 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter ?:9100 2/2 104s ago 4m * 2023-09-30T12:24:43.332 INFO:teuthology.orchestra.run.smithi150.stdout:osd 8 104s ago - 2023-09-30T12:24:43.332 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus ?:9095 1/1 104s ago 4m count:1 2023-09-30T12:24:43.715 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-09-30T12:24:44.675 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:44 smithi150 ceph-mon[107401]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:44.676 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:44 smithi150 ceph-mon[107401]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:44.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:44 smithi156 ceph-mon[110147]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:44.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:44 smithi156 ceph-mon[110147]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:45.073 INFO:teuthology.orchestra.run.smithi150.stdout:HOST ADDR LABELS STATUS 2023-09-30T12:24:45.073 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 172.21.15.150 2023-09-30T12:24:45.073 INFO:teuthology.orchestra.run.smithi150.stdout:smithi156 172.21.15.156 2023-09-30T12:24:45.073 INFO:teuthology.orchestra.run.smithi150.stdout:2 hosts in cluster 2023-09-30T12:24:45.403 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-09-30T12:24:46.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:46 smithi150 ceph-mon[107401]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:46.432 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:46 smithi150 ceph-mon[107401]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:46.819 INFO:teuthology.orchestra.run.smithi150.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-09-30T12:24:46.819 INFO:teuthology.orchestra.run.smithi150.stdout:smithi150 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GX400BGN 400G LVM detected, locked 2023-09-30T12:24:46.819 INFO:teuthology.orchestra.run.smithi150.stdout:smithi156 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB74760040480DGN 480G LVM detected, locked 2023-09-30T12:24:46.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:46 smithi156 ceph-mon[110147]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:46.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:46 smithi156 ceph-mon[110147]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:47.206 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T12:24:47.218 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:24:47.218 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T12:24:47.248 INFO:teuthology.orchestra.run.smithi150.stderr:+ systemctl stop nfs-server 2023-09-30T12:24:47.255 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi156.front.sepia.ceph.com 2023-09-30T12:24:47.255 DEBUG:teuthology.orchestra.run.smithi156:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-30T12:24:47.294 INFO:teuthology.orchestra.run.smithi156.stderr:+ systemctl stop nfs-server 2023-09-30T12:24:47.303 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T12:24:47.312 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:24:47.312 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-09-30T12:24:48.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:48 smithi150 ceph-mon[107401]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:48.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:48 smithi150 ceph-mon[107401]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:48.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:48 smithi156 ceph-mon[110147]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:48.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:48 smithi156 ceph-mon[110147]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:49.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:49 smithi150 ceph-mon[107401]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:49.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:49 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-30T12:24:49.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:49 smithi156 ceph-mon[110147]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:24:49.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:49 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-30T12:24:50.826 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:50 smithi156 ceph-mon[110147]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:50.826 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:50 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-30T12:24:50.827 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:50 smithi156 ceph-mon[110147]: osdmap e57: 8 total, 8 up, 8 in 2023-09-30T12:24:50.827 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:50 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-30T12:24:50.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:50 smithi150 ceph-mon[107401]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:50.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:50 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-30T12:24:50.829 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:50 smithi150 ceph-mon[107401]: osdmap e57: 8 total, 8 up, 8 in 2023-09-30T12:24:50.830 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:50 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-30T12:24:50.830 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:50 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi150[107378]: 2023-09-30T12:24:50.454+0000 7f535d66e700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T12:24:50.909 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-30T12:24:50.918 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-09-30T12:24:50.918 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T12:24:51.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-30T12:24:51.603 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: osdmap e58: 8 total, 8 up, 8 in 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: osdmap e59: 8 total, 8 up, 8 in 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: fsmap foofs:0 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: Saving service mds.foofs spec with placement count:2 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:51.604 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:51.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:51.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.msphuk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T12:24:51.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.msphuk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T12:24:51.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:51 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:51.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-30T12:24:51.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: osdmap e58: 8 total, 8 up, 8 in 2023-09-30T12:24:51.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-30T12:24:51.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T12:24:51.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-30T12:24:51.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: osdmap e59: 8 total, 8 up, 8 in 2023-09-30T12:24:51.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-30T12:24:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: fsmap foofs:0 2023-09-30T12:24:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: Saving service mds.foofs spec with placement count:2 2023-09-30T12:24:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:51.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:51.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:51.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.msphuk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T12:24:51.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi150.msphuk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T12:24:51.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:51 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:52.824 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:52.825 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T12:20:22.737929Z", "last_refresh": "2023-09-30T12:22:58.532610Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T12:20:18.789791Z", "last_refresh": "2023-09-30T12:22:58.532676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-30T12:20:20.851737Z", "last_refresh": "2023-09-30T12:22:58.532738Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T12:24:50.476366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T12:24:50.472198Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T12:20:17.731973Z", "last_refresh": "2023-09-30T12:22:58.532514Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T12:20:54.426958Z", "last_refresh": "2023-09-30T12:22:58.532358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T12:20:21.829861Z", "last_refresh": "2023-09-30T12:22:58.532799Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-09-30T12:22:58.532931Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T12:20:19.934995Z", "last_refresh": "2023-09-30T12:22:58.532874Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T12:24:52.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:52 smithi150 ceph-mon[107401]: pgmap v156: 65 pgs: 11 creating+peering, 1 active+clean, 53 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:52.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:52 smithi150 ceph-mon[107401]: Deploying daemon mds.foofs.smithi150.msphuk on smithi150 2023-09-30T12:24:52.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:52 smithi150 ceph-mon[107401]: osdmap e60: 8 total, 8 up, 8 in 2023-09-30T12:24:52.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:52 smithi156 ceph-mon[110147]: pgmap v156: 65 pgs: 11 creating+peering, 1 active+clean, 53 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:52.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:52 smithi156 ceph-mon[110147]: Deploying daemon mds.foofs.smithi150.msphuk on smithi150 2023-09-30T12:24:52.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:52 smithi156 ceph-mon[110147]: osdmap e60: 8 total, 8 up, 8 in 2023-09-30T12:24:53.204 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-30T12:24:53.862 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:53 smithi156 ceph-mon[110147]: osdmap e61: 8 total, 8 up, 8 in 2023-09-30T12:24:53.862 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:53 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:53.862 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:53 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.nbamoa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T12:24:53.863 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:53 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.nbamoa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T12:24:53.863 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:53 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:53 smithi150 ceph-mon[107401]: osdmap e61: 8 total, 8 up, 8 in 2023-09-30T12:24:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:53 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:53 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.nbamoa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T12:24:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:53 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.nbamoa", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T12:24:53.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:53 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:54.205 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T12:24:54.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: pgmap v159: 65 pgs: 31 active+clean, 4 creating+activating, 11 creating+peering, 19 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:54.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:54.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: Deploying daemon mds.foofs.smithi156.nbamoa on smithi156 2023-09-30T12:24:54.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: mds.? [v2:172.21.15.150:6834/4284749800,v1:172.21.15.150:6835/4284749800] up:boot 2023-09-30T12:24:54.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: daemon mds.foofs.smithi150.msphuk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-30T12:24:54.542 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T12:24:54.542 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-30T12:24:54.542 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: Cluster is now healthy 2023-09-30T12:24:54.542 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: fsmap foofs:0 1 up:standby 2023-09-30T12:24:54.542 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:creating} 2023-09-30T12:24:54.542 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi150.msphuk"}]: dispatch 2023-09-30T12:24:54.542 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:54 smithi150 ceph-mon[107401]: daemon mds.foofs.smithi150.msphuk is now active in filesystem foofs as rank 0 2023-09-30T12:24:54.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: pgmap v159: 65 pgs: 31 active+clean, 4 creating+activating, 11 creating+peering, 19 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: Deploying daemon mds.foofs.smithi156.nbamoa on smithi156 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: mds.? [v2:172.21.15.150:6834/4284749800,v1:172.21.15.150:6835/4284749800] up:boot 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: daemon mds.foofs.smithi150.msphuk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: Cluster is now healthy 2023-09-30T12:24:54.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: fsmap foofs:0 1 up:standby 2023-09-30T12:24:54.734 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:creating} 2023-09-30T12:24:54.734 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi150.msphuk"}]: dispatch 2023-09-30T12:24:54.734 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:54 smithi156 ceph-mon[110147]: daemon mds.foofs.smithi150.msphuk is now active in filesystem foofs as rank 0 2023-09-30T12:24:55.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:55 smithi156 ceph-mon[110147]: mds.? [v2:172.21.15.150:6834/4284749800,v1:172.21.15.150:6835/4284749800] up:active 2023-09-30T12:24:55.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:55 smithi156 ceph-mon[110147]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:active} 2023-09-30T12:24:55.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:55.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:55.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:55.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:55 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:55.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:55 smithi150 ceph-mon[107401]: mds.? [v2:172.21.15.150:6834/4284749800,v1:172.21.15.150:6835/4284749800] up:active 2023-09-30T12:24:55.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:55 smithi150 ceph-mon[107401]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:active} 2023-09-30T12:24:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:55.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:55 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:55.922 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:55.923 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T12:20:22.737929Z", "last_refresh": "2023-09-30T12:22:58.532610Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T12:20:18.789791Z", "last_refresh": "2023-09-30T12:22:58.532676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-30T12:20:20.851737Z", "last_refresh": "2023-09-30T12:22:58.532738Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T12:24:50.476366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T12:24:50.472198Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T12:20:17.731973Z", "last_refresh": "2023-09-30T12:22:58.532514Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T12:20:54.426958Z", "last_refresh": "2023-09-30T12:22:58.532358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T12:20:21.829861Z", "last_refresh": "2023-09-30T12:22:58.532799Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-09-30T12:22:58.532931Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T12:20:19.934995Z", "last_refresh": "2023-09-30T12:22:58.532874Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T12:24:56.531 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-30T12:24:56.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:56 smithi150 ceph-mon[107401]: pgmap v160: 65 pgs: 54 active+clean, 4 creating+activating, 5 creating+peering, 2 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 480 B/s wr, 1 op/s 2023-09-30T12:24:56.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:56 smithi150 ceph-mon[107401]: mds.? [v2:172.21.15.156:6832/948274879,v1:172.21.15.156:6833/948274879] up:boot 2023-09-30T12:24:56.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:56 smithi150 ceph-mon[107401]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:active} 1 up:standby 2023-09-30T12:24:56.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:56 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.nbamoa"}]: dispatch 2023-09-30T12:24:56.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:56 smithi150 ceph-mon[107401]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:active} 1 up:standby 2023-09-30T12:24:56.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:56 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:56 smithi156 ceph-mon[110147]: pgmap v160: 65 pgs: 54 active+clean, 4 creating+activating, 5 creating+peering, 2 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 480 B/s wr, 1 op/s 2023-09-30T12:24:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:56 smithi156 ceph-mon[110147]: mds.? [v2:172.21.15.156:6832/948274879,v1:172.21.15.156:6833/948274879] up:boot 2023-09-30T12:24:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:56 smithi156 ceph-mon[110147]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:active} 1 up:standby 2023-09-30T12:24:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:56 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.nbamoa"}]: dispatch 2023-09-30T12:24:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:56 smithi156 ceph-mon[110147]: fsmap foofs:1 {0=foofs.smithi150.msphuk=up:active} 1 up:standby 2023-09-30T12:24:56.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:56 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:57.532 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-30T12:24:57.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:57 smithi150 ceph-mon[107401]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:57.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:57 smithi156 ceph-mon[110147]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:24:58.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: pgmap v161: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 984 B/s wr, 3 op/s 2023-09-30T12:24:58.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:58.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:58.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:58.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:58.817 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:58.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:58.818 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:24:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:58.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: pgmap v161: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 984 B/s wr, 3 op/s 2023-09-30T12:24:58.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:58.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:58.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:58.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:24:58.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:24:58.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:24:58.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:24:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:24:59.205 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:24:59.205 INFO:teuthology.orchestra.run.smithi150.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-30T12:20:22.737929Z", "last_refresh": "2023-09-30T12:24:58.221088Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-30T12:20:18.789791Z", "last_refresh": "2023-09-30T12:24:56.090936Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-30T12:20:20.851737Z", "last_refresh": "2023-09-30T12:24:58.221217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-30T12:24:50.476366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-30T12:24:50.472198Z", "last_refresh": "2023-09-30T12:24:56.091496Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-30T12:20:17.731973Z", "last_refresh": "2023-09-30T12:24:56.091074Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi150:172.21.15.150=smithi150", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-30T12:20:54.426958Z", "last_refresh": "2023-09-30T12:24:56.091143Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-30T12:20:21.829861Z", "last_refresh": "2023-09-30T12:24:56.091204Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-09-30T12:24:56.091264Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-30T12:20:19.934995Z", "last_refresh": "2023-09-30T12:24:58.221350Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-30T12:24:59.579 INFO:tasks.cephadm:mds.foofs has 2/2 2023-09-30T12:24:59.579 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T12:24:59.589 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:24:59.589 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-09-30T12:25:00.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:00 smithi150 ceph-mon[107401]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-09-30T12:25:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:00 smithi150 ceph-mon[107401]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:25:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:00 smithi156 ceph-mon[110147]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-09-30T12:25:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:00 smithi156 ceph-mon[110147]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T12:25:01.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:01 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-30T12:25:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:01 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-30T12:25:02.540 INFO:teuthology.orchestra.run.smithi150.stdout:NFS Cluster Created Successfully 2023-09-30T12:25:02.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:02 smithi150 ceph-mon[107401]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-30T12:25:02.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:02 smithi150 ceph-mon[107401]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:02.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-30T12:25:02.773 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:02 smithi150 ceph-mon[107401]: osdmap e62: 8 total, 8 up, 8 in 2023-09-30T12:25:02.774 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:02 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T12:25:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:02 smithi156 ceph-mon[110147]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-30T12:25:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:02 smithi156 ceph-mon[110147]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-30T12:25:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:02 smithi156 ceph-mon[110147]: osdmap e62: 8 total, 8 up, 8 in 2023-09-30T12:25:02.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:02 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-30T12:25:02.951 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-09-30T12:25:03.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T12:25:03.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: osdmap e63: 8 total, 8 up, 8 in 2023-09-30T12:25:03.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: Saving service nfs.foo spec with placement count:2 2023-09-30T12:25:03.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:03.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:03.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:03.733 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: Creating key for client.nfs.foo.0.0.smithi150.qahxhk 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T12:25:03.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:25:03.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:25:03.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:03.735 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:03 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:03.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-30T12:25:03.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: osdmap e63: 8 total, 8 up, 8 in 2023-09-30T12:25:03.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: Saving service nfs.foo spec with placement count:2 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: Creating key for client.nfs.foo.0.0.smithi150.qahxhk 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T12:25:03.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T12:25:03.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:03.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T12:25:03.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T12:25:03.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:25:03.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi150.qahxhk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:25:03.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:03.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:03 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:04.843 INFO:teuthology.orchestra.run.smithi150.stderr:Invalid command: Unexpected argument '--clusterid' 2023-09-30T12:25:04.843 INFO:teuthology.orchestra.run.smithi150.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-09-30T12:25:04.843 INFO:teuthology.orchestra.run.smithi150.stderr:Error EINVAL: invalid command 2023-09-30T12:25:04.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:04 smithi150 ceph-mon[107401]: Rados config object exists: conf-nfs.foo 2023-09-30T12:25:04.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:04 smithi150 ceph-mon[107401]: Creating key for client.nfs.foo.0.0.smithi150.qahxhk-rgw 2023-09-30T12:25:04.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:04 smithi150 ceph-mon[107401]: pgmap v166: 97 pgs: 21 creating+peering, 11 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-30T12:25:04.845 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:04 smithi150 ceph-mon[107401]: Deploying daemon nfs.foo.0.0.smithi150.qahxhk on smithi150 2023-09-30T12:25:04.846 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:04 smithi150 ceph-mon[107401]: osdmap e64: 8 total, 8 up, 8 in 2023-09-30T12:25:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:04 smithi156 ceph-mon[110147]: Rados config object exists: conf-nfs.foo 2023-09-30T12:25:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:04 smithi156 ceph-mon[110147]: Creating key for client.nfs.foo.0.0.smithi150.qahxhk-rgw 2023-09-30T12:25:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:04 smithi156 ceph-mon[110147]: pgmap v166: 97 pgs: 21 creating+peering, 11 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-30T12:25:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:04 smithi156 ceph-mon[110147]: Deploying daemon nfs.foo.0.0.smithi150.qahxhk on smithi150 2023-09-30T12:25:04.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:04 smithi156 ceph-mon[110147]: osdmap e64: 8 total, 8 up, 8 in 2023-09-30T12:25:05.192 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:25:05.193 INFO:teuthology.orchestra.run.smithi150.stdout: "bind": "/fake", 2023-09-30T12:25:05.193 INFO:teuthology.orchestra.run.smithi150.stdout: "fs": "foofs", 2023-09-30T12:25:05.193 INFO:teuthology.orchestra.run.smithi150.stdout: "path": "/", 2023-09-30T12:25:05.193 INFO:teuthology.orchestra.run.smithi150.stdout: "cluster": "foo", 2023-09-30T12:25:05.193 INFO:teuthology.orchestra.run.smithi150.stdout: "mode": "RW" 2023-09-30T12:25:05.193 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:25:05.630 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-09-30T12:25:05.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: mgrmap e20: smithi150.whkjlu(active, since 3m), standbys: smithi156.fjrxdg 2023-09-30T12:25:05.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:05.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T12:25:05.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T12:25:05.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T12:25:05.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T12:25:05.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:05.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-30T12:25:05.869 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:05 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: mgrmap e20: smithi150.whkjlu(active, since 3m), standbys: smithi156.fjrxdg 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-30T12:25:06.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:05 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-30T12:25:07.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:06 smithi150 ceph-mon[107401]: pgmap v168: 97 pgs: 21 creating+peering, 3 unknown, 73 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-30T12:25:07.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:06 smithi150 ceph-mon[107401]: Creating key for client.nfs.foo.1.0.smithi156.brpxml 2023-09-30T12:25:07.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:06 smithi150 ceph-mon[107401]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-30T12:25:07.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:06 smithi150 ceph-mon[107401]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:07.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:06 smithi156 ceph-mon[110147]: pgmap v168: 97 pgs: 21 creating+peering, 3 unknown, 73 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-30T12:25:07.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:06 smithi156 ceph-mon[110147]: Creating key for client.nfs.foo.1.0.smithi156.brpxml 2023-09-30T12:25:07.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:06 smithi156 ceph-mon[110147]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-30T12:25:07.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:06 smithi156 ceph-mon[110147]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:08.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:08 smithi156 ceph-mon[110147]: pgmap v169: 97 pgs: 5 creating+peering, 92 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-09-30T12:25:08.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:08 smithi156 ceph-mon[110147]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:08.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:08 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T12:25:08.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:08 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T12:25:08.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:08 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:25:08.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:08 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:25:08.819 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:08 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:09.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:08 smithi150 ceph-mon[107401]: pgmap v169: 97 pgs: 5 creating+peering, 92 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-09-30T12:25:09.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:08 smithi150 ceph-mon[107401]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:09.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:08 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-30T12:25:09.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:08 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-30T12:25:09.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:08 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-30T12:25:09.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:08 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.brpxml-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-30T12:25:09.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:08 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:09.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:09 smithi156 ceph-mon[110147]: Rados config object exists: conf-nfs.foo 2023-09-30T12:25:09.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:09 smithi156 ceph-mon[110147]: Creating key for client.nfs.foo.1.0.smithi156.brpxml-rgw 2023-09-30T12:25:09.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:09 smithi156 ceph-mon[110147]: Deploying daemon nfs.foo.1.0.smithi156.brpxml on smithi156 2023-09-30T12:25:09.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:09 smithi156 ceph-mon[110147]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:10.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:09 smithi150 ceph-mon[107401]: Rados config object exists: conf-nfs.foo 2023-09-30T12:25:10.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:09 smithi150 ceph-mon[107401]: Creating key for client.nfs.foo.1.0.smithi156.brpxml-rgw 2023-09-30T12:25:10.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:09 smithi150 ceph-mon[107401]: Deploying daemon nfs.foo.1.0.smithi156.brpxml on smithi156 2023-09-30T12:25:10.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:09 smithi150 ceph-mon[107401]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:11.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:10 smithi150 ceph-mon[107401]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-09-30T12:25:11.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:10 smithi150 ceph-mon[107401]: from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:11.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:11.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:11.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:11.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:10 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:11.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:10 smithi156 ceph-mon[110147]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-09-30T12:25:11.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:10 smithi156 ceph-mon[110147]: from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:11.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:11.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:11.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:11.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:10 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:12.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:12 smithi150 ceph-mon[107401]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.3 KiB/s wr, 4 op/s 2023-09-30T12:25:12.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:12 smithi150 ceph-mon[107401]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:12.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:12.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:12 smithi156 ceph-mon[110147]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.3 KiB/s wr, 4 op/s 2023-09-30T12:25:12.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:12 smithi156 ceph-mon[110147]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:12.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:13.694 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2023-09-30T12:25:13.962 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:13.962 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2023-09-30T12:25:13.963 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-09-30T12:25:13.964 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-09-30T12:25:13.964 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:25:13.964 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:25:13.964 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:13 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:14.076 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:14.076 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:14.077 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:14.077 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:14.077 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:14.077 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:14.077 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:14.077 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:14.078 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:14.078 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2023-09-30T12:25:14.078 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2023-09-30T12:25:14.078 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-09-30T12:25:14.078 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-09-30T12:25:14.078 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:25:14.078 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:25:14.079 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:13 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:14.094 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-30T12:25:14.104 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:25:14.105 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-30T12:25:14.134 INFO:teuthology.orchestra.run.smithi150.stderr:+ mkdir /mnt/foo 2023-09-30T12:25:14.151 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-09-30T12:25:14.220 INFO:teuthology.orchestra.run.smithi150.stderr:++ hostname 2023-09-30T12:25:14.220 INFO:teuthology.orchestra.run.smithi150.stderr:+ mount -t nfs smithi150:/fake /mnt/foo -o sync 2023-09-30T12:25:14.645 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-09-30T12:25:14.717 INFO:teuthology.orchestra.run.smithi150.stderr:+ echo test 2023-09-30T12:25:14.767 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-09-30T12:25:14.834 INFO:teuthology.orchestra.run.smithi150.stderr:+ sync 2023-09-30T12:25:15.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:14 smithi150 ceph-mon[107401]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-09-30T12:25:15.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:14 smithi150 ceph-mon[107401]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:15.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2023-09-30T12:25:15.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2023-09-30T12:25:15.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-09-30T12:25:15.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:14 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-09-30T12:25:15.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:14 smithi150 ceph-mon[107401]: osdmap e65: 8 total, 8 up, 8 in 2023-09-30T12:25:15.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:14 smithi156 ceph-mon[110147]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-09-30T12:25:15.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:14 smithi156 ceph-mon[110147]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:15.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:14 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2023-09-30T12:25:15.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:14 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2023-09-30T12:25:15.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:14 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-09-30T12:25:15.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:14 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-09-30T12:25:15.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:14 smithi156 ceph-mon[110147]: osdmap e65: 8 total, 8 up, 8 in 2023-09-30T12:25:15.371 INFO:teuthology.run_tasks:Running task parallel... 2023-09-30T12:25:15.382 INFO:teuthology.task.parallel:starting parallel... 2023-09-30T12:25:15.383 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-30T12:25:15.383 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-30T12:25:15.383 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:25:15.384 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-09-30T12:25:15.384 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-30T12:25:15.384 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-09-30T12:25:15.385 INFO:teuthology.task.exec:Executing custom commands... 2023-09-30T12:25:15.385 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:25:15.385 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-09-30T12:25:15.482 INFO:teuthology.orchestra.run.smithi150.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-30T12:25:15.482 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:25:15.482 INFO:teuthology.orchestra.run.smithi150.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-09-30T12:25:15.493 INFO:teuthology.orchestra.run.smithi150.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-30T12:25:15.593 INFO:teuthology.orchestra.run.smithi150.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-30T12:25:15.594 INFO:teuthology.orchestra.run.smithi150.stdout:releasing clients 2023-09-30T12:25:15.872 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:15 smithi150 ceph-mon[107401]: osdmap e66: 8 total, 8 up, 8 in 2023-09-30T12:25:16.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:15 smithi156 ceph-mon[110147]: osdmap e66: 8 total, 8 up, 8 in 2023-09-30T12:25:16.593 INFO:teuthology.orchestra.run.smithi150.stdout: 5 107 24.44 MB/sec warmup 1 sec latency 180.710 ms 2023-09-30T12:25:16.907 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:16 smithi150 ceph-mon[107401]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2023-09-30T12:25:17.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:16 smithi156 ceph-mon[110147]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2023-09-30T12:25:17.594 INFO:teuthology.orchestra.run.smithi150.stdout: 5 221 21.40 MB/sec warmup 2 sec latency 140.518 ms 2023-09-30T12:25:17.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:17 smithi150 ceph-mon[107401]: pgmap v176: 97 pgs: 97 active+clean; 12 MiB data, 58 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.5 MiB/s wr, 31 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:18.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:17 smithi156 ceph-mon[110147]: pgmap v176: 97 pgs: 97 active+clean; 12 MiB data, 58 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.5 MiB/s wr, 31 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:18.169 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-09-30T12:25:18.595 INFO:teuthology.orchestra.run.smithi150.stdout: 5 302 18.48 MB/sec warmup 3 sec latency 265.753 ms 2023-09-30T12:25:19.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 426 18.74 MB/sec warmup 4 sec latency 133.445 ms 2023-09-30T12:25:20.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:19 smithi150 ceph-mon[107401]: pgmap v177: 97 pgs: 97 active+clean; 24 MiB data, 72 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.9 MiB/s wr, 56 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:20.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:19 smithi156 ceph-mon[110147]: pgmap v177: 97 pgs: 97 active+clean; 24 MiB data, 72 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.9 MiB/s wr, 56 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:20.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 555 18.58 MB/sec warmup 5 sec latency 164.980 ms 2023-09-30T12:25:20.613 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph config set global log_to_journald false --force' 2023-09-30T12:25:21.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 712 17.40 MB/sec warmup 6 sec latency 157.155 ms 2023-09-30T12:25:22.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:21 smithi150 ceph-mon[107401]: pgmap v178: 97 pgs: 97 active+clean; 42 MiB data, 97 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s wr, 278 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:22.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:21 smithi156 ceph-mon[110147]: pgmap v178: 97 pgs: 97 active+clean; 42 MiB data, 97 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s wr, 278 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:22.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 981 15.88 MB/sec warmup 7 sec latency 103.889 ms 2023-09-30T12:25:23.270 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph mgr module enable nfs --force' 2023-09-30T12:25:23.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 1399 15.54 MB/sec warmup 8 sec latency 102.803 ms 2023-09-30T12:25:24.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:23 smithi150 ceph-mon[107401]: pgmap v179: 97 pgs: 97 active+clean; 96 MiB data, 132 MiB used, 715 GiB / 715 GiB avail; 226 B/s rd, 11 MiB/s wr, 467 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:24.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:23 smithi156 ceph-mon[110147]: pgmap v179: 97 pgs: 97 active+clean; 96 MiB data, 132 MiB used, 715 GiB / 715 GiB avail; 226 B/s rd, 11 MiB/s wr, 467 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:24.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 2105 14.92 MB/sec warmup 9 sec latency 86.800 ms 2023-09-30T12:25:25.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 2545 14.59 MB/sec warmup 10 sec latency 127.155 ms 2023-09-30T12:25:25.971 INFO:teuthology.orchestra.run.smithi150.stderr:module 'nfs' is already enabled 2023-09-30T12:25:26.181 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:25 smithi150 ceph-mon[107401]: pgmap v180: 97 pgs: 97 active+clean; 106 MiB data, 167 MiB used, 715 GiB / 715 GiB avail; 306 B/s rd, 11 MiB/s wr, 457 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:26.181 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:25 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/868118694' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-30T12:25:26.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:25 smithi156 ceph-mon[110147]: pgmap v180: 97 pgs: 97 active+clean; 106 MiB data, 167 MiB used, 715 GiB / 715 GiB avail; 306 B/s rd, 11 MiB/s wr, 457 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:26.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:25 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/868118694' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-30T12:25:26.591 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-09-30T12:25:26.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 3053 15.31 MB/sec warmup 11 sec latency 138.943 ms 2023-09-30T12:25:27.191 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:26 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/868118694' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-09-30T12:25:27.192 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:26 smithi150 ceph-mon[107401]: mgrmap e21: smithi150.whkjlu(active, since 4m), standbys: smithi156.fjrxdg 2023-09-30T12:25:27.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:26 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/868118694' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-09-30T12:25:27.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:26 smithi156 ceph-mon[110147]: mgrmap e21: smithi150.whkjlu(active, since 4m), standbys: smithi156.fjrxdg 2023-09-30T12:25:27.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 3462 15.47 MB/sec warmup 12 sec latency 139.212 ms 2023-09-30T12:25:28.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:27 smithi150 ceph-mon[107401]: pgmap v181: 97 pgs: 97 active+clean; 119 MiB data, 205 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 584 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:28.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:27 smithi156 ceph-mon[110147]: pgmap v181: 97 pgs: 97 active+clean; 119 MiB data, 205 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 584 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-09-30T12:25:28.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 3744 14.98 MB/sec warmup 13 sec latency 207.681 ms 2023-09-30T12:25:29.081 INFO:teuthology.orchestra.run.smithi150.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T12:25:29.596 INFO:teuthology.orchestra.run.smithi150.stdout: 5 4046 14.31 MB/sec warmup 14 sec latency 128.022 ms 2023-09-30T12:25:29.838 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-30T12:25:29.838 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:25:29.839 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-09-30T12:25:30.286 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: pgmap v182: 97 pgs: 97 active+clean; 125 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 11 MiB/s wr, 636 op/s 2023-09-30T12:25:30.286 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: from='client.24403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:30.286 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T12:25:30.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:30.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:30.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:30.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:30.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:30.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:30.287 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:30 smithi150 ceph-mon[107401]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T12:25:30.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: pgmap v182: 97 pgs: 97 active+clean; 125 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 11 MiB/s wr, 636 op/s 2023-09-30T12:25:30.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: from='client.24403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:30.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T12:25:30.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:30.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:30.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:25:30.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:25:30.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:30.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:30.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:30 smithi156 ceph-mon[110147]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T12:25:30.599 INFO:teuthology.orchestra.run.smithi150.stdout: 5 4308 13.51 MB/sec warmup 15 sec latency 102.328 ms 2023-09-30T12:25:31.599 INFO:teuthology.orchestra.run.smithi150.stdout: 5 4600 13.08 MB/sec warmup 16 sec latency 132.375 ms 2023-09-30T12:25:32.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:32 smithi150 ceph-mon[107401]: pgmap v183: 97 pgs: 97 active+clean; 127 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 10 MiB/s wr, 645 op/s 2023-09-30T12:25:32.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:32 smithi156 ceph-mon[110147]: pgmap v183: 97 pgs: 97 active+clean; 127 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 10 MiB/s wr, 645 op/s 2023-09-30T12:25:32.554 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:25:32.601 INFO:teuthology.orchestra.run.smithi150.stdout: 5 4797 12.64 MB/sec warmup 17 sec latency 89.210 ms 2023-09-30T12:25:33.370 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:33 smithi150 ceph-mon[107401]: from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:33.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:33 smithi156 ceph-mon[110147]: from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:33.588 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 running (3m) 20s ago 4m 26.2M - ba2b418f427c d61a1bb1a9d0 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (4m) 20s ago 4m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (4m) 22s ago 4m 7159k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 running (3m) 20s ago 4m 49.7M - 8.3.5 dad864ee21e9 265964d6572c 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (40s) 20s ago 40s 17.6M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (39s) 22s ago 38s 13.2M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (5m) 20s ago 5m 477M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (4m) 22s ago 4m 419M - 17.2.0 e1d6a67b021e 6438bd7b03ff 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (5m) 20s ago 5m 77.8M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (4m) 22s ago 4m 61.7M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (28s) 20s ago 28s 54.0M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:25:33.589 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (24s) 22s ago 23s 53.7M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 running (4m) 20s ago 4m 21.9M - 1dbe0e931976 43465d3b5f55 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 running (4m) 22s ago 4m 23.6M - 1dbe0e931976 63f748f16988 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (3m) 20s ago 3m 57.1M 3222M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (3m) 20s ago 3m 59.6M 3222M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (2m) 20s ago 2m 49.2M 3222M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (2m) 20s ago 2m 50.0M 3222M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (2m) 22s ago 2m 49.2M 3990M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (2m) 22s ago 2m 47.9M 3990M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (111s) 22s ago 110s 50.5M 3990M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (94s) 22s ago 94s 51.6M 3990M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:25:33.590 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 running (3m) 20s ago 3m 64.6M - 514e6a882f6e 8bf6ccb24e25 2023-09-30T12:25:33.605 INFO:teuthology.orchestra.run.smithi150.stdout: 5 4996 12.15 MB/sec warmup 18 sec latency 145.976 ms 2023-09-30T12:25:34.123 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:25:34.123 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:25:34.123 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:25:34.123 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:25:34.123 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:25:34.124 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:25:34.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:34 smithi156 ceph-mon[110147]: pgmap v184: 97 pgs: 97 active+clean; 131 MiB data, 258 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 10 MiB/s wr, 581 op/s 2023-09-30T12:25:34.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:34 smithi156 ceph-mon[110147]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:34.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:34 smithi156 ceph-mon[110147]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:34.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:34 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1340011016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:25:34.405 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:34 smithi150 ceph-mon[107401]: pgmap v184: 97 pgs: 97 active+clean; 131 MiB data, 258 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 10 MiB/s wr, 581 op/s 2023-09-30T12:25:34.405 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:34 smithi150 ceph-mon[107401]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:34.405 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:34 smithi150 ceph-mon[107401]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:34.405 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:34 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1340011016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:25:34.606 INFO:teuthology.orchestra.run.smithi150.stdout: 5 5201 11.72 MB/sec warmup 19 sec latency 141.316 ms 2023-09-30T12:25:34.661 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:25:34.662 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af", 2023-09-30T12:25:34.662 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:25:34.662 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:25:34.662 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "", 2023-09-30T12:25:34.662 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af image" 2023-09-30T12:25:34.662 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:25:35.179 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:35 smithi150 ceph-mon[107401]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:35.227 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:25:35.607 INFO:teuthology.orchestra.run.smithi150.stdout: 5 5361 11.27 MB/sec warmup 20 sec latency 138.574 ms 2023-09-30T12:25:35.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:35 smithi156 ceph-mon[110147]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:25:36.216 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:36 smithi150 ceph-mon[107401]: pgmap v185: 97 pgs: 97 active+clean; 132 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 488 op/s 2023-09-30T12:25:36.216 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:36 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/960784349' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:25:36.607 INFO:teuthology.orchestra.run.smithi150.stdout: 5 5620 10.89 MB/sec warmup 21 sec latency 124.794 ms 2023-09-30T12:25:36.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:36 smithi156 ceph-mon[110147]: pgmap v185: 97 pgs: 97 active+clean; 132 MiB data, 262 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 488 op/s 2023-09-30T12:25:36.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:36 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/960784349' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:25:37.608 INFO:teuthology.orchestra.run.smithi150.stdout: 5 5973 11.04 MB/sec warmup 22 sec latency 210.882 ms 2023-09-30T12:25:38.251 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:38 smithi150 ceph-mon[107401]: pgmap v186: 97 pgs: 97 active+clean; 127 MiB data, 281 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2023-09-30T12:25:38.609 INFO:teuthology.orchestra.run.smithi150.stdout: 5 6283 10.88 MB/sec warmup 23 sec latency 136.240 ms 2023-09-30T12:25:38.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:38 smithi156 ceph-mon[110147]: pgmap v186: 97 pgs: 97 active+clean; 127 MiB data, 281 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2023-09-30T12:25:39.607 INFO:teuthology.orchestra.run.smithi150.stdout: 5 6680 11.15 MB/sec warmup 24 sec latency 166.231 ms 2023-09-30T12:25:40.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:40 smithi150 ceph-mon[107401]: pgmap v187: 97 pgs: 97 active+clean; 126 MiB data, 307 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-09-30T12:25:40.607 INFO:teuthology.orchestra.run.smithi150.stdout: 5 6923 10.96 MB/sec warmup 25 sec latency 148.215 ms 2023-09-30T12:25:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:40 smithi156 ceph-mon[110147]: pgmap v187: 97 pgs: 97 active+clean; 126 MiB data, 307 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2023-09-30T12:25:41.607 INFO:teuthology.orchestra.run.smithi150.stdout: 5 7272 11.06 MB/sec warmup 26 sec latency 136.733 ms 2023-09-30T12:25:42.359 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:42 smithi150 ceph-mon[107401]: pgmap v188: 97 pgs: 97 active+clean; 126 MiB data, 315 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-09-30T12:25:42.607 INFO:teuthology.orchestra.run.smithi150.stdout: 5 7552 10.92 MB/sec warmup 27 sec latency 133.481 ms 2023-09-30T12:25:42.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:42 smithi156 ceph-mon[110147]: pgmap v188: 97 pgs: 97 active+clean; 126 MiB data, 315 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-09-30T12:25:43.608 INFO:teuthology.orchestra.run.smithi150.stdout: 5 7796 10.63 MB/sec warmup 28 sec latency 123.937 ms 2023-09-30T12:25:44.390 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:44 smithi150 ceph-mon[107401]: pgmap v189: 97 pgs: 97 active+clean; 139 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.7 MiB/s wr, 432 op/s 2023-09-30T12:25:44.610 INFO:teuthology.orchestra.run.smithi150.stdout: 5 8054 10.49 MB/sec warmup 29 sec latency 133.329 ms 2023-09-30T12:25:44.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:44 smithi156 ceph-mon[110147]: pgmap v189: 97 pgs: 97 active+clean; 139 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.7 MiB/s wr, 432 op/s 2023-09-30T12:25:45.610 INFO:teuthology.orchestra.run.smithi150.stdout: 5 8331 10.34 MB/sec warmup 30 sec latency 146.009 ms 2023-09-30T12:25:46.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:46 smithi150 ceph-mon[107401]: pgmap v190: 97 pgs: 97 active+clean; 141 MiB data, 366 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-09-30T12:25:46.613 INFO:teuthology.orchestra.run.smithi150.stdout: 5 8663 10.24 MB/sec warmup 31 sec latency 123.633 ms 2023-09-30T12:25:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:46 smithi156 ceph-mon[110147]: pgmap v190: 97 pgs: 97 active+clean; 141 MiB data, 366 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-09-30T12:25:47.441 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:47 smithi150 ceph-mon[107401]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 369 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-09-30T12:25:47.613 INFO:teuthology.orchestra.run.smithi150.stdout: 5 8988 10.01 MB/sec warmup 32 sec latency 146.316 ms 2023-09-30T12:25:47.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:47 smithi156 ceph-mon[110147]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 369 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-09-30T12:25:48.613 INFO:teuthology.orchestra.run.smithi150.stdout: 5 9229 9.93 MB/sec warmup 33 sec latency 132.845 ms 2023-09-30T12:25:48.990 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:48 smithi150 ceph-mon[107401]: pgmap v192: 97 pgs: 97 active+clean; 140 MiB data, 395 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-09-30T12:25:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:48 smithi156 ceph-mon[110147]: pgmap v192: 97 pgs: 97 active+clean; 140 MiB data, 395 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-09-30T12:25:49.614 INFO:teuthology.orchestra.run.smithi150.stdout: 5 9538 9.89 MB/sec warmup 34 sec latency 133.855 ms 2023-09-30T12:25:50.615 INFO:teuthology.orchestra.run.smithi150.stdout: 5 9872 10.03 MB/sec warmup 35 sec latency 118.049 ms 2023-09-30T12:25:51.048 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:50 smithi150 ceph-mon[107401]: pgmap v193: 97 pgs: 97 active+clean; 139 MiB data, 399 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 373 op/s 2023-09-30T12:25:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:50 smithi156 ceph-mon[110147]: pgmap v193: 97 pgs: 97 active+clean; 139 MiB data, 399 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 373 op/s 2023-09-30T12:25:51.615 INFO:teuthology.orchestra.run.smithi150.stdout: 5 10248 10.10 MB/sec warmup 36 sec latency 130.174 ms 2023-09-30T12:25:52.619 INFO:teuthology.orchestra.run.smithi150.stdout: 5 10506 10.08 MB/sec warmup 37 sec latency 134.724 ms 2023-09-30T12:25:52.833 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:52 smithi150 ceph-mon[107401]: pgmap v194: 97 pgs: 97 active+clean; 147 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-09-30T12:25:53.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:52 smithi156 ceph-mon[110147]: pgmap v194: 97 pgs: 97 active+clean; 147 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-09-30T12:25:53.625 INFO:teuthology.orchestra.run.smithi150.stdout: 5 10774 10.00 MB/sec warmup 38 sec latency 123.634 ms 2023-09-30T12:25:54.627 INFO:teuthology.orchestra.run.smithi150.stdout: 5 11039 9.89 MB/sec warmup 39 sec latency 173.991 ms 2023-09-30T12:25:55.159 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:54 smithi150 ceph-mon[107401]: pgmap v195: 97 pgs: 97 active+clean; 151 MiB data, 423 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.0 MiB/s wr, 413 op/s 2023-09-30T12:25:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:54 smithi156 ceph-mon[110147]: pgmap v195: 97 pgs: 97 active+clean; 151 MiB data, 423 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.0 MiB/s wr, 413 op/s 2023-09-30T12:25:55.627 INFO:teuthology.orchestra.run.smithi150.stdout: 5 11311 9.83 MB/sec warmup 40 sec latency 152.173 ms 2023-09-30T12:25:56.628 INFO:teuthology.orchestra.run.smithi150.stdout: 5 11591 9.81 MB/sec warmup 41 sec latency 159.604 ms 2023-09-30T12:25:56.942 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:56 smithi150 ceph-mon[107401]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2023-09-30T12:25:57.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:56 smithi156 ceph-mon[110147]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2023-09-30T12:25:57.627 INFO:teuthology.orchestra.run.smithi150.stdout: 5 11890 9.63 MB/sec warmup 42 sec latency 127.004 ms 2023-09-30T12:25:58.628 INFO:teuthology.orchestra.run.smithi150.stdout: 5 12200 9.54 MB/sec warmup 43 sec latency 127.023 ms 2023-09-30T12:25:58.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:58 smithi150 ceph-mon[107401]: pgmap v197: 97 pgs: 97 active+clean; 156 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.1 MiB/s wr, 377 op/s 2023-09-30T12:25:58.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:58.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:58.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:58 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:59.076 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:58 smithi156 ceph-mon[110147]: pgmap v197: 97 pgs: 97 active+clean; 156 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.1 MiB/s wr, 377 op/s 2023-09-30T12:25:59.077 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:59.077 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:25:59.077 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:58 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:25:59.629 INFO:teuthology.orchestra.run.smithi150.stdout: 5 12495 9.49 MB/sec warmup 44 sec latency 105.960 ms 2023-09-30T12:26:00.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:59 smithi150 ceph-mon[107401]: Upgrade: Target is version 18.0.0-6447-g1d10b717 (unknown) 2023-09-30T12:26:00.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:59 smithi150 ceph-mon[107401]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0, digests ['quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0'] 2023-09-30T12:26:00.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:59 smithi150 ceph-mon[107401]: Upgrade: Need to upgrade myself (mgr.smithi150.whkjlu) 2023-09-30T12:26:00.011 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:25:59 smithi150 ceph-mon[107401]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 on smithi156 2023-09-30T12:26:00.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:59 smithi156 ceph-mon[110147]: Upgrade: Target is version 18.0.0-6447-g1d10b717 (unknown) 2023-09-30T12:26:00.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:59 smithi156 ceph-mon[110147]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0, digests ['quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0'] 2023-09-30T12:26:00.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:59 smithi156 ceph-mon[110147]: Upgrade: Need to upgrade myself (mgr.smithi150.whkjlu) 2023-09-30T12:26:00.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:25:59 smithi156 ceph-mon[110147]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 on smithi156 2023-09-30T12:26:00.634 INFO:teuthology.orchestra.run.smithi150.stdout: 5 12724 9.34 MB/sec warmup 45 sec latency 125.810 ms 2023-09-30T12:26:01.044 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:00 smithi150 ceph-mon[107401]: pgmap v198: 97 pgs: 97 active+clean; 153 MiB data, 482 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 363 op/s 2023-09-30T12:26:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:00 smithi156 ceph-mon[110147]: pgmap v198: 97 pgs: 97 active+clean; 153 MiB data, 482 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.0 MiB/s wr, 363 op/s 2023-09-30T12:26:01.640 INFO:teuthology.orchestra.run.smithi150.stdout: 5 13256 9.59 MB/sec warmup 46 sec latency 127.505 ms 2023-09-30T12:26:02.641 INFO:teuthology.orchestra.run.smithi150.stdout: 5 13649 9.66 MB/sec warmup 47 sec latency 135.461 ms 2023-09-30T12:26:03.086 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:02 smithi150 ceph-mon[107401]: pgmap v199: 97 pgs: 97 active+clean; 157 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 5.3 MiB/s wr, 542 op/s 2023-09-30T12:26:03.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:02 smithi156 ceph-mon[110147]: pgmap v199: 97 pgs: 97 active+clean; 157 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 5.3 MiB/s wr, 542 op/s 2023-09-30T12:26:03.641 INFO:teuthology.orchestra.run.smithi150.stdout: 5 13980 9.69 MB/sec warmup 48 sec latency 131.414 ms 2023-09-30T12:26:04.641 INFO:teuthology.orchestra.run.smithi150.stdout: 5 14367 9.70 MB/sec warmup 49 sec latency 138.075 ms 2023-09-30T12:26:05.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:04 smithi150 ceph-mon[107401]: pgmap v200: 97 pgs: 97 active+clean; 159 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-09-30T12:26:05.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:04 smithi156 ceph-mon[110147]: pgmap v200: 97 pgs: 97 active+clean; 159 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-09-30T12:26:05.641 INFO:teuthology.orchestra.run.smithi150.stdout: 5 14783 9.72 MB/sec warmup 50 sec latency 129.714 ms 2023-09-30T12:26:05.691 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:26:06.111 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:05 smithi150 ceph-mon[107401]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:06.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:05 smithi156 ceph-mon[110147]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:06.539 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:26:06.539 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 running (4m) 53s ago 5m 26.2M - ba2b418f427c d61a1bb1a9d0 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (5m) 53s ago 5m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (4m) 55s ago 4m 7159k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 running (4m) 53s ago 5m 49.7M - 8.3.5 dad864ee21e9 265964d6572c 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (73s) 53s ago 73s 17.6M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (72s) 55s ago 71s 13.2M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (6m) 53s ago 6m 477M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (4m) 55s ago 4m 419M - 17.2.0 e1d6a67b021e 6438bd7b03ff 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (6m) 53s ago 6m 77.8M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (4m) 55s ago 4m 61.7M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (61s) 53s ago 61s 54.0M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (57s) 55s ago 56s 53.7M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:26:06.540 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 running (5m) 53s ago 5m 21.9M - 1dbe0e931976 43465d3b5f55 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 running (4m) 55s ago 4m 23.6M - 1dbe0e931976 63f748f16988 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (4m) 53s ago 4m 57.1M 3222M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (3m) 53s ago 3m 59.6M 3222M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (3m) 53s ago 3m 49.2M 3222M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (3m) 53s ago 3m 50.0M 3222M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (2m) 55s ago 2m 49.2M 3990M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (2m) 55s ago 2m 47.9M 3990M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (2m) 55s ago 2m 50.5M 3990M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (2m) 55s ago 2m 51.6M 3990M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:26:06.541 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 running (4m) 53s ago 4m 64.6M - 514e6a882f6e 8bf6ccb24e25 2023-09-30T12:26:06.641 INFO:teuthology.orchestra.run.smithi150.stdout: 5 15133 9.75 MB/sec warmup 51 sec latency 123.672 ms 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:26:07.021 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:07.022 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:26:07.022 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:26:07.022 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:07.022 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:26:07.022 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-30T12:26:07.022 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:26:07.022 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:26:07.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:06 smithi150 ceph-mon[107401]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:07.141 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:06 smithi150 ceph-mon[107401]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:07.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:06 smithi150 ceph-mon[107401]: pgmap v201: 97 pgs: 97 active+clean; 163 MiB data, 551 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 399 op/s 2023-09-30T12:26:07.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:06 smithi156 ceph-mon[110147]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:07.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:06 smithi156 ceph-mon[110147]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:07.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:06 smithi156 ceph-mon[110147]: pgmap v201: 97 pgs: 97 active+clean; 163 MiB data, 551 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 399 op/s 2023-09-30T12:26:07.494 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:26:07.494 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:26:07.495 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:26:07.495 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:26:07.495 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "0/23 daemons upgraded", 2023-09-30T12:26:07.495 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 image on host smithi156" 2023-09-30T12:26:07.495 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:26:07.641 INFO:teuthology.orchestra.run.smithi150.stdout: 5 15399 9.61 MB/sec warmup 52 sec latency 123.726 ms 2023-09-30T12:26:07.983 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:26:08.157 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:08 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2804143754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:26:08.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:08 smithi150 ceph-mon[107401]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:08.158 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:08 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1853743563' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:26:08.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:08 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2804143754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:26:08.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:08 smithi156 ceph-mon[110147]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:08.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:08 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1853743563' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:26:08.642 INFO:teuthology.orchestra.run.smithi150.stdout: 5 15687 9.53 MB/sec warmup 53 sec latency 129.697 ms 2023-09-30T12:26:09.181 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:09 smithi150 ceph-mon[107401]: pgmap v202: 97 pgs: 97 active+clean; 167 MiB data, 573 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 522 op/s 2023-09-30T12:26:09.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:09 smithi156 ceph-mon[110147]: pgmap v202: 97 pgs: 97 active+clean; 167 MiB data, 573 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.1 MiB/s wr, 522 op/s 2023-09-30T12:26:09.649 INFO:teuthology.orchestra.run.smithi150.stdout: 5 15989 9.49 MB/sec warmup 54 sec latency 142.000 ms 2023-09-30T12:26:10.649 INFO:teuthology.orchestra.run.smithi150.stdout: 5 16281 9.48 MB/sec warmup 55 sec latency 195.525 ms 2023-09-30T12:26:10.972 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:10 smithi150 ceph-mon[107401]: pgmap v203: 97 pgs: 97 active+clean; 167 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-09-30T12:26:11.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:10 smithi156 ceph-mon[110147]: pgmap v203: 97 pgs: 97 active+clean; 167 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-09-30T12:26:11.649 INFO:teuthology.orchestra.run.smithi150.stdout: 5 16761 9.58 MB/sec warmup 56 sec latency 134.781 ms 2023-09-30T12:26:12.650 INFO:teuthology.orchestra.run.smithi150.stdout: 5 17123 9.56 MB/sec warmup 57 sec latency 129.437 ms 2023-09-30T12:26:13.054 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:26:13.054 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:12 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:26:13.054 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:12 smithi150 ceph-mon[107401]: pgmap v204: 97 pgs: 97 active+clean; 166 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2023-09-30T12:26:13.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/trash_purge_schedule"}]: dispatch 2023-09-30T12:26:13.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:12 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi150.whkjlu/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:26:13.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:12 smithi156 ceph-mon[110147]: pgmap v204: 97 pgs: 97 active+clean; 166 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2023-09-30T12:26:13.650 INFO:teuthology.orchestra.run.smithi150.stdout: 5 17535 9.63 MB/sec warmup 58 sec latency 130.598 ms 2023-09-30T12:26:14.650 INFO:teuthology.orchestra.run.smithi150.stdout: 5 17874 9.67 MB/sec warmup 59 sec latency 130.247 ms 2023-09-30T12:26:15.122 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:14 smithi150 ceph-mon[107401]: pgmap v205: 97 pgs: 97 active+clean; 173 MiB data, 620 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-09-30T12:26:15.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:14 smithi156 ceph-mon[110147]: pgmap v205: 97 pgs: 97 active+clean; 173 MiB data, 620 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-09-30T12:26:15.650 INFO:teuthology.orchestra.run.smithi150.stdout: 5 18175 9.70 MB/sec warmup 60 sec latency 167.613 ms 2023-09-30T12:26:16.650 INFO:teuthology.orchestra.run.smithi150.stdout: 5 18505 9.63 MB/sec warmup 61 sec latency 139.874 ms 2023-09-30T12:26:16.906 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:16 smithi150 ceph-mon[107401]: pgmap v206: 97 pgs: 97 active+clean; 176 MiB data, 649 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.5 MiB/s wr, 490 op/s 2023-09-30T12:26:17.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:16 smithi156 ceph-mon[110147]: pgmap v206: 97 pgs: 97 active+clean; 176 MiB data, 649 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.5 MiB/s wr, 490 op/s 2023-09-30T12:26:17.652 INFO:teuthology.orchestra.run.smithi150.stdout: 5 18944 9.59 MB/sec warmup 62 sec latency 132.927 ms 2023-09-30T12:26:18.652 INFO:teuthology.orchestra.run.smithi150.stdout: 5 19401 9.65 MB/sec warmup 63 sec latency 210.941 ms 2023-09-30T12:26:18.948 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:18 smithi150 ceph-mon[107401]: pgmap v207: 97 pgs: 97 active+clean; 186 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 637 op/s 2023-09-30T12:26:19.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:18 smithi156 ceph-mon[110147]: pgmap v207: 97 pgs: 97 active+clean; 186 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 637 op/s 2023-09-30T12:26:19.653 INFO:teuthology.orchestra.run.smithi150.stdout: 5 19928 9.71 MB/sec warmup 64 sec latency 136.608 ms 2023-09-30T12:26:20.669 INFO:teuthology.orchestra.run.smithi150.stdout: 5 20327 9.65 MB/sec warmup 65 sec latency 123.682 ms 2023-09-30T12:26:21.673 INFO:teuthology.orchestra.run.smithi150.stdout: 5 20715 9.68 MB/sec warmup 66 sec latency 130.114 ms 2023-09-30T12:26:21.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:21 smithi150 ceph-mon[107401]: pgmap v208: 97 pgs: 97 active+clean; 185 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.8 MiB/s wr, 499 op/s 2023-09-30T12:26:22.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:21 smithi156 ceph-mon[110147]: pgmap v208: 97 pgs: 97 active+clean; 185 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.8 MiB/s wr, 499 op/s 2023-09-30T12:26:22.673 INFO:teuthology.orchestra.run.smithi150.stdout: 5 21134 9.74 MB/sec warmup 67 sec latency 128.683 ms 2023-09-30T12:26:23.674 INFO:teuthology.orchestra.run.smithi150.stdout: 5 21500 9.83 MB/sec warmup 68 sec latency 135.714 ms 2023-09-30T12:26:23.954 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:23 smithi150 ceph-mon[107401]: pgmap v209: 97 pgs: 97 active+clean; 181 MiB data, 722 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2023-09-30T12:26:24.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:23 smithi156 ceph-mon[110147]: pgmap v209: 97 pgs: 97 active+clean; 181 MiB data, 722 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2023-09-30T12:26:24.673 INFO:teuthology.orchestra.run.smithi150.stdout: 5 21850 9.87 MB/sec warmup 69 sec latency 108.360 ms 2023-09-30T12:26:25.681 INFO:teuthology.orchestra.run.smithi150.stdout: 5 22096 9.78 MB/sec warmup 70 sec latency 130.000 ms 2023-09-30T12:26:26.075 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:25 smithi150 ceph-mon[107401]: pgmap v210: 97 pgs: 97 active+clean; 187 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 554 op/s 2023-09-30T12:26:26.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:25 smithi156 ceph-mon[110147]: pgmap v210: 97 pgs: 97 active+clean; 187 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 554 op/s 2023-09-30T12:26:26.685 INFO:teuthology.orchestra.run.smithi150.stdout: 5 22364 9.67 MB/sec warmup 71 sec latency 126.242 ms 2023-09-30T12:26:27.685 INFO:teuthology.orchestra.run.smithi150.stdout: 5 22663 9.64 MB/sec warmup 72 sec latency 132.120 ms 2023-09-30T12:26:28.128 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:27 smithi150 ceph-mon[107401]: pgmap v211: 97 pgs: 97 active+clean; 196 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 571 op/s 2023-09-30T12:26:28.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:27 smithi156 ceph-mon[110147]: pgmap v211: 97 pgs: 97 active+clean; 196 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.2 MiB/s wr, 571 op/s 2023-09-30T12:26:28.692 INFO:teuthology.orchestra.run.smithi150.stdout: 5 23056 9.66 MB/sec warmup 73 sec latency 139.990 ms 2023-09-30T12:26:29.692 INFO:teuthology.orchestra.run.smithi150.stdout: 5 23405 9.66 MB/sec warmup 74 sec latency 126.668 ms 2023-09-30T12:26:29.914 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:29 smithi150 ceph-mon[107401]: pgmap v212: 97 pgs: 97 active+clean; 194 MiB data, 755 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.5 MiB/s wr, 558 op/s 2023-09-30T12:26:29.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:29 smithi150 ceph-mon[107401]: Upgrade: Updating mgr.smithi156.fjrxdg 2023-09-30T12:26:29.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:29 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:29.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:29 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:26:29.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:29 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:26:29.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:29 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:26:29.915 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:29 smithi150 ceph-mon[107401]: Deploying daemon mgr.smithi156.fjrxdg on smithi156 2023-09-30T12:26:30.088 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:29 smithi156 ceph-mon[110147]: pgmap v212: 97 pgs: 97 active+clean; 194 MiB data, 755 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.5 MiB/s wr, 558 op/s 2023-09-30T12:26:30.088 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:29 smithi156 ceph-mon[110147]: Upgrade: Updating mgr.smithi156.fjrxdg 2023-09-30T12:26:30.089 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:29 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:30.089 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:29 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.fjrxdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:26:30.089 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:29 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:26:30.089 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:29 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:26:30.089 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:29 smithi156 ceph-mon[110147]: Deploying daemon mgr.smithi156.fjrxdg on smithi156 2023-09-30T12:26:30.692 INFO:teuthology.orchestra.run.smithi150.stdout: 5 23801 9.62 MB/sec warmup 75 sec latency 127.124 ms 2023-09-30T12:26:31.692 INFO:teuthology.orchestra.run.smithi150.stdout: 5 24123 9.59 MB/sec warmup 76 sec latency 124.894 ms 2023-09-30T12:26:31.849 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:31 smithi156 ceph-mon[110147]: pgmap v213: 97 pgs: 97 active+clean; 194 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 390 op/s 2023-09-30T12:26:31.850 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:31.850 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:31.850 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:26:31.850 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:31 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:26:31.947 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:31 smithi150 ceph-mon[107401]: pgmap v213: 97 pgs: 97 active+clean; 194 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 390 op/s 2023-09-30T12:26:31.947 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:31.947 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:31.947 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:26:31.947 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:31 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:26:32.692 INFO:teuthology.orchestra.run.smithi150.stdout: 5 24495 9.61 MB/sec warmup 77 sec latency 126.161 ms 2023-09-30T12:26:33.693 INFO:teuthology.orchestra.run.smithi150.stdout: 5 24942 9.73 MB/sec warmup 78 sec latency 130.176 ms 2023-09-30T12:26:34.260 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:34 smithi150 ceph-mon[107401]: pgmap v214: 97 pgs: 97 active+clean; 196 MiB data, 798 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-09-30T12:26:34.260 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:34 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:34.260 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:34 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:34.353 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:34 smithi156 ceph-mon[110147]: pgmap v214: 97 pgs: 97 active+clean; 196 MiB data, 798 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-09-30T12:26:34.353 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:34 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:34.353 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:34 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:34.695 INFO:teuthology.orchestra.run.smithi150.stdout: 5 25365 9.78 MB/sec warmup 79 sec latency 127.065 ms 2023-09-30T12:26:35.695 INFO:teuthology.orchestra.run.smithi150.stdout: 5 25722 9.76 MB/sec warmup 80 sec latency 87.919 ms 2023-09-30T12:26:36.283 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:36 smithi150 ceph-mon[107401]: pgmap v215: 97 pgs: 97 active+clean; 201 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 615 op/s 2023-09-30T12:26:36.283 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:36.283 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:36.283 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:36.283 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:36 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:36.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:36 smithi156 ceph-mon[110147]: pgmap v215: 97 pgs: 97 active+clean; 201 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 615 op/s 2023-09-30T12:26:36.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:36.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:36.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' 2023-09-30T12:26:36.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:36 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:36.695 INFO:teuthology.orchestra.run.smithi150.stdout: 5 26170 9.74 MB/sec warmup 81 sec latency 129.931 ms 2023-09-30T12:26:37.299 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:37 smithi150 ceph-mon[107401]: Upgrade: Need to upgrade myself (mgr.smithi150.whkjlu) 2023-09-30T12:26:37.299 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:37 smithi150 ceph-mon[107401]: Failing over to other MGR 2023-09-30T12:26:37.299 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:37 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr fail", "who": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:26:37.299 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:37 smithi150 ceph-mon[107401]: osdmap e67: 8 total, 8 up, 8 in 2023-09-30T12:26:37.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:37 smithi150 ceph-mon[107401]: Standby manager daemon smithi150.whkjlu started 2023-09-30T12:26:37.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:37 smithi150 ceph-mon[107401]: pgmap v217: 97 pgs: 97 active+clean; 204 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-09-30T12:26:37.370 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:37 smithi156 ceph-mon[110147]: Upgrade: Need to upgrade myself (mgr.smithi150.whkjlu) 2023-09-30T12:26:37.371 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:37 smithi156 ceph-mon[110147]: Failing over to other MGR 2023-09-30T12:26:37.371 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:37 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "mgr fail", "who": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:26:37.371 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:37 smithi156 ceph-mon[110147]: osdmap e67: 8 total, 8 up, 8 in 2023-09-30T12:26:37.371 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:37 smithi156 ceph-mon[110147]: Standby manager daemon smithi150.whkjlu started 2023-09-30T12:26:37.371 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:37 smithi156 ceph-mon[110147]: pgmap v217: 97 pgs: 97 active+clean; 204 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-09-30T12:26:37.695 INFO:teuthology.orchestra.run.smithi150.stdout: 5 26609 9.77 MB/sec warmup 82 sec latency 135.449 ms 2023-09-30T12:26:38.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:38 smithi150 ceph-mon[107401]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "mgr fail", "who": "smithi150.whkjlu"}]': finished 2023-09-30T12:26:38.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:38 smithi150 ceph-mon[107401]: mgrmap e22: smithi156.fjrxdg(active, starting, since 1.04755s), standbys: smithi150.whkjlu 2023-09-30T12:26:38.617 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:38 smithi156 ceph-mon[110147]: from='mgr.14204 172.21.15.150:0/1520394962' entity='mgr.smithi150.whkjlu' cmd='[{"prefix": "mgr fail", "who": "smithi150.whkjlu"}]': finished 2023-09-30T12:26:38.617 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:38 smithi156 ceph-mon[110147]: mgrmap e22: smithi156.fjrxdg(active, starting, since 1.04755s), standbys: smithi150.whkjlu 2023-09-30T12:26:38.695 INFO:teuthology.orchestra.run.smithi150.stdout: 5 27002 9.78 MB/sec warmup 83 sec latency 128.904 ms 2023-09-30T12:26:39.695 INFO:teuthology.orchestra.run.smithi150.stdout: 5 27479 9.73 MB/sec warmup 84 sec latency 102.188 ms 2023-09-30T12:26:40.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:39 smithi150 ceph-mon[107401]: Active manager daemon smithi156.fjrxdg restarted 2023-09-30T12:26:40.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:39 smithi150 ceph-mon[107401]: Activating manager daemon smithi156.fjrxdg 2023-09-30T12:26:40.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:39 smithi150 ceph-mon[107401]: osdmap e68: 8 total, 8 up, 8 in 2023-09-30T12:26:40.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:39 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/crt"}]: dispatch 2023-09-30T12:26:40.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:39 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T12:26:40.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:39 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/key"}]: dispatch 2023-09-30T12:26:40.120 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:39 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T12:26:40.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:39 smithi156 ceph-mon[110147]: Active manager daemon smithi156.fjrxdg restarted 2023-09-30T12:26:40.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:39 smithi156 ceph-mon[110147]: Activating manager daemon smithi156.fjrxdg 2023-09-30T12:26:40.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:39 smithi156 ceph-mon[110147]: osdmap e68: 8 total, 8 up, 8 in 2023-09-30T12:26:40.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:39 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/crt"}]: dispatch 2023-09-30T12:26:40.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:39 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T12:26:40.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:39 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.fjrxdg/key"}]: dispatch 2023-09-30T12:26:40.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:39 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T12:26:40.704 INFO:teuthology.orchestra.run.smithi150.stdout: 5 27823 9.75 MB/sec warmup 85 sec latency 123.276 ms 2023-09-30T12:26:41.061 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:26:41.150 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: mgrmap e23: smithi156.fjrxdg(active, starting, since 0.96278s), standbys: smithi150.whkjlu 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi150.msphuk"}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.nbamoa"}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mgr metadata", "who": "smithi156.fjrxdg", "id": "smithi156.fjrxdg"}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mgr metadata", "who": "smithi150.whkjlu", "id": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:26:41.151 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: Manager daemon smithi156.fjrxdg is now available 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:26:41.152 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:26:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:26:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/trash_purge_schedule"}]: dispatch 2023-09-30T12:26:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/trash_purge_schedule"}]: dispatch 2023-09-30T12:26:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: Deploying cephadm binary to smithi156 2023-09-30T12:26:41.153 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:40 smithi150 ceph-mon[107401]: Deploying cephadm binary to smithi150 2023-09-30T12:26:41.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: mgrmap e23: smithi156.fjrxdg(active, starting, since 0.96278s), standbys: smithi150.whkjlu 2023-09-30T12:26:41.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi150.msphuk"}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.nbamoa"}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mgr metadata", "who": "smithi156.fjrxdg", "id": "smithi156.fjrxdg"}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mgr metadata", "who": "smithi150.whkjlu", "id": "smithi150.whkjlu"}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T12:26:41.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: Manager daemon smithi156.fjrxdg is now available 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:26:41.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/mirror_snapshot_schedule"}]: dispatch 2023-09-30T12:26:41.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/trash_purge_schedule"}]: dispatch 2023-09-30T12:26:41.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.fjrxdg/trash_purge_schedule"}]: dispatch 2023-09-30T12:26:41.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:41.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:41.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: Deploying cephadm binary to smithi156 2023-09-30T12:26:41.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:40 smithi156 ceph-mon[110147]: Deploying cephadm binary to smithi150 2023-09-30T12:26:41.705 INFO:teuthology.orchestra.run.smithi150.stdout: 5 28132 9.79 MB/sec warmup 86 sec latency 127.005 ms 2023-09-30T12:26:41.945 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 running (4m) 89s ago 5m 26.2M - ba2b418f427c d61a1bb1a9d0 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (5m) 89s ago 5m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (5m) 8s ago 5m 7159k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 running (4m) 89s ago 5m 49.7M - 8.3.5 dad864ee21e9 265964d6572c 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (109s) 89s ago 108s 17.6M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (107s) 8s ago 107s 13.5M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (6m) 89s ago 6m 477M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (11s) 8s ago 5m 51.0M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (6m) 89s ago 6m 77.8M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (5m) 8s ago 5m 53.1M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:26:41.946 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (97s) 89s ago 96s 54.0M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (92s) 8s ago 92s 78.7M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 running (5m) 89s ago 5m 21.9M - 1dbe0e931976 43465d3b5f55 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 running (5m) 8s ago 5m 24.4M - 1dbe0e931976 63f748f16988 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (4m) 89s ago 4m 57.1M 3222M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (4m) 89s ago 4m 59.6M 3222M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (4m) 89s ago 4m 49.2M 3222M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (3m) 89s ago 3m 50.0M 3222M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (3m) 8s ago 3m 441M 3990M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (3m) 8s ago 3m 403M 3990M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (2m) 8s ago 2m 355M 3990M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:26:41.947 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (2m) 8s ago 2m 622M 3990M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:26:41.948 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 running (5m) 89s ago 5m 64.6M - 514e6a882f6e 8bf6ccb24e25 2023-09-30T12:26:42.177 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: mgrmap e24: smithi156.fjrxdg(active, since 2s), standbys: smithi150.whkjlu 2023-09-30T12:26:42.177 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:42.177 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: pgmap v3: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:42.177 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: [30/Sep/2023:12:26:41] ENGINE Bus STARTING 2023-09-30T12:26:42.177 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: [30/Sep/2023:12:26:41] ENGINE Serving on http://172.21.15.156:8765 2023-09-30T12:26:42.178 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: [30/Sep/2023:12:26:41] ENGINE Serving on https://172.21.15.156:7150 2023-09-30T12:26:42.178 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: [30/Sep/2023:12:26:41] ENGINE Bus STARTED 2023-09-30T12:26:42.178 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:42 smithi150 ceph-mon[107401]: from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:42.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: mgrmap e24: smithi156.fjrxdg(active, since 2s), standbys: smithi150.whkjlu 2023-09-30T12:26:42.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:42.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: pgmap v3: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:42.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: [30/Sep/2023:12:26:41] ENGINE Bus STARTING 2023-09-30T12:26:42.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: [30/Sep/2023:12:26:41] ENGINE Serving on http://172.21.15.156:8765 2023-09-30T12:26:42.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: [30/Sep/2023:12:26:41] ENGINE Serving on https://172.21.15.156:7150 2023-09-30T12:26:42.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: [30/Sep/2023:12:26:41] ENGINE Bus STARTED 2023-09-30T12:26:42.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:42 smithi156 ceph-mon[110147]: from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:42.663 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:26:42.664 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:26:42.705 INFO:teuthology.orchestra.run.smithi150.stdout: 5 28421 9.77 MB/sec warmup 87 sec latency 152.516 ms 2023-09-30T12:26:43.178 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:26:43.178 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:26:43.179 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:26:43.179 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:26:43.179 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:26:43.179 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:26:43.179 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "", 2023-09-30T12:26:43.179 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:26:43.180 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:26:43.211 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:43 smithi150 ceph-mon[107401]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:43.211 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:43 smithi150 ceph-mon[107401]: pgmap v4: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:43.211 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:43 smithi150 ceph-mon[107401]: mgrmap e25: smithi156.fjrxdg(active, since 3s), standbys: smithi150.whkjlu 2023-09-30T12:26:43.211 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:43 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/194510714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:26:43.228 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:43 smithi156 ceph-mon[110147]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:43.228 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:43 smithi156 ceph-mon[110147]: pgmap v4: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:43.228 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:43 smithi156 ceph-mon[110147]: mgrmap e25: smithi156.fjrxdg(active, since 3s), standbys: smithi150.whkjlu 2023-09-30T12:26:43.228 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:43 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/194510714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:26:43.706 INFO:teuthology.orchestra.run.smithi150.stdout: 5 28625 9.74 MB/sec warmup 88 sec latency 129.834 ms 2023-09-30T12:26:43.721 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:26:44.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:44 smithi150 ceph-mon[107401]: mgrmap e26: smithi156.fjrxdg(active, since 4s), standbys: smithi150.whkjlu 2023-09-30T12:26:44.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:44 smithi150 ceph-mon[107401]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:44.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:44 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3854483307' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:26:44.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:44 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:44.230 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:44 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:44 smithi156 ceph-mon[110147]: mgrmap e26: smithi156.fjrxdg(active, since 4s), standbys: smithi150.whkjlu 2023-09-30T12:26:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:44 smithi156 ceph-mon[110147]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:26:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:44 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3854483307' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:26:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:44 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:44 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:44.706 INFO:teuthology.orchestra.run.smithi150.stdout: 5 28961 9.74 MB/sec warmup 89 sec latency 122.964 ms 2023-09-30T12:26:45.706 INFO:teuthology.orchestra.run.smithi150.stdout: 5 29221 9.72 MB/sec warmup 90 sec latency 125.936 ms 2023-09-30T12:26:45.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: pgmap v5: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: Standby manager daemon smithi150.whkjlu restarted 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: Standby manager daemon smithi150.whkjlu started 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.whkjlu/crt"}]: dispatch 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.whkjlu/key"}]: dispatch 2023-09-30T12:26:45.742 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:45 smithi150 ceph-mon[107401]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T12:26:46.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: pgmap v5: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:46.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:46.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:46.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: Standby manager daemon smithi150.whkjlu restarted 2023-09-30T12:26:46.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: Standby manager daemon smithi150.whkjlu started 2023-09-30T12:26:46.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.whkjlu/crt"}]: dispatch 2023-09-30T12:26:46.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T12:26:46.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.whkjlu/key"}]: dispatch 2023-09-30T12:26:46.131 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:45 smithi156 ceph-mon[110147]: from='mgr.? 172.21.15.150:0/3387640180' entity='mgr.smithi150.whkjlu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T12:26:46.707 INFO:teuthology.orchestra.run.smithi150.stdout: 5 29492 9.69 MB/sec warmup 91 sec latency 213.978 ms 2023-09-30T12:26:47.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:46 smithi150 ceph-mon[107401]: mgrmap e27: smithi156.fjrxdg(active, since 6s), standbys: smithi150.whkjlu 2023-09-30T12:26:47.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:46 smithi150 ceph-mon[107401]: pgmap v6: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:47.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:46 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:47.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:46 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:47.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:46 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:47.009 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:46 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:46 smithi156 ceph-mon[110147]: mgrmap e27: smithi156.fjrxdg(active, since 6s), standbys: smithi150.whkjlu 2023-09-30T12:26:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:46 smithi156 ceph-mon[110147]: pgmap v6: 97 pgs: 97 active+clean; 210 MiB data, 932 MiB used, 714 GiB / 715 GiB avail 2023-09-30T12:26:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:46 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:46 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:46 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:46 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:47.710 INFO:teuthology.orchestra.run.smithi150.stdout: 5 29835 9.66 MB/sec warmup 92 sec latency 179.742 ms 2023-09-30T12:26:48.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.032 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi156 to 2710M 2023-09-30T12:26:48.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:48.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:48.033 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:48 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi156 to 2710M 2023-09-30T12:26:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:48.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:48 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:48.710 INFO:teuthology.orchestra.run.smithi150.stdout: 5 30141 9.63 MB/sec warmup 93 sec latency 127.241 ms 2023-09-30T12:26:49.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: pgmap v7: 97 pgs: 97 active+clean; 219 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.2 MiB/s wr, 291 op/s 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: Adjusting osd_memory_target on smithi150 to 1942M 2023-09-30T12:26:49.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:49.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:26:49.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:26:49.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: Updating smithi150:/etc/ceph/ceph.conf 2023-09-30T12:26:49.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:49 smithi150 ceph-mon[107401]: Updating smithi156:/etc/ceph/ceph.conf 2023-09-30T12:26:49.711 INFO:teuthology.orchestra.run.smithi150.stdout: 5 30457 9.63 MB/sec warmup 94 sec latency 140.507 ms 2023-09-30T12:26:49.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: pgmap v7: 97 pgs: 97 active+clean; 219 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 3.2 MiB/s wr, 291 op/s 2023-09-30T12:26:49.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:49.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:49.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: Adjusting osd_memory_target on smithi150 to 1942M 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:26:49.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:26:49.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: Updating smithi150:/etc/ceph/ceph.conf 2023-09-30T12:26:49.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:49 smithi156 ceph-mon[110147]: Updating smithi156:/etc/ceph/ceph.conf 2023-09-30T12:26:50.588 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: Updating smithi150:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T12:26:50.588 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: Updating smithi156:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: Updating smithi156:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: Updating smithi150:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: Updating smithi156:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.711 INFO:teuthology.orchestra.run.smithi150.stdout: 5 30723 9.57 MB/sec warmup 95 sec latency 140.372 ms 2023-09-30T12:26:50.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: Updating smithi150:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T12:26:50.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: Updating smithi156:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T12:26:50.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:26:50.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: Updating smithi156:/etc/ceph/ceph.client.admin.keyring 2023-09-30T12:26:50.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: Updating smithi150:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: Updating smithi156:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:50.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:26:51.609 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:51 smithi150 ceph-mon[107401]: pgmap v8: 97 pgs: 97 active+clean; 219 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.5 MiB/s wr, 225 op/s 2023-09-30T12:26:51.610 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:51 smithi150 ceph-mon[107401]: Reconfiguring alertmanager.smithi150 (dependencies changed)... 2023-09-30T12:26:51.610 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:51 smithi150 ceph-mon[107401]: Reconfiguring daemon alertmanager.smithi150 on smithi150 2023-09-30T12:26:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: 5 31184 9.59 MB/sec warmup 96 sec latency 124.042 ms 2023-09-30T12:26:51.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:51 smithi156 ceph-mon[110147]: pgmap v8: 97 pgs: 97 active+clean; 219 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 2.5 MiB/s wr, 225 op/s 2023-09-30T12:26:51.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:51 smithi156 ceph-mon[110147]: Reconfiguring alertmanager.smithi150 (dependencies changed)... 2023-09-30T12:26:51.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:51 smithi156 ceph-mon[110147]: Reconfiguring daemon alertmanager.smithi150 on smithi150 2023-09-30T12:26:52.711 INFO:teuthology.orchestra.run.smithi150.stdout: 5 31505 9.61 MB/sec warmup 97 sec latency 124.287 ms 2023-09-30T12:26:53.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:53 smithi150 ceph-mon[107401]: pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 990 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-09-30T12:26:53.711 INFO:teuthology.orchestra.run.smithi150.stdout: 5 31880 9.63 MB/sec warmup 98 sec latency 131.346 ms 2023-09-30T12:26:53.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:53 smithi156 ceph-mon[110147]: pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 990 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-09-30T12:26:54.722 INFO:teuthology.orchestra.run.smithi150.stdout: 5 32160 9.65 MB/sec warmup 99 sec latency 165.094 ms 2023-09-30T12:26:54.970 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:54 smithi150 ceph-mon[107401]: pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 990 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-09-30T12:26:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:54 smithi156 ceph-mon[110147]: pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 990 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-09-30T12:26:55.720 INFO:teuthology.orchestra.run.smithi150.stdout: 5 32544 9.63 MB/sec warmup 100 sec latency 123.388 ms 2023-09-30T12:26:55.993 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:26:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:26:56.720 INFO:teuthology.orchestra.run.smithi150.stdout: 5 32986 9.63 MB/sec warmup 101 sec latency 114.671 ms 2023-09-30T12:26:57.016 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:56 smithi150 ceph-mon[107401]: pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 990 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-09-30T12:26:57.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:56 smithi156 ceph-mon[110147]: pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 990 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.5 MiB/s wr, 361 op/s 2023-09-30T12:26:57.721 INFO:teuthology.orchestra.run.smithi150.stdout: 5 33313 9.65 MB/sec warmup 102 sec latency 215.024 ms 2023-09-30T12:26:58.721 INFO:teuthology.orchestra.run.smithi150.stdout: 5 33711 9.63 MB/sec warmup 103 sec latency 126.497 ms 2023-09-30T12:26:59.053 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:26:59 smithi150 ceph-mon[107401]: pgmap v12: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.9 MiB/s wr, 572 op/s 2023-09-30T12:26:59.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:26:59 smithi156 ceph-mon[110147]: pgmap v12: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.9 MiB/s wr, 572 op/s 2023-09-30T12:26:59.721 INFO:teuthology.orchestra.run.smithi150.stdout: 5 34044 9.62 MB/sec warmup 104 sec latency 131.071 ms 2023-09-30T12:27:00.723 INFO:teuthology.orchestra.run.smithi150.stdout: 5 34278 9.59 MB/sec warmup 105 sec latency 120.581 ms 2023-09-30T12:27:01.094 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:01 smithi150 ceph-mon[107401]: pgmap v13: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-09-30T12:27:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:01 smithi156 ceph-mon[110147]: pgmap v13: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-09-30T12:27:01.730 INFO:teuthology.orchestra.run.smithi150.stdout: 5 34728 9.63 MB/sec warmup 106 sec latency 114.444 ms 2023-09-30T12:27:02.730 INFO:teuthology.orchestra.run.smithi150.stdout: 5 35125 9.63 MB/sec warmup 107 sec latency 134.255 ms 2023-09-30T12:27:03.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: pgmap v14: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 616 op/s 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: Reconfiguring grafana.smithi150 (dependencies changed)... 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T12:27:03.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:03 smithi150 ceph-mon[107401]: Reconfiguring daemon grafana.smithi150 on smithi150 2023-09-30T12:27:03.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: pgmap v14: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 616 op/s 2023-09-30T12:27:03.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: Reconfiguring grafana.smithi150 (dependencies changed)... 2023-09-30T12:27:03.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-30T12:27:03.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:03.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T12:27:03.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T12:27:03.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:03 smithi156 ceph-mon[110147]: Reconfiguring daemon grafana.smithi150 on smithi150 2023-09-30T12:27:03.730 INFO:teuthology.orchestra.run.smithi150.stdout: 5 35554 9.66 MB/sec warmup 108 sec latency 105.368 ms 2023-09-30T12:27:04.730 INFO:teuthology.orchestra.run.smithi150.stdout: 5 35882 9.65 MB/sec warmup 109 sec latency 130.170 ms 2023-09-30T12:27:05.053 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:04 smithi150 ceph-mon[107401]: pgmap v15: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-09-30T12:27:05.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:04 smithi156 ceph-mon[110147]: pgmap v15: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-09-30T12:27:05.730 INFO:teuthology.orchestra.run.smithi150.stdout: 5 36162 9.63 MB/sec warmup 110 sec latency 124.225 ms 2023-09-30T12:27:06.730 INFO:teuthology.orchestra.run.smithi150.stdout: 5 36431 9.59 MB/sec warmup 111 sec latency 125.579 ms 2023-09-30T12:27:07.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:07 smithi150 ceph-mon[107401]: pgmap v16: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-09-30T12:27:07.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:07 smithi156 ceph-mon[110147]: pgmap v16: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-09-30T12:27:07.730 INFO:teuthology.orchestra.run.smithi150.stdout: 5 36706 9.61 MB/sec warmup 112 sec latency 137.575 ms 2023-09-30T12:27:08.737 INFO:teuthology.orchestra.run.smithi150.stdout: 5 36987 9.58 MB/sec warmup 113 sec latency 129.945 ms 2023-09-30T12:27:09.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:09 smithi150 ceph-mon[107401]: pgmap v17: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.8 MiB/s wr, 637 op/s 2023-09-30T12:27:09.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:09 smithi156 ceph-mon[110147]: pgmap v17: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.8 MiB/s wr, 637 op/s 2023-09-30T12:27:09.737 INFO:teuthology.orchestra.run.smithi150.stdout: 5 37295 9.56 MB/sec warmup 114 sec latency 91.113 ms 2023-09-30T12:27:10.737 INFO:teuthology.orchestra.run.smithi150.stdout: 5 37583 9.53 MB/sec warmup 115 sec latency 130.656 ms 2023-09-30T12:27:11.170 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:11 smithi150 ceph-mon[107401]: pgmap v18: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-30T12:27:11.171 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:11 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:11.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:11 smithi156 ceph-mon[110147]: pgmap v18: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-30T12:27:11.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:11 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:11.737 INFO:teuthology.orchestra.run.smithi150.stdout: 5 37848 9.48 MB/sec warmup 116 sec latency 125.088 ms 2023-09-30T12:27:12.737 INFO:teuthology.orchestra.run.smithi150.stdout: 5 38141 9.47 MB/sec warmup 117 sec latency 129.563 ms 2023-09-30T12:27:13.229 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:13 smithi150 ceph-mon[107401]: pgmap v19: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-09-30T12:27:13.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:13 smithi156 ceph-mon[110147]: pgmap v19: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-09-30T12:27:13.739 INFO:teuthology.orchestra.run.smithi150.stdout: 5 38492 9.49 MB/sec warmup 118 sec latency 112.222 ms 2023-09-30T12:27:14.210 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:27:14.739 INFO:teuthology.orchestra.run.smithi150.stdout: 5 38825 9.50 MB/sec warmup 119 sec latency 129.243 ms 2023-09-30T12:27:15.048 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:14 smithi150 ceph-mon[107401]: pgmap v20: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-09-30T12:27:15.048 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:14 smithi150 ceph-mon[107401]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:15.048 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:14 smithi150 ceph-mon[107401]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:15.160 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:27:15.160 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (6m) - 6m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (5m) - 5m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 running (5m) - 6m 59.1M - 8.3.5 dad864ee21e9 265964d6572c 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (2m) - 2m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (2m) - 2m 13.8M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (7m) - 7m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (44s) - 5m 487M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (7m) - 7m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (5m) - 5m 59.5M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (2m) - 2m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (2m) - 2m 79.3M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:27:15.161 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 running (6m) - 6m 26.6M - 1.3.1 1dbe0e931976 43465d3b5f55 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 running (5m) - 5m 23.8M - 1.3.1 1dbe0e931976 63f748f16988 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (5m) - 5m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (4m) - 4m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (4m) - 4m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (4m) - 4m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (4m) - 4m 509M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (3m) - 3m 450M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (3m) - 3m 423M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (3m) - 3m 726M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:27:15.162 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 running (5m) - 5m 67.1M - 2.33.4 514e6a882f6e 8bf6ccb24e25 2023-09-30T12:27:15.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:14 smithi156 ceph-mon[110147]: pgmap v20: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-09-30T12:27:15.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:14 smithi156 ceph-mon[110147]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:15.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:14 smithi156 ceph-mon[110147]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:15.647 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:27:15.647 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:27:15.647 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:27:15.647 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:15.648 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:27:15.648 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:27:15.648 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:27:15.648 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:15.648 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:27:15.648 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:27:15.648 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:27:15.649 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "", 2023-09-30T12:27:16.079 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:27:16.080 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:27:16.080 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:15 smithi150 ceph-mon[107401]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:16.080 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:15 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/604953215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:27:16.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:15 smithi156 ceph-mon[110147]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:16.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:15 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/604953215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:27:16.632 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:27:16.739 INFO:teuthology.orchestra.run.smithi150.stdout: 5 39429 5.90 MB/sec execute 1 sec latency 130.527 ms 2023-09-30T12:27:17.110 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:17 smithi150 ceph-mon[107401]: pgmap v21: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-09-30T12:27:17.110 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:17 smithi150 ceph-mon[107401]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:17.110 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:17 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2629968216' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:27:17.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:17 smithi156 ceph-mon[110147]: pgmap v21: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-09-30T12:27:17.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:17 smithi156 ceph-mon[110147]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:17.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:17 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2629968216' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:27:17.755 INFO:teuthology.orchestra.run.smithi150.stdout: 5 39777 6.84 MB/sec execute 2 sec latency 135.437 ms 2023-09-30T12:27:18.755 INFO:teuthology.orchestra.run.smithi150.stdout: 5 39986 6.18 MB/sec execute 3 sec latency 152.747 ms 2023-09-30T12:27:19.205 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:19 smithi150 ceph-mon[107401]: pgmap v22: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 575 op/s 2023-09-30T12:27:19.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:19 smithi156 ceph-mon[110147]: pgmap v22: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 575 op/s 2023-09-30T12:27:19.756 INFO:teuthology.orchestra.run.smithi150.stdout: 5 40235 7.49 MB/sec execute 4 sec latency 149.229 ms 2023-09-30T12:27:20.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:20 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:20.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:20 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:20.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:20 smithi150 ceph-mon[107401]: Reconfiguring node-exporter.smithi150 (dependencies changed)... 2023-09-30T12:27:20.749 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:20 smithi150 ceph-mon[107401]: Reconfiguring daemon node-exporter.smithi150 on smithi150 2023-09-30T12:27:20.756 INFO:teuthology.orchestra.run.smithi150.stdout: 5 40484 7.02 MB/sec execute 5 sec latency 154.031 ms 2023-09-30T12:27:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:20 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:20 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:20 smithi156 ceph-mon[110147]: Reconfiguring node-exporter.smithi150 (dependencies changed)... 2023-09-30T12:27:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:20 smithi156 ceph-mon[110147]: Reconfiguring daemon node-exporter.smithi150 on smithi150 2023-09-30T12:27:21.756 INFO:teuthology.orchestra.run.smithi150.stdout: 5 40764 6.58 MB/sec execute 6 sec latency 131.414 ms 2023-09-30T12:27:21.761 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:21 smithi150 ceph-mon[107401]: pgmap v23: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-09-30T12:27:21.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:21 smithi156 ceph-mon[110147]: pgmap v23: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-09-30T12:27:22.756 INFO:teuthology.orchestra.run.smithi150.stdout: 5 40998 6.53 MB/sec execute 7 sec latency 124.533 ms 2023-09-30T12:27:23.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:23 smithi150 ceph-mon[107401]: pgmap v24: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-09-30T12:27:23.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:23 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:23.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:23 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:23.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:23 smithi150 ceph-mon[107401]: Reconfiguring prometheus.smithi150 (dependencies changed)... 2023-09-30T12:27:23.547 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:23 smithi150 ceph-mon[107401]: Reconfiguring daemon prometheus.smithi150 on smithi150 2023-09-30T12:27:23.756 INFO:teuthology.orchestra.run.smithi150.stdout: 5 41246 6.93 MB/sec execute 8 sec latency 196.946 ms 2023-09-30T12:27:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:23 smithi156 ceph-mon[110147]: pgmap v24: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-09-30T12:27:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:23 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:23 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:23.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:23 smithi156 ceph-mon[110147]: Reconfiguring prometheus.smithi150 (dependencies changed)... 2023-09-30T12:27:23.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:23 smithi156 ceph-mon[110147]: Reconfiguring daemon prometheus.smithi150 on smithi150 2023-09-30T12:27:24.766 INFO:teuthology.orchestra.run.smithi150.stdout: 5 41623 7.11 MB/sec execute 9 sec latency 127.305 ms 2023-09-30T12:27:25.085 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:24 smithi150 ceph-mon[107401]: pgmap v25: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-09-30T12:27:25.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:24 smithi156 ceph-mon[110147]: pgmap v25: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-09-30T12:27:25.770 INFO:teuthology.orchestra.run.smithi150.stdout: 5 41995 7.19 MB/sec execute 10 sec latency 130.451 ms 2023-09-30T12:27:26.104 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:26.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:26.772 INFO:teuthology.orchestra.run.smithi150.stdout: 5 42167 7.23 MB/sec execute 11 sec latency 137.257 ms 2023-09-30T12:27:27.124 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:26 smithi150 ceph-mon[107401]: pgmap v26: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-09-30T12:27:27.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:26 smithi156 ceph-mon[110147]: pgmap v26: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-09-30T12:27:27.772 INFO:teuthology.orchestra.run.smithi150.stdout: 5 42486 7.64 MB/sec execute 12 sec latency 136.816 ms 2023-09-30T12:27:28.772 INFO:teuthology.orchestra.run.smithi150.stdout: 5 42807 7.38 MB/sec execute 13 sec latency 126.117 ms 2023-09-30T12:27:29.172 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:29 smithi150 ceph-mon[107401]: pgmap v27: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2023-09-30T12:27:29.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:29 smithi156 ceph-mon[110147]: pgmap v27: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2023-09-30T12:27:29.780 INFO:teuthology.orchestra.run.smithi150.stdout: 5 43099 7.31 MB/sec execute 14 sec latency 139.505 ms 2023-09-30T12:27:30.780 INFO:teuthology.orchestra.run.smithi150.stdout: 5 43409 7.42 MB/sec execute 15 sec latency 123.765 ms 2023-09-30T12:27:31.202 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:31 smithi150 ceph-mon[107401]: pgmap v28: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-09-30T12:27:31.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:31 smithi156 ceph-mon[110147]: pgmap v28: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-09-30T12:27:31.780 INFO:teuthology.orchestra.run.smithi150.stdout: 5 43716 7.63 MB/sec execute 16 sec latency 136.302 ms 2023-09-30T12:27:32.796 INFO:teuthology.orchestra.run.smithi150.stdout: 5 44148 7.87 MB/sec execute 17 sec latency 129.296 ms 2023-09-30T12:27:33.232 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:33 smithi150 ceph-mon[107401]: pgmap v29: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-09-30T12:27:33.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:33 smithi156 ceph-mon[110147]: pgmap v29: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-09-30T12:27:33.794 INFO:teuthology.orchestra.run.smithi150.stdout: 5 44479 7.81 MB/sec execute 18 sec latency 149.176 ms 2023-09-30T12:27:34.794 INFO:teuthology.orchestra.run.smithi150.stdout: 5 44772 7.74 MB/sec execute 19 sec latency 147.302 ms 2023-09-30T12:27:35.036 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:34 smithi150 ceph-mon[107401]: pgmap v30: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-09-30T12:27:35.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:34 smithi156 ceph-mon[110147]: pgmap v30: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-09-30T12:27:35.794 INFO:teuthology.orchestra.run.smithi150.stdout: 5 45092 7.82 MB/sec execute 20 sec latency 128.040 ms 2023-09-30T12:27:36.794 INFO:teuthology.orchestra.run.smithi150.stdout: 5 45461 7.88 MB/sec execute 21 sec latency 211.503 ms 2023-09-30T12:27:37.095 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:37 smithi150 ceph-mon[107401]: pgmap v31: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-09-30T12:27:37.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:37 smithi156 ceph-mon[110147]: pgmap v31: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-09-30T12:27:37.794 INFO:teuthology.orchestra.run.smithi150.stdout: 5 45830 8.11 MB/sec execute 22 sec latency 128.160 ms 2023-09-30T12:27:38.794 INFO:teuthology.orchestra.run.smithi150.stdout: 5 46281 8.24 MB/sec execute 23 sec latency 126.609 ms 2023-09-30T12:27:39.121 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:39 smithi150 ceph-mon[107401]: pgmap v32: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-09-30T12:27:39.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:39 smithi156 ceph-mon[110147]: pgmap v32: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-09-30T12:27:39.794 INFO:teuthology.orchestra.run.smithi150.stdout: 5 46738 8.30 MB/sec execute 24 sec latency 192.422 ms 2023-09-30T12:27:40.795 INFO:teuthology.orchestra.run.smithi150.stdout: 5 47022 8.33 MB/sec execute 25 sec latency 151.403 ms 2023-09-30T12:27:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:41 smithi150 ceph-mon[107401]: pgmap v33: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-09-30T12:27:41.154 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:41 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:41.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:41 smithi156 ceph-mon[110147]: pgmap v33: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-09-30T12:27:41.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:41 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:41.798 INFO:teuthology.orchestra.run.smithi150.stdout: 5 47438 8.47 MB/sec execute 26 sec latency 123.678 ms 2023-09-30T12:27:42.798 INFO:teuthology.orchestra.run.smithi150.stdout: 5 47839 8.67 MB/sec execute 27 sec latency 124.779 ms 2023-09-30T12:27:42.932 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:42 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:42 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:42 smithi150 ceph-mon[107401]: Reconfiguring node-exporter.smithi156 (dependencies changed)... 2023-09-30T12:27:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:42 smithi150 ceph-mon[107401]: Reconfiguring daemon node-exporter.smithi156 on smithi156 2023-09-30T12:27:42.933 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:42 smithi150 ceph-mon[107401]: pgmap v34: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 614 op/s 2023-09-30T12:27:43.200 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:42 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:43.200 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:42 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:43.200 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:42 smithi156 ceph-mon[110147]: Reconfiguring node-exporter.smithi156 (dependencies changed)... 2023-09-30T12:27:43.200 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:42 smithi156 ceph-mon[110147]: Reconfiguring daemon node-exporter.smithi156 on smithi156 2023-09-30T12:27:43.201 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:42 smithi156 ceph-mon[110147]: pgmap v34: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 614 op/s 2023-09-30T12:27:43.798 INFO:teuthology.orchestra.run.smithi150.stdout: 5 48263 8.61 MB/sec execute 28 sec latency 108.587 ms 2023-09-30T12:27:44.197 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.197 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.198 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:27:44.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:27:44.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T12:27:44.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T12:27:44.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:27:44.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: Upgrade: Need to upgrade myself (mgr.smithi156.fjrxdg) 2023-09-30T12:27:44.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:44 smithi150 ceph-mon[107401]: Upgrade: Need to upgrade myself (mgr.smithi156.fjrxdg) 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi150.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi150.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi150.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: Upgrade: Need to upgrade myself (mgr.smithi156.fjrxdg) 2023-09-30T12:27:44.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:44 smithi156 ceph-mon[110147]: Upgrade: Need to upgrade myself (mgr.smithi156.fjrxdg) 2023-09-30T12:27:44.799 INFO:teuthology.orchestra.run.smithi150.stdout: 5 48654 8.61 MB/sec execute 29 sec latency 138.679 ms 2023-09-30T12:27:45.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:45 smithi150 ceph-mon[107401]: pgmap v35: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-30T12:27:45.221 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:45 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:45.221 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:45 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.whkjlu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:27:45.221 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:45 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.whkjlu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:27:45.221 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:45 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:27:45.221 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:45 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:27:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:45 smithi156 ceph-mon[110147]: pgmap v35: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-30T12:27:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:45 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:27:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:45 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.whkjlu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:27:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:45 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.whkjlu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T12:27:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:45 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T12:27:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:45 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:27:45.799 INFO:teuthology.orchestra.run.smithi150.stdout: 5 49092 8.77 MB/sec execute 30 sec latency 129.571 ms 2023-09-30T12:27:46.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:46 smithi150 ceph-mon[107401]: Upgrade: Updating mgr.smithi150.whkjlu 2023-09-30T12:27:46.241 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:46 smithi150 ceph-mon[107401]: Deploying daemon mgr.smithi150.whkjlu on smithi150 2023-09-30T12:27:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:46 smithi156 ceph-mon[110147]: Upgrade: Updating mgr.smithi150.whkjlu 2023-09-30T12:27:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:46 smithi156 ceph-mon[110147]: Deploying daemon mgr.smithi150.whkjlu on smithi150 2023-09-30T12:27:46.805 INFO:teuthology.orchestra.run.smithi150.stdout: 5 49448 8.97 MB/sec execute 31 sec latency 125.800 ms 2023-09-30T12:27:47.175 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:27:47.254 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:47 smithi150 ceph-mon[107401]: pgmap v36: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-30T12:27:47.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:47 smithi156 ceph-mon[110147]: pgmap v36: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-30T12:27:47.805 INFO:teuthology.orchestra.run.smithi150.stdout: 5 49794 8.95 MB/sec execute 32 sec latency 130.303 ms 2023-09-30T12:27:48.138 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:27:48.138 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:27:48.138 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (6m) - 6m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:27:48.138 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (6m) - 6m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:27:48.138 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 starting - - - - 2023-09-30T12:27:48.138 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (2m) - 2m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (2m) - 2m 13.8M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (7m) - 7m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (77s) - 6m 487M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (7m) - 8m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (6m) - 6m 59.5M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (2m) - 2m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (2m) - 2m 79.3M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 starting - - - - 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 starting - - - - 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (5m) - 5m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:27:48.139 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (5m) - 5m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:27:48.140 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (5m) - 5m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:27:48.140 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (4m) - 4m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:27:48.140 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (4m) - 4m 509M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:27:48.140 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (4m) - 4m 450M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:27:48.140 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (4m) - 4m 423M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:27:48.140 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (3m) - 3m 726M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:27:48.140 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 starting - - - - 2023-09-30T12:27:48.264 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:48 smithi150 ceph-mon[107401]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:48.264 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:48 smithi150 ceph-mon[107401]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:48.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:48 smithi156 ceph-mon[110147]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:48.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:48 smithi156 ceph-mon[110147]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:27:48.740 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:27:48.741 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:27:48.742 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:27:48.805 INFO:teuthology.orchestra.run.smithi150.stdout: 5 50114 8.87 MB/sec execute 33 sec latency 129.799 ms 2023-09-30T12:27:49.237 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:27:49.237 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:27:49.238 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:27:49.238 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:27:49.238 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:27:49.238 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:27:49.238 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T12:27:49.238 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:27:49.238 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:27:49.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:49 smithi150 ceph-mon[107401]: pgmap v37: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 680 op/s 2023-09-30T12:27:49.272 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:49 smithi150 ceph-mon[107401]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:49.272 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:49 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/647437298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:27:49.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:49 smithi156 ceph-mon[110147]: pgmap v37: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 680 op/s 2023-09-30T12:27:49.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:49 smithi156 ceph-mon[110147]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:49.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:49 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/647437298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:27:49.796 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:27:49.805 INFO:teuthology.orchestra.run.smithi150.stdout: 5 50431 8.84 MB/sec execute 34 sec latency 141.610 ms 2023-09-30T12:27:50.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:50 smithi150 ceph-mon[107401]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:50.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:50 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/4246513068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:27:50.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:50 smithi156 ceph-mon[110147]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:27:50.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:50 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/4246513068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:27:50.805 INFO:teuthology.orchestra.run.smithi150.stdout: 5 50835 8.94 MB/sec execute 35 sec latency 127.044 ms 2023-09-30T12:27:51.314 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:51 smithi150 ceph-mon[107401]: pgmap v38: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.0 MiB/s wr, 478 op/s 2023-09-30T12:27:51.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:51 smithi156 ceph-mon[110147]: pgmap v38: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.0 MiB/s wr, 478 op/s 2023-09-30T12:27:51.806 INFO:teuthology.orchestra.run.smithi150.stdout: 5 51184 9.02 MB/sec execute 36 sec latency 132.429 ms 2023-09-30T12:27:52.813 INFO:teuthology.orchestra.run.smithi150.stdout: 5 51624 9.04 MB/sec execute 37 sec latency 121.028 ms 2023-09-30T12:27:53.351 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:53 smithi150 ceph-mon[107401]: pgmap v39: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 685 op/s 2023-09-30T12:27:53.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:53 smithi156 ceph-mon[110147]: pgmap v39: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 685 op/s 2023-09-30T12:27:53.813 INFO:teuthology.orchestra.run.smithi150.stdout: 5 51997 8.91 MB/sec execute 38 sec latency 129.528 ms 2023-09-30T12:27:54.813 INFO:teuthology.orchestra.run.smithi150.stdout: 5 52370 8.96 MB/sec execute 39 sec latency 127.618 ms 2023-09-30T12:27:55.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:54 smithi150 ceph-mon[107401]: pgmap v40: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-30T12:27:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:54 smithi156 ceph-mon[110147]: pgmap v40: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-30T12:27:55.813 INFO:teuthology.orchestra.run.smithi150.stdout: 5 52747 9.03 MB/sec execute 40 sec latency 124.004 ms 2023-09-30T12:27:56.162 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:27:56.813 INFO:teuthology.orchestra.run.smithi150.stdout: 5 53088 9.14 MB/sec execute 41 sec latency 126.937 ms 2023-09-30T12:27:57.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:57 smithi150 ceph-mon[107401]: pgmap v41: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-30T12:27:57.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:57 smithi156 ceph-mon[110147]: pgmap v41: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-30T12:27:57.816 INFO:teuthology.orchestra.run.smithi150.stdout: 5 53427 9.10 MB/sec execute 42 sec latency 170.697 ms 2023-09-30T12:27:58.816 INFO:teuthology.orchestra.run.smithi150.stdout: 5 53755 9.07 MB/sec execute 43 sec latency 201.361 ms 2023-09-30T12:27:59.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:27:59 smithi150 ceph-mon[107401]: pgmap v42: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 682 op/s 2023-09-30T12:27:59.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:27:59 smithi156 ceph-mon[110147]: pgmap v42: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 682 op/s 2023-09-30T12:27:59.816 INFO:teuthology.orchestra.run.smithi150.stdout: 5 53960 8.95 MB/sec execute 44 sec latency 150.704 ms 2023-09-30T12:28:00.816 INFO:teuthology.orchestra.run.smithi150.stdout: 5 54262 9.04 MB/sec execute 45 sec latency 132.689 ms 2023-09-30T12:28:01.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:01 smithi150 ceph-mon[107401]: pgmap v43: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-09-30T12:28:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:01 smithi156 ceph-mon[110147]: pgmap v43: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-09-30T12:28:01.816 INFO:teuthology.orchestra.run.smithi150.stdout: 5 54621 8.97 MB/sec execute 46 sec latency 134.463 ms 2023-09-30T12:28:02.816 INFO:teuthology.orchestra.run.smithi150.stdout: 5 55025 9.06 MB/sec execute 47 sec latency 150.139 ms 2023-09-30T12:28:03.215 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:03 smithi150 ceph-mon[107401]: pgmap v44: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.4 MiB/s wr, 620 op/s 2023-09-30T12:28:03.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:03 smithi156 ceph-mon[110147]: pgmap v44: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.4 MiB/s wr, 620 op/s 2023-09-30T12:28:03.816 INFO:teuthology.orchestra.run.smithi150.stdout: 5 55358 9.00 MB/sec execute 48 sec latency 105.325 ms 2023-09-30T12:28:04.826 INFO:teuthology.orchestra.run.smithi150.stdout: 5 55718 8.98 MB/sec execute 49 sec latency 99.945 ms 2023-09-30T12:28:05.019 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:05 smithi150 ceph-mon[107401]: pgmap v45: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-09-30T12:28:05.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:05 smithi156 ceph-mon[110147]: pgmap v45: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-09-30T12:28:05.826 INFO:teuthology.orchestra.run.smithi150.stdout: 5 55965 8.92 MB/sec execute 50 sec latency 193.193 ms 2023-09-30T12:28:06.835 INFO:teuthology.orchestra.run.smithi150.stdout: 5 56356 9.07 MB/sec execute 51 sec latency 133.291 ms 2023-09-30T12:28:07.082 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:07 smithi150 ceph-mon[107401]: pgmap v46: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-09-30T12:28:07.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:07 smithi156 ceph-mon[110147]: pgmap v46: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-09-30T12:28:07.835 INFO:teuthology.orchestra.run.smithi150.stdout: 5 56631 9.02 MB/sec execute 52 sec latency 127.018 ms 2023-09-30T12:28:08.835 INFO:teuthology.orchestra.run.smithi150.stdout: 5 56992 9.09 MB/sec execute 53 sec latency 127.611 ms 2023-09-30T12:28:09.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:09 smithi150 ceph-mon[107401]: pgmap v47: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 623 op/s 2023-09-30T12:28:09.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:09 smithi156 ceph-mon[110147]: pgmap v47: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 623 op/s 2023-09-30T12:28:09.843 INFO:teuthology.orchestra.run.smithi150.stdout: 5 57296 8.98 MB/sec execute 54 sec latency 138.330 ms 2023-09-30T12:28:10.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:10.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:10.851 INFO:teuthology.orchestra.run.smithi150.stdout: 5 57591 8.96 MB/sec execute 55 sec latency 120.925 ms 2023-09-30T12:28:11.166 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:11 smithi150 ceph-mon[107401]: pgmap v48: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-09-30T12:28:11.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:11 smithi156 ceph-mon[110147]: pgmap v48: 97 pgs: 97 active+clean; 311 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-09-30T12:28:11.851 INFO:teuthology.orchestra.run.smithi150.stdout: 5 57881 8.97 MB/sec execute 56 sec latency 126.984 ms 2023-09-30T12:28:12.851 INFO:teuthology.orchestra.run.smithi150.stdout: 5 58186 8.97 MB/sec execute 57 sec latency 123.954 ms 2023-09-30T12:28:13.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:13 smithi150 ceph-mon[107401]: pgmap v49: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-09-30T12:28:13.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:13 smithi150 ceph-mon[107401]: mgrmap e28: smithi156.fjrxdg(active, since 93s), standbys: smithi150.whkjlu 2023-09-30T12:28:13.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:13 smithi156 ceph-mon[110147]: pgmap v49: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-09-30T12:28:13.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:13 smithi156 ceph-mon[110147]: mgrmap e28: smithi156.fjrxdg(active, since 93s), standbys: smithi150.whkjlu 2023-09-30T12:28:13.854 INFO:teuthology.orchestra.run.smithi150.stdout: 5 58544 8.98 MB/sec execute 58 sec latency 129.467 ms 2023-09-30T12:28:14.857 INFO:teuthology.orchestra.run.smithi150.stdout: 5 58935 8.95 MB/sec execute 59 sec latency 108.925 ms 2023-09-30T12:28:15.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:15 smithi150 ceph-mon[107401]: pgmap v50: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T12:28:15.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:15 smithi156 ceph-mon[110147]: pgmap v50: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T12:28:15.854 INFO:teuthology.orchestra.run.smithi150.stdout: 5 59338 8.95 MB/sec execute 60 sec latency 152.343 ms 2023-09-30T12:28:16.854 INFO:teuthology.orchestra.run.smithi150.stdout: 5 59792 9.01 MB/sec execute 61 sec latency 123.848 ms 2023-09-30T12:28:17.028 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:17 smithi150 ceph-mon[107401]: pgmap v51: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T12:28:17.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:17 smithi156 ceph-mon[110147]: pgmap v51: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-30T12:28:17.854 INFO:teuthology.orchestra.run.smithi150.stdout: 5 60180 9.10 MB/sec execute 62 sec latency 129.811 ms 2023-09-30T12:28:18.854 INFO:teuthology.orchestra.run.smithi150.stdout: 5 60594 9.16 MB/sec execute 63 sec latency 127.205 ms 2023-09-30T12:28:19.066 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:19 smithi150 ceph-mon[107401]: pgmap v52: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 612 op/s 2023-09-30T12:28:19.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:19 smithi156 ceph-mon[110147]: pgmap v52: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 612 op/s 2023-09-30T12:28:19.854 INFO:teuthology.orchestra.run.smithi150.stdout: 5 60866 9.08 MB/sec execute 64 sec latency 114.501 ms 2023-09-30T12:28:20.307 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:28:20.861 INFO:teuthology.orchestra.run.smithi150.stdout: 5 61183 9.06 MB/sec execute 65 sec latency 129.894 ms 2023-09-30T12:28:21.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:21 smithi150 ceph-mon[107401]: pgmap v53: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-09-30T12:28:21.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:21 smithi150 ceph-mon[107401]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:21.098 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:21 smithi150 ceph-mon[107401]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:21.285 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (7m) - 7m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (7m) - 7m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 starting - - - - 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (3m) - 3m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (3m) - 3m 13.8M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (8m) - 8m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (110s) - 7m 487M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (8m) - 8m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (6m) - 6m 59.5M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:28:21.286 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (3m) - 3m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (3m) - 3m 79.3M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 starting - - - - 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 starting - - - - 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (6m) - 6m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (6m) - 6m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (5m) - 5m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (5m) - 5m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (5m) - 5m 509M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (4m) - 4m 450M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (4m) - 4m 423M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (4m) - 4m 726M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:28:21.287 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 starting - - - - 2023-09-30T12:28:21.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:21 smithi156 ceph-mon[110147]: pgmap v53: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-09-30T12:28:21.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:21 smithi156 ceph-mon[110147]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:21.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:21 smithi156 ceph-mon[110147]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:21.847 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:28:21.847 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:28:21.847 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:28:21.847 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:21.847 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:28:21.847 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:28:21.847 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:28:21.848 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:28:21.861 INFO:teuthology.orchestra.run.smithi150.stdout: 5 61503 9.07 MB/sec execute 66 sec latency 128.054 ms 2023-09-30T12:28:22.117 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:22 smithi150 ceph-mon[107401]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:22.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:22 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/311419932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:28:22.334 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:28:22.334 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:28:22.334 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:28:22.334 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:28:22.334 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:28:22.334 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:28:22.335 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T12:28:22.335 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:28:22.335 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:28:22.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:22 smithi156 ceph-mon[110147]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:22.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:22 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/311419932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:28:22.861 INFO:teuthology.orchestra.run.smithi150.stdout: 5 61819 9.06 MB/sec execute 67 sec latency 124.284 ms 2023-09-30T12:28:22.938 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:28:23.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:23 smithi150 ceph-mon[107401]: pgmap v54: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-09-30T12:28:23.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:23 smithi150 ceph-mon[107401]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:23.135 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:23 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3452816743' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:28:23.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:23 smithi156 ceph-mon[110147]: pgmap v54: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-09-30T12:28:23.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:23 smithi156 ceph-mon[110147]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:23.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:23 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3452816743' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:28:23.861 INFO:teuthology.orchestra.run.smithi150.stdout: 5 62168 9.07 MB/sec execute 68 sec latency 126.506 ms 2023-09-30T12:28:24.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 62550 9.04 MB/sec execute 69 sec latency 132.760 ms 2023-09-30T12:28:25.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:25 smithi150 ceph-mon[107401]: pgmap v55: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-09-30T12:28:25.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:25 smithi156 ceph-mon[110147]: pgmap v55: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-09-30T12:28:25.861 INFO:teuthology.orchestra.run.smithi150.stdout: 5 62913 9.06 MB/sec execute 70 sec latency 138.461 ms 2023-09-30T12:28:26.194 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:26 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:26.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:26 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:26.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 63358 9.14 MB/sec execute 71 sec latency 92.686 ms 2023-09-30T12:28:27.209 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:27 smithi150 ceph-mon[107401]: pgmap v56: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-09-30T12:28:27.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:27 smithi156 ceph-mon[110147]: pgmap v56: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-09-30T12:28:27.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 63756 9.20 MB/sec execute 72 sec latency 134.978 ms 2023-09-30T12:28:28.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 64050 9.21 MB/sec execute 73 sec latency 143.807 ms 2023-09-30T12:28:29.271 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:29 smithi150 ceph-mon[107401]: pgmap v57: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 646 op/s 2023-09-30T12:28:29.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:29 smithi156 ceph-mon[110147]: pgmap v57: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 646 op/s 2023-09-30T12:28:29.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 64309 9.18 MB/sec execute 74 sec latency 123.716 ms 2023-09-30T12:28:30.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 64665 9.11 MB/sec execute 75 sec latency 123.688 ms 2023-09-30T12:28:31.055 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:31 smithi150 ceph-mon[107401]: pgmap v58: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-09-30T12:28:31.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:31 smithi156 ceph-mon[110147]: pgmap v58: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-09-30T12:28:31.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 64924 9.10 MB/sec execute 76 sec latency 129.715 ms 2023-09-30T12:28:32.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 65348 9.15 MB/sec execute 77 sec latency 133.398 ms 2023-09-30T12:28:33.081 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:33 smithi150 ceph-mon[107401]: pgmap v59: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 626 op/s 2023-09-30T12:28:33.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:33 smithi156 ceph-mon[110147]: pgmap v59: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 626 op/s 2023-09-30T12:28:33.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 65736 9.10 MB/sec execute 78 sec latency 120.804 ms 2023-09-30T12:28:34.862 INFO:teuthology.orchestra.run.smithi150.stdout: 5 66080 9.11 MB/sec execute 79 sec latency 149.609 ms 2023-09-30T12:28:35.137 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:35 smithi150 ceph-mon[107401]: pgmap v60: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-09-30T12:28:35.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:35 smithi156 ceph-mon[110147]: pgmap v60: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-09-30T12:28:35.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 66457 9.18 MB/sec execute 80 sec latency 128.230 ms 2023-09-30T12:28:36.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 66846 9.16 MB/sec execute 81 sec latency 133.393 ms 2023-09-30T12:28:37.184 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:37 smithi150 ceph-mon[107401]: pgmap v61: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-09-30T12:28:37.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:37 smithi156 ceph-mon[110147]: pgmap v61: 97 pgs: 97 active+clean; 345 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-09-30T12:28:37.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 67260 9.19 MB/sec execute 82 sec latency 130.222 ms 2023-09-30T12:28:38.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 67590 9.21 MB/sec execute 83 sec latency 130.404 ms 2023-09-30T12:28:39.217 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:39 smithi150 ceph-mon[107401]: pgmap v62: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.3 MiB/s wr, 635 op/s 2023-09-30T12:28:39.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:39 smithi156 ceph-mon[110147]: pgmap v62: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.3 MiB/s wr, 635 op/s 2023-09-30T12:28:39.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 68016 9.25 MB/sec execute 84 sec latency 130.191 ms 2023-09-30T12:28:40.256 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:40.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:40.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 68349 9.24 MB/sec execute 85 sec latency 137.437 ms 2023-09-30T12:28:41.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:41 smithi150 ceph-mon[107401]: pgmap v63: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-09-30T12:28:41.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:41 smithi156 ceph-mon[110147]: pgmap v63: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-09-30T12:28:41.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 68759 9.24 MB/sec execute 86 sec latency 132.673 ms 2023-09-30T12:28:42.873 INFO:teuthology.orchestra.run.smithi150.stdout: 5 69171 9.21 MB/sec execute 87 sec latency 136.082 ms 2023-09-30T12:28:43.294 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:43 smithi150 ceph-mon[107401]: pgmap v64: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 719 op/s 2023-09-30T12:28:43.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:43 smithi156 ceph-mon[110147]: pgmap v64: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 719 op/s 2023-09-30T12:28:43.880 INFO:teuthology.orchestra.run.smithi150.stdout: 5 69599 9.24 MB/sec execute 88 sec latency 105.265 ms 2023-09-30T12:28:44.880 INFO:teuthology.orchestra.run.smithi150.stdout: 5 70114 9.36 MB/sec execute 89 sec latency 129.875 ms 2023-09-30T12:28:45.074 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:45 smithi150 ceph-mon[107401]: pgmap v65: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 522 op/s 2023-09-30T12:28:45.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:45 smithi156 ceph-mon[110147]: pgmap v65: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 522 op/s 2023-09-30T12:28:45.888 INFO:teuthology.orchestra.run.smithi150.stdout: 5 70547 9.38 MB/sec execute 90 sec latency 128.726 ms 2023-09-30T12:28:46.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 70834 9.36 MB/sec execute 91 sec latency 129.851 ms 2023-09-30T12:28:47.091 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:47 smithi150 ceph-mon[107401]: pgmap v66: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 522 op/s 2023-09-30T12:28:47.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:47 smithi156 ceph-mon[110147]: pgmap v66: 97 pgs: 97 active+clean; 357 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 522 op/s 2023-09-30T12:28:47.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 71102 9.34 MB/sec execute 92 sec latency 142.623 ms 2023-09-30T12:28:48.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 71444 9.34 MB/sec execute 93 sec latency 126.955 ms 2023-09-30T12:28:49.074 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:49 smithi150 ceph-mon[107401]: pgmap v67: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 774 op/s 2023-09-30T12:28:49.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:49 smithi156 ceph-mon[110147]: pgmap v67: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 774 op/s 2023-09-30T12:28:49.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 71746 9.35 MB/sec execute 94 sec latency 154.351 ms 2023-09-30T12:28:50.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 72008 9.32 MB/sec execute 95 sec latency 124.068 ms 2023-09-30T12:28:51.116 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:51 smithi150 ceph-mon[107401]: pgmap v68: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 551 op/s 2023-09-30T12:28:51.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:51 smithi156 ceph-mon[110147]: pgmap v68: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 551 op/s 2023-09-30T12:28:51.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 72382 9.27 MB/sec execute 96 sec latency 126.904 ms 2023-09-30T12:28:52.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 72686 9.22 MB/sec execute 97 sec latency 126.638 ms 2023-09-30T12:28:53.167 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:53 smithi150 ceph-mon[107401]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 738 op/s 2023-09-30T12:28:53.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:53 smithi156 ceph-mon[110147]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 738 op/s 2023-09-30T12:28:53.399 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:28:53.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 73076 9.27 MB/sec execute 98 sec latency 136.031 ms 2023-09-30T12:28:54.181 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:54 smithi150 ceph-mon[107401]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:54.275 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (8m) - 8m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (7m) - 7m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 starting - - - - 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (4m) - 4m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (3m) - 3m 13.8M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (9m) - 9m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (2m) - 7m 487M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (9m) - 9m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:28:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (7m) - 7m 59.5M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (3m) - 3m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (3m) - 3m 79.3M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 starting - - - - 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 starting - - - - 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (6m) - 6m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (6m) - 6m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (6m) - 6m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (6m) - 5m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (5m) - 5m 509M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (5m) - 5m 450M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (5m) - 5m 423M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (4m) - 4m 726M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:28:54.277 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 starting - - - - 2023-09-30T12:28:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:54 smithi156 ceph-mon[110147]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:54.775 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:28:54.775 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:28:54.776 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:28:54.777 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:28:54.777 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:28:54.777 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:28:54.777 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:28:54.777 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:28:54.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 73396 9.24 MB/sec execute 99 sec latency 126.394 ms 2023-09-30T12:28:55.199 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:55 smithi150 ceph-mon[107401]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:55.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:55 smithi150 ceph-mon[107401]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-09-30T12:28:55.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:55 smithi150 ceph-mon[107401]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:55.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:55 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/4269758752' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:28:55.200 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:55.202 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:28:55.203 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:28:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:55 smithi156 ceph-mon[110147]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:55 smithi156 ceph-mon[110147]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-09-30T12:28:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:55 smithi156 ceph-mon[110147]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:55 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/4269758752' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:28:55.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:28:55.714 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:28:55.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 73784 9.28 MB/sec execute 100 sec latency 144.507 ms 2023-09-30T12:28:56.212 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:56 smithi150 ceph-mon[107401]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:56.212 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:56 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/640980183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:28:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:56 smithi156 ceph-mon[110147]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:28:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:56 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/640980183' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:28:56.894 INFO:teuthology.orchestra.run.smithi150.stdout: 5 74125 9.28 MB/sec execute 101 sec latency 126.731 ms 2023-09-30T12:28:57.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:57 smithi150 ceph-mon[107401]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-09-30T12:28:57.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:57 smithi156 ceph-mon[110147]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-09-30T12:28:57.898 INFO:teuthology.orchestra.run.smithi150.stdout: 5 74444 9.33 MB/sec execute 102 sec latency 210.972 ms 2023-09-30T12:28:58.898 INFO:teuthology.orchestra.run.smithi150.stdout: 5 74735 9.31 MB/sec execute 103 sec latency 126.587 ms 2023-09-30T12:28:59.259 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:28:59 smithi150 ceph-mon[107401]: pgmap v72: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 641 op/s 2023-09-30T12:28:59.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:28:59 smithi156 ceph-mon[110147]: pgmap v72: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 641 op/s 2023-09-30T12:28:59.898 INFO:teuthology.orchestra.run.smithi150.stdout: 5 75085 9.31 MB/sec execute 104 sec latency 138.134 ms 2023-09-30T12:29:00.898 INFO:teuthology.orchestra.run.smithi150.stdout: 5 75333 9.27 MB/sec execute 105 sec latency 130.284 ms 2023-09-30T12:29:01.311 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:01 smithi150 ceph-mon[107401]: pgmap v73: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-09-30T12:29:01.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:01 smithi156 ceph-mon[110147]: pgmap v73: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-09-30T12:29:01.901 INFO:teuthology.orchestra.run.smithi150.stdout: 5 75698 9.26 MB/sec execute 106 sec latency 134.364 ms 2023-09-30T12:29:02.902 INFO:teuthology.orchestra.run.smithi150.stdout: 5 76060 9.23 MB/sec execute 107 sec latency 131.569 ms 2023-09-30T12:29:03.341 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:03 smithi150 ceph-mon[107401]: pgmap v74: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 587 op/s 2023-09-30T12:29:03.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:03 smithi156 ceph-mon[110147]: pgmap v74: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 587 op/s 2023-09-30T12:29:03.901 INFO:teuthology.orchestra.run.smithi150.stdout: 5 76368 9.20 MB/sec execute 108 sec latency 117.863 ms 2023-09-30T12:29:04.901 INFO:teuthology.orchestra.run.smithi150.stdout: 5 76756 9.21 MB/sec execute 109 sec latency 129.612 ms 2023-09-30T12:29:05.384 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:05 smithi150 ceph-mon[107401]: pgmap v75: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-09-30T12:29:05.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:05 smithi156 ceph-mon[110147]: pgmap v75: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-09-30T12:29:05.901 INFO:teuthology.orchestra.run.smithi150.stdout: 5 77059 9.21 MB/sec execute 110 sec latency 201.210 ms 2023-09-30T12:29:06.902 INFO:teuthology.orchestra.run.smithi150.stdout: 5 77447 9.24 MB/sec execute 111 sec latency 138.694 ms 2023-09-30T12:29:07.186 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:07 smithi150 ceph-mon[107401]: pgmap v76: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-09-30T12:29:07.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:07 smithi156 ceph-mon[110147]: pgmap v76: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-09-30T12:29:07.902 INFO:teuthology.orchestra.run.smithi150.stdout: 5 77841 9.31 MB/sec execute 112 sec latency 142.333 ms 2023-09-30T12:29:08.908 INFO:teuthology.orchestra.run.smithi150.stdout: 5 78066 9.29 MB/sec execute 113 sec latency 126.689 ms 2023-09-30T12:29:09.221 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:09 smithi150 ceph-mon[107401]: pgmap v77: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 604 op/s 2023-09-30T12:29:09.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:09 smithi156 ceph-mon[110147]: pgmap v77: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 604 op/s 2023-09-30T12:29:09.914 INFO:teuthology.orchestra.run.smithi150.stdout: 5 78343 9.27 MB/sec execute 114 sec latency 146.886 ms 2023-09-30T12:29:10.258 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:10.914 INFO:teuthology.orchestra.run.smithi150.stdout: 5 78676 9.23 MB/sec execute 115 sec latency 144.174 ms 2023-09-30T12:29:11.273 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:11 smithi150 ceph-mon[107401]: pgmap v78: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-09-30T12:29:11.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:11 smithi156 ceph-mon[110147]: pgmap v78: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-09-30T12:29:11.914 INFO:teuthology.orchestra.run.smithi150.stdout: 5 78998 9.23 MB/sec execute 116 sec latency 130.043 ms 2023-09-30T12:29:12.914 INFO:teuthology.orchestra.run.smithi150.stdout: 5 79343 9.24 MB/sec execute 117 sec latency 138.726 ms 2023-09-30T12:29:13.316 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:13 smithi150 ceph-mon[107401]: pgmap v79: 97 pgs: 97 active+clean; 355 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 590 op/s 2023-09-30T12:29:13.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:13 smithi156 ceph-mon[110147]: pgmap v79: 97 pgs: 97 active+clean; 355 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 590 op/s 2023-09-30T12:29:13.914 INFO:teuthology.orchestra.run.smithi150.stdout: 5 79798 9.21 MB/sec execute 118 sec latency 109.016 ms 2023-09-30T12:29:14.920 INFO:teuthology.orchestra.run.smithi150.stdout: 5 80195 9.18 MB/sec execute 119 sec latency 108.557 ms 2023-09-30T12:29:15.329 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:15 smithi150 ceph-mon[107401]: pgmap v80: 97 pgs: 97 active+clean; 355 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:29:15.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:15 smithi156 ceph-mon[110147]: pgmap v80: 97 pgs: 97 active+clean; 355 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:29:15.920 INFO:teuthology.orchestra.run.smithi150.stdout: 5 80564 9.24 MB/sec execute 120 sec latency 114.746 ms 2023-09-30T12:29:16.920 INFO:teuthology.orchestra.run.smithi150.stdout: 5 80938 9.27 MB/sec execute 121 sec latency 144.805 ms 2023-09-30T12:29:17.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:17 smithi150 ceph-mon[107401]: pgmap v81: 97 pgs: 97 active+clean; 355 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:29:17.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:17 smithi156 ceph-mon[110147]: pgmap v81: 97 pgs: 97 active+clean; 355 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:29:17.920 INFO:teuthology.orchestra.run.smithi150.stdout: 5 81335 9.30 MB/sec execute 122 sec latency 146.641 ms 2023-09-30T12:29:18.931 INFO:teuthology.orchestra.run.smithi150.stdout: 5 81602 9.31 MB/sec execute 123 sec latency 157.027 ms 2023-09-30T12:29:19.438 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:19 smithi150 ceph-mon[107401]: pgmap v82: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 631 op/s 2023-09-30T12:29:19.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:19 smithi156 ceph-mon[110147]: pgmap v82: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 631 op/s 2023-09-30T12:29:19.931 INFO:teuthology.orchestra.run.smithi150.stdout: 5 81834 9.29 MB/sec execute 124 sec latency 144.190 ms 2023-09-30T12:29:20.934 INFO:teuthology.orchestra.run.smithi150.stdout: 5 82142 9.24 MB/sec execute 125 sec latency 121.007 ms 2023-09-30T12:29:21.473 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:21 smithi150 ceph-mon[107401]: pgmap v83: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-30T12:29:21.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:21 smithi156 ceph-mon[110147]: pgmap v83: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-30T12:29:21.931 INFO:teuthology.orchestra.run.smithi150.stdout: 5 82402 9.21 MB/sec execute 126 sec latency 129.628 ms 2023-09-30T12:29:22.931 INFO:teuthology.orchestra.run.smithi150.stdout: 5 82741 9.23 MB/sec execute 127 sec latency 137.647 ms 2023-09-30T12:29:23.503 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:23 smithi150 ceph-mon[107401]: pgmap v84: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 603 op/s 2023-09-30T12:29:23.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:23 smithi156 ceph-mon[110147]: pgmap v84: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 603 op/s 2023-09-30T12:29:23.931 INFO:teuthology.orchestra.run.smithi150.stdout: 5 83111 9.22 MB/sec execute 128 sec latency 139.660 ms 2023-09-30T12:29:24.931 INFO:teuthology.orchestra.run.smithi150.stdout: 5 83528 9.18 MB/sec execute 129 sec latency 89.840 ms 2023-09-30T12:29:25.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:25 smithi150 ceph-mon[107401]: pgmap v85: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-30T12:29:25.270 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:25.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:25 smithi156 ceph-mon[110147]: pgmap v85: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-30T12:29:25.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:25.931 INFO:teuthology.orchestra.run.smithi150.stdout: 5 83813 9.17 MB/sec execute 130 sec latency 106.285 ms 2023-09-30T12:29:26.223 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:29:26.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 84146 9.20 MB/sec execute 131 sec latency 129.337 ms 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (8m) - 8m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (8m) - 8m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 starting - - - - 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (4m) - 4m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (4m) - 4m 13.8M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (9m) - 9m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:29:27.078 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (2m) - 8m 487M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (9m) - 9m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (8m) - 8m 59.5M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (4m) - 4m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (4m) - 4m 79.3M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 starting - - - - 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 starting - - - - 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (7m) - 7m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (7m) - 7m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (6m) - 6m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (6m) - 6m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:29:27.079 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (6m) - 6m 509M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:29:27.080 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (6m) - 6m 450M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:29:27.080 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (5m) - 5m 423M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:29:27.080 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (5m) - 5m 726M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:29:27.080 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 starting - - - - 2023-09-30T12:29:27.340 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:27 smithi150 ceph-mon[107401]: pgmap v86: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-30T12:29:27.341 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:27 smithi150 ceph-mon[107401]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:27.341 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:27 smithi150 ceph-mon[107401]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:29:27.621 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:29:27.622 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:29:27.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:27 smithi156 ceph-mon[110147]: pgmap v86: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-30T12:29:27.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:27 smithi156 ceph-mon[110147]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:27.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:27 smithi156 ceph-mon[110147]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:27.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 84555 9.26 MB/sec execute 132 sec latency 144.345 ms 2023-09-30T12:29:28.088 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:29:28.089 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:29:28.358 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:28 smithi150 ceph-mon[107401]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:28.358 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:28 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/1104362307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:29:28.597 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:29:28.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:28 smithi156 ceph-mon[110147]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:28.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:28 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/1104362307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:29:28.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 84891 9.28 MB/sec execute 133 sec latency 129.821 ms 2023-09-30T12:29:29.388 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:29 smithi150 ceph-mon[107401]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 626 op/s 2023-09-30T12:29:29.388 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:29 smithi150 ceph-mon[107401]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:29.388 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:29 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3976990292' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:29:29.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:29 smithi156 ceph-mon[110147]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 626 op/s 2023-09-30T12:29:29.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:29 smithi156 ceph-mon[110147]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:29:29.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:29 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3976990292' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:29:29.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 85187 9.26 MB/sec execute 134 sec latency 151.962 ms 2023-09-30T12:29:30.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 85452 9.21 MB/sec execute 135 sec latency 129.984 ms 2023-09-30T12:29:31.423 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:31 smithi150 ceph-mon[107401]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-09-30T12:29:31.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:31 smithi156 ceph-mon[110147]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-09-30T12:29:31.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 85755 9.20 MB/sec execute 136 sec latency 126.527 ms 2023-09-30T12:29:32.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 86040 9.17 MB/sec execute 137 sec latency 204.635 ms 2023-09-30T12:29:33.493 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:33 smithi150 ceph-mon[107401]: pgmap v89: 97 pgs: 97 active+clean; 353 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 576 op/s 2023-09-30T12:29:33.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:33 smithi156 ceph-mon[110147]: pgmap v89: 97 pgs: 97 active+clean; 353 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 576 op/s 2023-09-30T12:29:33.937 INFO:teuthology.orchestra.run.smithi150.stdout: 5 86429 9.21 MB/sec execute 138 sec latency 206.043 ms 2023-09-30T12:29:34.946 INFO:teuthology.orchestra.run.smithi150.stdout: 5 86833 9.19 MB/sec execute 139 sec latency 124.077 ms 2023-09-30T12:29:35.527 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:35 smithi150 ceph-mon[107401]: pgmap v90: 97 pgs: 97 active+clean; 353 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-09-30T12:29:35.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:35 smithi156 ceph-mon[110147]: pgmap v90: 97 pgs: 97 active+clean; 353 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-09-30T12:29:35.946 INFO:teuthology.orchestra.run.smithi150.stdout: 5 87141 9.16 MB/sec execute 140 sec latency 129.950 ms 2023-09-30T12:29:36.952 INFO:teuthology.orchestra.run.smithi150.stdout: 5 87518 9.20 MB/sec execute 141 sec latency 127.861 ms 2023-09-30T12:29:37.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:37 smithi150 ceph-mon[107401]: pgmap v91: 97 pgs: 97 active+clean; 353 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-09-30T12:29:37.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:37 smithi156 ceph-mon[110147]: pgmap v91: 97 pgs: 97 active+clean; 353 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-09-30T12:29:37.952 INFO:teuthology.orchestra.run.smithi150.stdout: 5 87821 9.19 MB/sec execute 142 sec latency 153.877 ms 2023-09-30T12:29:38.952 INFO:teuthology.orchestra.run.smithi150.stdout: 5 88224 9.23 MB/sec execute 143 sec latency 124.707 ms 2023-09-30T12:29:39.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:39 smithi150 ceph-mon[107401]: pgmap v92: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 615 op/s 2023-09-30T12:29:39.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:39 smithi156 ceph-mon[110147]: pgmap v92: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 615 op/s 2023-09-30T12:29:39.952 INFO:teuthology.orchestra.run.smithi150.stdout: 5 88545 9.26 MB/sec execute 144 sec latency 131.042 ms 2023-09-30T12:29:40.429 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:40.961 INFO:teuthology.orchestra.run.smithi150.stdout: 5 88737 9.21 MB/sec execute 145 sec latency 134.425 ms 2023-09-30T12:29:41.460 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:41 smithi150 ceph-mon[107401]: pgmap v93: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-09-30T12:29:41.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:41 smithi156 ceph-mon[110147]: pgmap v93: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-09-30T12:29:41.961 INFO:teuthology.orchestra.run.smithi150.stdout: 5 88983 9.17 MB/sec execute 146 sec latency 123.732 ms 2023-09-30T12:29:42.961 INFO:teuthology.orchestra.run.smithi150.stdout: 5 89225 9.14 MB/sec execute 147 sec latency 129.642 ms 2023-09-30T12:29:43.532 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:43 smithi150 ceph-mon[107401]: pgmap v94: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.3 MiB/s wr, 586 op/s 2023-09-30T12:29:43.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:43 smithi156 ceph-mon[110147]: pgmap v94: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.3 MiB/s wr, 586 op/s 2023-09-30T12:29:43.961 INFO:teuthology.orchestra.run.smithi150.stdout: 5 89537 9.14 MB/sec execute 148 sec latency 123.474 ms 2023-09-30T12:29:44.961 INFO:teuthology.orchestra.run.smithi150.stdout: 5 89869 9.15 MB/sec execute 149 sec latency 127.303 ms 2023-09-30T12:29:45.588 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:45 smithi150 ceph-mon[107401]: pgmap v95: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-09-30T12:29:45.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:45 smithi156 ceph-mon[110147]: pgmap v95: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-09-30T12:29:45.963 INFO:teuthology.orchestra.run.smithi150.stdout: 5 90229 9.14 MB/sec execute 150 sec latency 102.855 ms 2023-09-30T12:29:46.963 INFO:teuthology.orchestra.run.smithi150.stdout: 5 90510 9.10 MB/sec execute 151 sec latency 161.671 ms 2023-09-30T12:29:47.657 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:47 smithi150 ceph-mon[107401]: pgmap v96: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-09-30T12:29:47.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:47 smithi156 ceph-mon[110147]: pgmap v96: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-09-30T12:29:47.970 INFO:teuthology.orchestra.run.smithi150.stdout: 5 90832 9.09 MB/sec execute 152 sec latency 123.614 ms 2023-09-30T12:29:48.970 INFO:teuthology.orchestra.run.smithi150.stdout: 5 91155 9.12 MB/sec execute 153 sec latency 126.740 ms 2023-09-30T12:29:49.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:49 smithi150 ceph-mon[107401]: pgmap v97: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 585 op/s 2023-09-30T12:29:49.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:49 smithi156 ceph-mon[110147]: pgmap v97: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 585 op/s 2023-09-30T12:29:49.970 INFO:teuthology.orchestra.run.smithi150.stdout: 5 91548 9.15 MB/sec execute 154 sec latency 144.943 ms 2023-09-30T12:29:50.970 INFO:teuthology.orchestra.run.smithi150.stdout: 5 91802 9.16 MB/sec execute 155 sec latency 145.665 ms 2023-09-30T12:29:51.502 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:51 smithi150 ceph-mon[107401]: pgmap v98: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-09-30T12:29:51.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:51 smithi156 ceph-mon[110147]: pgmap v98: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-09-30T12:29:51.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 92107 9.17 MB/sec execute 156 sec latency 128.007 ms 2023-09-30T12:29:52.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 92312 9.12 MB/sec execute 157 sec latency 137.326 ms 2023-09-30T12:29:53.525 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:53 smithi150 ceph-mon[107401]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 553 op/s 2023-09-30T12:29:53.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:53 smithi156 ceph-mon[110147]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 553 op/s 2023-09-30T12:29:53.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 92641 9.08 MB/sec execute 158 sec latency 137.304 ms 2023-09-30T12:29:54.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 92894 9.06 MB/sec execute 159 sec latency 108.521 ms 2023-09-30T12:29:55.559 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:55 smithi150 ceph-mon[107401]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-09-30T12:29:55.560 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:55 smithi156 ceph-mon[110147]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-09-30T12:29:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:29:55.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 93153 9.04 MB/sec execute 160 sec latency 137.407 ms 2023-09-30T12:29:56.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 93557 9.08 MB/sec execute 161 sec latency 102.028 ms 2023-09-30T12:29:57.600 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:57 smithi150 ceph-mon[107401]: pgmap v101: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-09-30T12:29:57.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:57 smithi156 ceph-mon[110147]: pgmap v101: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-09-30T12:29:57.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 93878 9.04 MB/sec execute 162 sec latency 108.389 ms 2023-09-30T12:29:58.977 INFO:teuthology.orchestra.run.smithi150.stdout: 5 94212 9.05 MB/sec execute 163 sec latency 128.095 ms 2023-09-30T12:29:59.043 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:29:59.665 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:29:59 smithi150 ceph-mon[107401]: pgmap v102: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-09-30T12:29:59.846 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:29:59.847 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:29:59.847 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (9m) - 9m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:29:59.847 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (8m) - 8m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:29:59.847 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 starting - - - - 2023-09-30T12:29:59.847 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (5m) - 5m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:29:59.848 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (5m) - 5m 13.8M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:29:59.848 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (10m) - 10m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:29:59.848 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (3m) - 8m 487M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:29:59.848 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (10m) - 10m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:29:59.848 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (8m) - 8m 59.5M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:29:59.849 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (4m) - 4m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:29:59.849 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (4m) - 4m 79.3M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:29:59.849 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 starting - - - - 2023-09-30T12:29:59.850 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 starting - - - - 2023-09-30T12:29:59.850 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (8m) - 8m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:29:59.850 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (7m) - 7m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:29:59.850 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (7m) - 7m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:29:59.850 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (7m) - 7m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:29:59.851 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (6m) - 6m 509M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:29:59.851 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (6m) - 6m 450M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:29:59.852 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (6m) - 6m 423M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:29:59.852 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (6m) - 6m 726M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:29:59.852 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 starting - - - - 2023-09-30T12:29:59.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:29:59 smithi156 ceph-mon[110147]: pgmap v102: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-09-30T12:29:59.986 INFO:teuthology.orchestra.run.smithi150.stdout: 5 94425 9.04 MB/sec execute 164 sec latency 222.536 ms 2023-09-30T12:30:00.356 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:30:00.356 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:30:00.356 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:30:00.356 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:00.356 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:00.357 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:30:00.358 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:30:00.358 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:30:00.358 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:30:00.358 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:30:00.681 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:00 smithi150 ceph-mon[107401]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:00.681 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:00 smithi150 ceph-mon[107401]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:00.681 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:00 smithi150 ceph-mon[107401]: overall HEALTH_OK 2023-09-30T12:30:00.681 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:00 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3011027736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T12:30:00.827 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:30:00.828 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:30:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:00 smithi156 ceph-mon[110147]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:00 smithi156 ceph-mon[110147]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:00 smithi156 ceph-mon[110147]: overall HEALTH_OK 2023-09-30T12:30:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:00 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3011027736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:30:00.986 INFO:teuthology.orchestra.run.smithi150.stdout: 5 94682 9.03 MB/sec execute 165 sec latency 148.187 ms 2023-09-30T12:30:01.368 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:30:01.453 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:01 smithi150 ceph-mon[107401]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:01.454 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:01 smithi150 ceph-mon[107401]: pgmap v103: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-09-30T12:30:01.718 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:01 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/3302612342' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:30:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:01 smithi156 ceph-mon[110147]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:01 smithi156 ceph-mon[110147]: pgmap v103: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-09-30T12:30:01.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:01 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/3302612342' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:30:01.986 INFO:teuthology.orchestra.run.smithi150.stdout: 5 94997 9.07 MB/sec execute 166 sec latency 142.067 ms 2023-09-30T12:30:02.487 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:02 smithi150 ceph-mon[107401]: from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:02 smithi156 ceph-mon[110147]: from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:02.986 INFO:teuthology.orchestra.run.smithi150.stdout: 5 95277 9.07 MB/sec execute 167 sec latency 143.026 ms 2023-09-30T12:30:03.508 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:03 smithi150 ceph-mon[107401]: pgmap v104: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-09-30T12:30:03.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:03 smithi156 ceph-mon[110147]: pgmap v104: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-09-30T12:30:03.990 INFO:teuthology.orchestra.run.smithi150.stdout: 5 95503 9.05 MB/sec execute 168 sec latency 129.127 ms 2023-09-30T12:30:04.990 INFO:teuthology.orchestra.run.smithi150.stdout: 5 95701 9.02 MB/sec execute 169 sec latency 136.130 ms 2023-09-30T12:30:05.556 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:05 smithi150 ceph-mon[107401]: pgmap v105: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 353 op/s 2023-09-30T12:30:05.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:05 smithi156 ceph-mon[110147]: pgmap v105: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 353 op/s 2023-09-30T12:30:05.990 INFO:teuthology.orchestra.run.smithi150.stdout: 5 95923 8.98 MB/sec execute 170 sec latency 140.673 ms 2023-09-30T12:30:06.997 INFO:teuthology.orchestra.run.smithi150.stdout: 5 96114 8.96 MB/sec execute 171 sec latency 152.332 ms 2023-09-30T12:30:07.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:07 smithi150 ceph-mon[107401]: pgmap v106: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 353 op/s 2023-09-30T12:30:07.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:07 smithi156 ceph-mon[110147]: pgmap v106: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 353 op/s 2023-09-30T12:30:08.001 INFO:teuthology.orchestra.run.smithi150.stdout: 5 96375 8.95 MB/sec execute 172 sec latency 148.067 ms 2023-09-30T12:30:09.001 INFO:teuthology.orchestra.run.smithi150.stdout: 5 96662 8.92 MB/sec execute 173 sec latency 145.963 ms 2023-09-30T12:30:09.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:09 smithi150 ceph-mon[107401]: pgmap v107: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-09-30T12:30:09.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:09 smithi156 ceph-mon[110147]: pgmap v107: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-09-30T12:30:10.001 INFO:teuthology.orchestra.run.smithi150.stdout: 5 96997 8.89 MB/sec execute 174 sec latency 129.830 ms 2023-09-30T12:30:10.695 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:11.001 INFO:teuthology.orchestra.run.smithi150.stdout: 5 97267 8.87 MB/sec execute 175 sec latency 129.937 ms 2023-09-30T12:30:11.606 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:11 smithi150 ceph-mon[107401]: pgmap v108: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-09-30T12:30:11.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:11 smithi156 ceph-mon[110147]: pgmap v108: 97 pgs: 97 active+clean; 351 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-09-30T12:30:12.004 INFO:teuthology.orchestra.run.smithi150.stdout: 5 97591 8.89 MB/sec execute 176 sec latency 127.790 ms 2023-09-30T12:30:13.012 INFO:teuthology.orchestra.run.smithi150.stdout: 5 97902 8.91 MB/sec execute 177 sec latency 120.915 ms 2023-09-30T12:30:13.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:13 smithi150 ceph-mon[107401]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 490 op/s 2023-09-30T12:30:13.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:13 smithi156 ceph-mon[110147]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 490 op/s 2023-09-30T12:30:14.012 INFO:teuthology.orchestra.run.smithi150.stdout: 5 98255 8.93 MB/sec execute 178 sec latency 121.089 ms 2023-09-30T12:30:15.012 INFO:teuthology.orchestra.run.smithi150.stdout: 5 98494 8.93 MB/sec execute 179 sec latency 132.522 ms 2023-09-30T12:30:15.589 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:15 smithi150 ceph-mon[107401]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-09-30T12:30:15.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:15 smithi156 ceph-mon[110147]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-09-30T12:30:16.012 INFO:teuthology.orchestra.run.smithi150.stdout: 5 98757 8.94 MB/sec execute 180 sec latency 127.013 ms 2023-09-30T12:30:17.012 INFO:teuthology.orchestra.run.smithi150.stdout: 5 99005 8.91 MB/sec execute 181 sec latency 129.171 ms 2023-09-30T12:30:17.623 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:17 smithi150 ceph-mon[107401]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-09-30T12:30:17.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:17 smithi156 ceph-mon[110147]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-09-30T12:30:18.012 INFO:teuthology.orchestra.run.smithi150.stdout: 5 99301 8.90 MB/sec execute 182 sec latency 92.738 ms 2023-09-30T12:30:19.019 INFO:teuthology.orchestra.run.smithi150.stdout: 5 99517 8.87 MB/sec execute 183 sec latency 120.822 ms 2023-09-30T12:30:19.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:19 smithi150 ceph-mon[107401]: pgmap v112: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.1 MiB/s wr, 487 op/s 2023-09-30T12:30:19.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:19 smithi156 ceph-mon[110147]: pgmap v112: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.1 MiB/s wr, 487 op/s 2023-09-30T12:30:20.019 INFO:teuthology.orchestra.run.smithi150.stdout: 5 99752 8.85 MB/sec execute 184 sec latency 133.424 ms 2023-09-30T12:30:21.028 INFO:teuthology.orchestra.run.smithi150.stdout: 5 100111 8.86 MB/sec execute 185 sec latency 99.375 ms 2023-09-30T12:30:21.741 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:21 smithi150 ceph-mon[107401]: pgmap v113: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-09-30T12:30:21.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:21 smithi156 ceph-mon[110147]: pgmap v113: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-09-30T12:30:22.028 INFO:teuthology.orchestra.run.smithi150.stdout: 5 100488 8.83 MB/sec execute 186 sec latency 125.945 ms 2023-09-30T12:30:23.028 INFO:teuthology.orchestra.run.smithi150.stdout: 5 100773 8.80 MB/sec execute 187 sec latency 120.720 ms 2023-09-30T12:30:23.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:23 smithi150 ceph-mon[107401]: pgmap v114: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-09-30T12:30:23.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:23 smithi156 ceph-mon[110147]: pgmap v114: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-09-30T12:30:24.028 INFO:teuthology.orchestra.run.smithi150.stdout: 5 100993 8.80 MB/sec execute 188 sec latency 137.166 ms 2023-09-30T12:30:25.028 INFO:teuthology.orchestra.run.smithi150.stdout: 5 101401 8.84 MB/sec execute 189 sec latency 126.711 ms 2023-09-30T12:30:25.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:25 smithi150 ceph-mon[107401]: pgmap v115: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-09-30T12:30:25.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:25.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:25 smithi156 ceph-mon[110147]: pgmap v115: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-09-30T12:30:25.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:26.029 INFO:teuthology.orchestra.run.smithi150.stdout: 5 101726 8.85 MB/sec execute 190 sec latency 130.594 ms 2023-09-30T12:30:27.029 INFO:teuthology.orchestra.run.smithi150.stdout: 5 101987 8.86 MB/sec execute 191 sec latency 129.918 ms 2023-09-30T12:30:27.630 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:27 smithi150 ceph-mon[107401]: pgmap v116: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-09-30T12:30:27.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:27 smithi156 ceph-mon[110147]: pgmap v116: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-09-30T12:30:28.029 INFO:teuthology.orchestra.run.smithi150.stdout: 5 102290 8.87 MB/sec execute 192 sec latency 129.531 ms 2023-09-30T12:30:29.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 102562 8.85 MB/sec execute 193 sec latency 122.838 ms 2023-09-30T12:30:29.661 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:29 smithi150 ceph-mon[107401]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 529 op/s 2023-09-30T12:30:29.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:29 smithi156 ceph-mon[110147]: pgmap v117: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 529 op/s 2023-09-30T12:30:30.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 102857 8.83 MB/sec execute 194 sec latency 127.471 ms 2023-09-30T12:30:31.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 103135 8.83 MB/sec execute 195 sec latency 206.874 ms 2023-09-30T12:30:31.714 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:31 smithi150 ceph-mon[107401]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-09-30T12:30:31.838 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:30:31.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:31 smithi156 ceph-mon[110147]: pgmap v118: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 357 op/s 2023-09-30T12:30:32.037 INFO:teuthology.orchestra.run.smithi150.stdout: 5 103380 8.81 MB/sec execute 196 sec latency 130.082 ms 2023-09-30T12:30:32.736 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:30:32.736 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:30:32.737 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (9m) - 9m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:30:32.737 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (9m) - 9m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:30:32.737 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 starting - - - - 2023-09-30T12:30:32.737 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (5m) - 5m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:30:32.737 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (5m) - 5m 13.8M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:30:32.737 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (10m) - 10m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:30:32.738 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (4m) - 9m 487M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:30:32.738 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (10m) - 10m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:30:32.738 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (9m) - 9m 59.5M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:30:32.738 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (5m) - 5m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:30:32.738 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (5m) - 5m 79.3M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 starting - - - - 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 starting - - - - 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (8m) - 8m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (8m) - 8m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (7m) - 7m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (7m) - 7m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (7m) - 7m 509M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (7m) - 7m 450M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:30:32.739 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (6m) - 6m 423M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:30:32.740 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (6m) - 6m 726M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:30:32.740 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 starting - - - - 2023-09-30T12:30:33.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 103792 8.81 MB/sec execute 197 sec latency 117.763 ms 2023-09-30T12:30:33.298 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:30:33.298 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:30:33.298 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:30:33.298 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:30:33.299 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:30:33.300 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:30:33.300 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:30:33.300 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:30:33.300 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:30:33.769 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:30:33.769 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:30:33.770 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:30:33.770 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:30:33.770 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:30:33.770 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:30:33.770 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Currently upgrading mgr daemons", 2023-09-30T12:30:33.770 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": false 2023-09-30T12:30:33.771 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:30:33.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:33 smithi150 ceph-mon[107401]: from='client.24589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:33.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:33 smithi150 ceph-mon[107401]: pgmap v119: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-09-30T12:30:33.785 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:33 smithi150 ceph-mon[107401]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:33.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:33 smithi150 ceph-mon[107401]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:33.786 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:33 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2801683586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:30:33.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:33 smithi156 ceph-mon[110147]: from='client.24589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:33.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:33 smithi156 ceph-mon[110147]: pgmap v119: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-09-30T12:30:33.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:33 smithi156 ceph-mon[110147]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:33.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:33 smithi156 ceph-mon[110147]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:33.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:33 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2801683586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:30:34.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 104164 8.78 MB/sec execute 198 sec latency 127.449 ms 2023-09-30T12:30:34.352 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_OK 2023-09-30T12:30:34.793 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:34 smithi150 ceph-mon[107401]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:34.793 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:34 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2903138001' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:30:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:34 smithi156 ceph-mon[110147]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:30:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:34 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2903138001' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:30:35.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 104471 8.79 MB/sec execute 199 sec latency 143.525 ms 2023-09-30T12:30:35.803 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:35 smithi150 ceph-mon[107401]: pgmap v120: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.9 MiB/s wr, 357 op/s 2023-09-30T12:30:35.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:35 smithi156 ceph-mon[110147]: pgmap v120: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.9 MiB/s wr, 357 op/s 2023-09-30T12:30:36.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 104892 8.83 MB/sec execute 200 sec latency 120.491 ms 2023-09-30T12:30:37.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 105353 8.88 MB/sec execute 201 sec latency 204.735 ms 2023-09-30T12:30:37.841 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:37 smithi150 ceph-mon[107401]: pgmap v121: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.9 MiB/s wr, 357 op/s 2023-09-30T12:30:37.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:37 smithi156 ceph-mon[110147]: pgmap v121: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.9 MiB/s wr, 357 op/s 2023-09-30T12:30:38.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 105656 8.88 MB/sec execute 202 sec latency 129.710 ms 2023-09-30T12:30:39.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 105894 8.87 MB/sec execute 203 sec latency 135.499 ms 2023-09-30T12:30:39.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:39 smithi150 ceph-mon[107401]: pgmap v122: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 571 op/s 2023-09-30T12:30:39.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:39 smithi156 ceph-mon[110147]: pgmap v122: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 571 op/s 2023-09-30T12:30:40.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 106187 8.85 MB/sec execute 204 sec latency 159.668 ms 2023-09-30T12:30:40.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:41.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 106461 8.83 MB/sec execute 205 sec latency 122.552 ms 2023-09-30T12:30:41.731 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:41 smithi150 ceph-mon[107401]: pgmap v123: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-09-30T12:30:41.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:41 smithi156 ceph-mon[110147]: pgmap v123: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-09-30T12:30:42.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 106637 8.81 MB/sec execute 206 sec latency 174.101 ms 2023-09-30T12:30:43.036 INFO:teuthology.orchestra.run.smithi150.stdout: 5 106859 8.80 MB/sec execute 207 sec latency 123.758 ms 2023-09-30T12:30:43.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:43 smithi150 ceph-mon[107401]: pgmap v124: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2023-09-30T12:30:44.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 107152 8.78 MB/sec execute 208 sec latency 135.316 ms 2023-09-30T12:30:44.127 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:43 smithi156 ceph-mon[110147]: pgmap v124: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2023-09-30T12:30:45.035 INFO:teuthology.orchestra.run.smithi150.stdout: 5 107544 8.77 MB/sec execute 209 sec latency 129.609 ms 2023-09-30T12:30:45.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:45 smithi150 ceph-mon[107401]: pgmap v125: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:30:46.036 INFO:teuthology.orchestra.run.smithi150.stdout: 5 107789 8.75 MB/sec execute 210 sec latency 117.539 ms 2023-09-30T12:30:46.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:45 smithi156 ceph-mon[110147]: pgmap v125: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:30:47.039 INFO:teuthology.orchestra.run.smithi150.stdout: 5 108123 8.76 MB/sec execute 211 sec latency 136.069 ms 2023-09-30T12:30:47.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:47 smithi150 ceph-mon[107401]: pgmap v126: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:30:47.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:47 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:47.874 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:47 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:30:47.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:47 smithi156 ceph-mon[110147]: pgmap v126: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-09-30T12:30:47.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:47 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:47.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:47 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:30:48.044 INFO:teuthology.orchestra.run.smithi150.stdout: 5 108419 8.78 MB/sec execute 212 sec latency 139.600 ms 2023-09-30T12:30:48.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:48 smithi150 ceph-mon[107401]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:30:48.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:48 smithi150 ceph-mon[107401]: pgmap v127: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 624 op/s 2023-09-30T12:30:48.901 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:48 smithi150 ceph-mon[107401]: Health check failed: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-09-30T12:30:49.045 INFO:teuthology.orchestra.run.smithi150.stdout: 5 108798 8.80 MB/sec execute 213 sec latency 126.955 ms 2023-09-30T12:30:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:48 smithi156 ceph-mon[110147]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:30:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:48 smithi156 ceph-mon[110147]: pgmap v127: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 624 op/s 2023-09-30T12:30:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:48 smithi156 ceph-mon[110147]: Health check failed: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-09-30T12:30:50.044 INFO:teuthology.orchestra.run.smithi150.stdout: 5 109078 8.80 MB/sec execute 214 sec latency 138.956 ms 2023-09-30T12:30:50.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:50 smithi150 ceph-mon[107401]: pgmap v128: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.8 MiB/s wr, 389 op/s 2023-09-30T12:30:50.168 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:50.169 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:50 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:50.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:50 smithi156 ceph-mon[110147]: pgmap v128: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.8 MiB/s wr, 389 op/s 2023-09-30T12:30:50.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:50.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:50 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:51.044 INFO:teuthology.orchestra.run.smithi150.stdout: 5 109289 8.79 MB/sec execute 215 sec latency 130.810 ms 2023-09-30T12:30:52.044 INFO:teuthology.orchestra.run.smithi150.stdout: 5 109575 8.78 MB/sec execute 216 sec latency 135.667 ms 2023-09-30T12:30:52.218 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:52 smithi150 ceph-mon[107401]: pgmap v129: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.8 MiB/s wr, 389 op/s 2023-09-30T12:30:52.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:52 smithi156 ceph-mon[110147]: pgmap v129: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.8 MiB/s wr, 389 op/s 2023-09-30T12:30:53.047 INFO:teuthology.orchestra.run.smithi150.stdout: 5 109773 8.75 MB/sec execute 217 sec latency 137.066 ms 2023-09-30T12:30:54.047 INFO:teuthology.orchestra.run.smithi150.stdout: 5 110024 8.74 MB/sec execute 218 sec latency 155.168 ms 2023-09-30T12:30:54.267 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:54 smithi150 ceph-mon[107401]: pgmap v130: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-09-30T12:30:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:54 smithi156 ceph-mon[110147]: pgmap v130: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-09-30T12:30:55.047 INFO:teuthology.orchestra.run.smithi150.stdout: 5 110342 8.75 MB/sec execute 219 sec latency 128.122 ms 2023-09-30T12:30:56.048 INFO:teuthology.orchestra.run.smithi150.stdout: 5 110638 8.73 MB/sec execute 220 sec latency 140.840 ms 2023-09-30T12:30:56.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:56 smithi150 ceph-mon[107401]: pgmap v131: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-09-30T12:30:56.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:56 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:56.305 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:56 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:56 smithi156 ceph-mon[110147]: pgmap v131: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 381 op/s 2023-09-30T12:30:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:56 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:30:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:56 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:30:57.048 INFO:teuthology.orchestra.run.smithi150.stdout: 5 111077 8.73 MB/sec execute 221 sec latency 130.014 ms 2023-09-30T12:30:58.050 INFO:teuthology.orchestra.run.smithi150.stdout: 5 111271 8.71 MB/sec execute 222 sec latency 132.697 ms 2023-09-30T12:30:58.348 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:30:58 smithi150 ceph-mon[107401]: pgmap v132: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.5 MiB/s wr, 573 op/s 2023-09-30T12:30:58.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:30:58 smithi156 ceph-mon[110147]: pgmap v132: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.5 MiB/s wr, 573 op/s 2023-09-30T12:30:59.050 INFO:teuthology.orchestra.run.smithi150.stdout: 5 111701 8.74 MB/sec execute 223 sec latency 130.176 ms 2023-09-30T12:31:00.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 112198 8.79 MB/sec execute 224 sec latency 141.727 ms 2023-09-30T12:31:00.139 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:00 smithi150 ceph-mon[107401]: pgmap v133: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-09-30T12:31:00.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:00 smithi156 ceph-mon[110147]: pgmap v133: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-09-30T12:31:01.050 INFO:teuthology.orchestra.run.smithi150.stdout: 5 112436 8.77 MB/sec execute 225 sec latency 177.444 ms 2023-09-30T12:31:02.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 112720 8.76 MB/sec execute 226 sec latency 148.802 ms 2023-09-30T12:31:02.175 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:02 smithi150 ceph-mon[107401]: pgmap v134: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-09-30T12:31:02.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:02 smithi156 ceph-mon[110147]: pgmap v134: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-09-30T12:31:03.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 113040 8.74 MB/sec execute 227 sec latency 126.194 ms 2023-09-30T12:31:04.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 113319 8.75 MB/sec execute 228 sec latency 142.040 ms 2023-09-30T12:31:04.242 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:04 smithi150 ceph-mon[107401]: pgmap v135: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 557 op/s 2023-09-30T12:31:04.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:04 smithi156 ceph-mon[110147]: pgmap v135: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 557 op/s 2023-09-30T12:31:04.800 INFO:teuthology.orchestra.run.smithi150.stdout:true 2023-09-30T12:31:05.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 113550 8.74 MB/sec execute 229 sec latency 212.924 ms 2023-09-30T12:31:05.248 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:05 smithi150 ceph-mon[107401]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:31:05.307 INFO:teuthology.orchestra.run.smithi150.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed." 2023-09-30T12:31:05.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:05 smithi156 ceph-mon[110147]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:31:06.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 113876 8.76 MB/sec execute 230 sec latency 152.419 ms 2023-09-30T12:31:06.267 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:06 smithi150 ceph-mon[107401]: pgmap v136: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-30T12:31:06.267 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:06 smithi150 ceph-mon[107401]: from='client.24607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:31:06.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:06 smithi156 ceph-mon[110147]: pgmap v136: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-30T12:31:06.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:06 smithi156 ceph-mon[110147]: from='client.24607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:31:07.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 114177 8.73 MB/sec execute 231 sec latency 126.700 ms 2023-09-30T12:31:08.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 114485 8.71 MB/sec execute 232 sec latency 126.554 ms 2023-09-30T12:31:08.320 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:08 smithi150 ceph-mon[107401]: pgmap v137: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-09-30T12:31:08.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:08 smithi156 ceph-mon[110147]: pgmap v137: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 561 op/s 2023-09-30T12:31:09.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 114752 8.69 MB/sec execute 233 sec latency 124.495 ms 2023-09-30T12:31:10.051 INFO:teuthology.orchestra.run.smithi150.stdout: 5 115088 8.71 MB/sec execute 234 sec latency 126.619 ms 2023-09-30T12:31:10.382 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:10 smithi150 ceph-mon[107401]: pgmap v138: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-09-30T12:31:10.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:10 smithi156 ceph-mon[110147]: pgmap v138: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-09-30T12:31:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:11.052 INFO:teuthology.orchestra.run.smithi150.stdout: 5 115541 8.75 MB/sec execute 235 sec latency 144.109 ms 2023-09-30T12:31:12.062 INFO:teuthology.orchestra.run.smithi150.stdout: 5 115902 8.76 MB/sec execute 236 sec latency 135.365 ms 2023-09-30T12:31:12.414 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:12 smithi150 ceph-mon[107401]: pgmap v139: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-09-30T12:31:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:12 smithi156 ceph-mon[110147]: pgmap v139: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-09-30T12:31:13.072 INFO:teuthology.orchestra.run.smithi150.stdout: 5 116198 8.75 MB/sec execute 237 sec latency 129.581 ms 2023-09-30T12:31:14.072 INFO:teuthology.orchestra.run.smithi150.stdout: 5 116463 8.74 MB/sec execute 238 sec latency 130.945 ms 2023-09-30T12:31:14.190 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:14 smithi150 ceph-mon[107401]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-09-30T12:31:14.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:14 smithi156 ceph-mon[110147]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-09-30T12:31:15.073 INFO:teuthology.orchestra.run.smithi150.stdout: 5 116810 8.75 MB/sec execute 239 sec latency 173.628 ms 2023-09-30T12:31:16.073 INFO:teuthology.orchestra.run.smithi150.stdout: 5 117106 8.74 MB/sec execute 240 sec latency 124.954 ms 2023-09-30T12:31:16.249 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:16 smithi150 ceph-mon[107401]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-09-30T12:31:16.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:16 smithi156 ceph-mon[110147]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-09-30T12:31:17.073 INFO:teuthology.orchestra.run.smithi150.stdout: 5 117417 8.74 MB/sec execute 241 sec latency 138.146 ms 2023-09-30T12:31:18.084 INFO:teuthology.orchestra.run.smithi150.stdout: 5 117727 8.73 MB/sec execute 242 sec latency 126.616 ms 2023-09-30T12:31:18.277 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:18 smithi150 ceph-mon[107401]: pgmap v142: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-09-30T12:31:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:18 smithi156 ceph-mon[110147]: pgmap v142: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-09-30T12:31:19.084 INFO:teuthology.orchestra.run.smithi150.stdout: 5 117993 8.71 MB/sec execute 243 sec latency 125.759 ms 2023-09-30T12:31:20.084 INFO:teuthology.orchestra.run.smithi150.stdout: 5 118310 8.71 MB/sec execute 244 sec latency 126.528 ms 2023-09-30T12:31:20.317 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:20 smithi150 ceph-mon[107401]: pgmap v143: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-09-30T12:31:20.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:20 smithi156 ceph-mon[110147]: pgmap v143: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-09-30T12:31:21.091 INFO:teuthology.orchestra.run.smithi150.stdout: 5 118620 8.71 MB/sec execute 245 sec latency 123.767 ms 2023-09-30T12:31:22.091 INFO:teuthology.orchestra.run.smithi150.stdout: 5 118912 8.71 MB/sec execute 246 sec latency 142.357 ms 2023-09-30T12:31:22.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:22 smithi150 ceph-mon[107401]: pgmap v144: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-09-30T12:31:22.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:22 smithi156 ceph-mon[110147]: pgmap v144: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-09-30T12:31:23.091 INFO:teuthology.orchestra.run.smithi150.stdout: 5 119260 8.73 MB/sec execute 247 sec latency 138.208 ms 2023-09-30T12:31:24.091 INFO:teuthology.orchestra.run.smithi150.stdout: 5 119572 8.72 MB/sec execute 248 sec latency 129.817 ms 2023-09-30T12:31:24.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:24 smithi156 ceph-mon[110147]: pgmap v145: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 569 op/s 2023-09-30T12:31:24.404 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:24 smithi150 ceph-mon[107401]: pgmap v145: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 569 op/s 2023-09-30T12:31:25.091 INFO:teuthology.orchestra.run.smithi150.stdout: 5 119851 8.72 MB/sec execute 249 sec latency 136.913 ms 2023-09-30T12:31:25.434 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:25.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:26.096 INFO:teuthology.orchestra.run.smithi150.stdout: 5 120138 8.72 MB/sec execute 250 sec latency 129.718 ms 2023-09-30T12:31:26.223 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:26 smithi150 ceph-mon[107401]: pgmap v146: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-09-30T12:31:26.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:26 smithi156 ceph-mon[110147]: pgmap v146: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-09-30T12:31:27.105 INFO:teuthology.orchestra.run.smithi150.stdout: 5 120471 8.72 MB/sec execute 251 sec latency 147.226 ms 2023-09-30T12:31:28.105 INFO:teuthology.orchestra.run.smithi150.stdout: 5 120764 8.73 MB/sec execute 252 sec latency 195.757 ms 2023-09-30T12:31:28.475 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:28 smithi150 ceph-mon[107401]: pgmap v147: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-09-30T12:31:28.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:28 smithi156 ceph-mon[110147]: pgmap v147: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-09-30T12:31:29.105 INFO:teuthology.orchestra.run.smithi150.stdout: 5 121051 8.72 MB/sec execute 253 sec latency 126.464 ms 2023-09-30T12:31:30.105 INFO:teuthology.orchestra.run.smithi150.stdout: 5 121431 8.69 MB/sec execute 254 sec latency 164.641 ms 2023-09-30T12:31:30.263 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:30 smithi150 ceph-mon[107401]: pgmap v148: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:31:30.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:30 smithi156 ceph-mon[110147]: pgmap v148: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:31:31.105 INFO:teuthology.orchestra.run.smithi150.stdout: 5 121715 8.68 MB/sec execute 255 sec latency 128.804 ms 2023-09-30T12:31:32.107 INFO:teuthology.orchestra.run.smithi150.stdout: 5 121933 8.67 MB/sec execute 256 sec latency 129.620 ms 2023-09-30T12:31:32.331 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:32 smithi150 ceph-mon[107401]: pgmap v149: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:31:32.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:32 smithi156 ceph-mon[110147]: pgmap v149: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:31:33.117 INFO:teuthology.orchestra.run.smithi150.stdout: 5 122261 8.69 MB/sec execute 257 sec latency 134.682 ms 2023-09-30T12:31:34.119 INFO:teuthology.orchestra.run.smithi150.stdout: 5 122600 8.69 MB/sec execute 258 sec latency 129.870 ms 2023-09-30T12:31:34.366 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:34 smithi150 ceph-mon[107401]: pgmap v150: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 556 op/s 2023-09-30T12:31:34.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:34 smithi156 ceph-mon[110147]: pgmap v150: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 556 op/s 2023-09-30T12:31:35.119 INFO:teuthology.orchestra.run.smithi150.stdout: 5 122901 8.70 MB/sec execute 259 sec latency 126.401 ms 2023-09-30T12:31:36.119 INFO:teuthology.orchestra.run.smithi150.stdout: 5 123135 8.69 MB/sec execute 260 sec latency 132.492 ms 2023-09-30T12:31:36.415 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:36 smithi150 ceph-mon[107401]: pgmap v151: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-09-30T12:31:36.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:36 smithi156 ceph-mon[110147]: pgmap v151: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-09-30T12:31:37.119 INFO:teuthology.orchestra.run.smithi150.stdout: 5 123353 8.69 MB/sec execute 261 sec latency 137.300 ms 2023-09-30T12:31:38.127 INFO:teuthology.orchestra.run.smithi150.stdout: 5 123667 8.68 MB/sec execute 262 sec latency 126.769 ms 2023-09-30T12:31:38.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:38 smithi150 ceph-mon[107401]: pgmap v152: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-09-30T12:31:38.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:38 smithi156 ceph-mon[110147]: pgmap v152: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-09-30T12:31:39.127 INFO:teuthology.orchestra.run.smithi150.stdout: 5 123926 8.67 MB/sec execute 263 sec latency 130.985 ms 2023-09-30T12:31:40.137 INFO:teuthology.orchestra.run.smithi150.stdout: 5 124166 8.66 MB/sec execute 264 sec latency 128.319 ms 2023-09-30T12:31:40.504 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:40 smithi150 ceph-mon[107401]: pgmap v153: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 364 op/s 2023-09-30T12:31:40.505 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:40 smithi156 ceph-mon[110147]: pgmap v153: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 364 op/s 2023-09-30T12:31:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:41.137 INFO:teuthology.orchestra.run.smithi150.stdout: 5 124507 8.67 MB/sec execute 265 sec latency 127.837 ms 2023-09-30T12:31:42.137 INFO:teuthology.orchestra.run.smithi150.stdout: 5 124793 8.66 MB/sec execute 266 sec latency 136.187 ms 2023-09-30T12:31:42.291 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:42 smithi150 ceph-mon[107401]: pgmap v154: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 364 op/s 2023-09-30T12:31:42.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:42 smithi156 ceph-mon[110147]: pgmap v154: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 364 op/s 2023-09-30T12:31:43.137 INFO:teuthology.orchestra.run.smithi150.stdout: 5 125125 8.65 MB/sec execute 267 sec latency 126.511 ms 2023-09-30T12:31:44.137 INFO:teuthology.orchestra.run.smithi150.stdout: 5 125407 8.64 MB/sec execute 268 sec latency 126.330 ms 2023-09-30T12:31:44.345 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:44 smithi150 ceph-mon[107401]: pgmap v155: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-09-30T12:31:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:44 smithi156 ceph-mon[110147]: pgmap v155: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-09-30T12:31:45.144 INFO:teuthology.orchestra.run.smithi150.stdout: 5 125706 8.63 MB/sec execute 269 sec latency 123.308 ms 2023-09-30T12:31:46.145 INFO:teuthology.orchestra.run.smithi150.stdout: 5 126036 8.65 MB/sec execute 270 sec latency 136.816 ms 2023-09-30T12:31:46.404 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:46 smithi150 ceph-mon[107401]: pgmap v156: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 340 op/s 2023-09-30T12:31:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:46 smithi156 ceph-mon[110147]: pgmap v156: 97 pgs: 97 active+clean; 342 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 340 op/s 2023-09-30T12:31:47.145 INFO:teuthology.orchestra.run.smithi150.stdout: 5 126343 8.64 MB/sec execute 271 sec latency 145.968 ms 2023-09-30T12:31:48.145 INFO:teuthology.orchestra.run.smithi150.stdout: 5 126626 8.66 MB/sec execute 272 sec latency 138.519 ms 2023-09-30T12:31:48.420 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:48 smithi150 ceph-mon[107401]: pgmap v157: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-09-30T12:31:48.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:48 smithi156 ceph-mon[110147]: pgmap v157: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-09-30T12:31:49.145 INFO:teuthology.orchestra.run.smithi150.stdout: 5 126878 8.65 MB/sec execute 273 sec latency 200.911 ms 2023-09-30T12:31:50.152 INFO:teuthology.orchestra.run.smithi150.stdout: 5 127185 8.66 MB/sec execute 274 sec latency 130.655 ms 2023-09-30T12:31:50.480 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:50 smithi150 ceph-mon[107401]: pgmap v158: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-09-30T12:31:50.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:50 smithi156 ceph-mon[110147]: pgmap v158: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-09-30T12:31:51.152 INFO:teuthology.orchestra.run.smithi150.stdout: 5 127407 8.64 MB/sec execute 275 sec latency 146.278 ms 2023-09-30T12:31:52.152 INFO:teuthology.orchestra.run.smithi150.stdout: 5 127694 8.63 MB/sec execute 276 sec latency 208.000 ms 2023-09-30T12:31:52.538 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:52 smithi150 ceph-mon[107401]: pgmap v159: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-09-30T12:31:52.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:52 smithi156 ceph-mon[110147]: pgmap v159: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 356 op/s 2023-09-30T12:31:53.152 INFO:teuthology.orchestra.run.smithi150.stdout: 5 127869 8.61 MB/sec execute 277 sec latency 180.724 ms 2023-09-30T12:31:54.154 INFO:teuthology.orchestra.run.smithi150.stdout: 5 128102 8.61 MB/sec execute 278 sec latency 123.943 ms 2023-09-30T12:31:54.362 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:54 smithi150 ceph-mon[107401]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-09-30T12:31:54.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:54 smithi156 ceph-mon[110147]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-09-30T12:31:55.159 INFO:teuthology.orchestra.run.smithi150.stdout: 5 128415 8.60 MB/sec execute 279 sec latency 148.934 ms 2023-09-30T12:31:55.383 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:55.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:31:56.159 INFO:teuthology.orchestra.run.smithi150.stdout: 5 128711 8.59 MB/sec execute 280 sec latency 123.713 ms 2023-09-30T12:31:56.417 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:56 smithi150 ceph-mon[107401]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-09-30T12:31:56.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:56 smithi156 ceph-mon[110147]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 343 op/s 2023-09-30T12:31:57.159 INFO:teuthology.orchestra.run.smithi150.stdout: 5 128998 8.57 MB/sec execute 281 sec latency 130.538 ms 2023-09-30T12:31:58.163 INFO:teuthology.orchestra.run.smithi150.stdout: 5 129164 8.55 MB/sec execute 282 sec latency 141.611 ms 2023-09-30T12:31:58.480 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:31:58 smithi150 ceph-mon[107401]: pgmap v162: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 510 op/s 2023-09-30T12:31:58.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:31:58 smithi156 ceph-mon[110147]: pgmap v162: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 510 op/s 2023-09-30T12:31:59.163 INFO:teuthology.orchestra.run.smithi150.stdout: 5 129494 8.57 MB/sec execute 283 sec latency 146.556 ms 2023-09-30T12:32:00.166 INFO:teuthology.orchestra.run.smithi150.stdout: 5 129729 8.57 MB/sec execute 284 sec latency 167.767 ms 2023-09-30T12:32:00.611 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:00 smithi150 ceph-mon[107401]: pgmap v163: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-09-30T12:32:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:00 smithi156 ceph-mon[110147]: pgmap v163: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-09-30T12:32:01.166 INFO:teuthology.orchestra.run.smithi150.stdout: 5 130038 8.58 MB/sec execute 285 sec latency 149.834 ms 2023-09-30T12:32:02.172 INFO:teuthology.orchestra.run.smithi150.stdout: 5 130351 8.59 MB/sec execute 286 sec latency 132.475 ms 2023-09-30T12:32:02.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:02 smithi150 ceph-mon[107401]: pgmap v164: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-09-30T12:32:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:02 smithi156 ceph-mon[110147]: pgmap v164: 97 pgs: 97 active+clean; 339 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-09-30T12:32:03.172 INFO:teuthology.orchestra.run.smithi150.stdout: 5 130552 8.58 MB/sec execute 287 sec latency 143.723 ms 2023-09-30T12:32:04.176 INFO:teuthology.orchestra.run.smithi150.stdout: 5 130807 8.57 MB/sec execute 288 sec latency 133.696 ms 2023-09-30T12:32:04.448 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:04 smithi150 ceph-mon[107401]: pgmap v165: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-09-30T12:32:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:04 smithi156 ceph-mon[110147]: pgmap v165: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-09-30T12:32:05.176 INFO:teuthology.orchestra.run.smithi150.stdout: 5 131045 8.56 MB/sec execute 289 sec latency 136.919 ms 2023-09-30T12:32:06.176 INFO:teuthology.orchestra.run.smithi150.stdout: 5 131262 8.55 MB/sec execute 290 sec latency 210.699 ms 2023-09-30T12:32:06.496 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:06 smithi150 ceph-mon[107401]: pgmap v166: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-09-30T12:32:06.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:06 smithi156 ceph-mon[110147]: pgmap v166: 97 pgs: 97 active+clean; 340 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 318 op/s 2023-09-30T12:32:07.176 INFO:teuthology.orchestra.run.smithi150.stdout: 5 131496 8.54 MB/sec execute 291 sec latency 160.955 ms 2023-09-30T12:32:08.176 INFO:teuthology.orchestra.run.smithi150.stdout: 5 131729 8.53 MB/sec execute 292 sec latency 123.588 ms 2023-09-30T12:32:08.541 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:08 smithi150 ceph-mon[107401]: pgmap v167: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-09-30T12:32:08.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:08 smithi156 ceph-mon[110147]: pgmap v167: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-09-30T12:32:09.176 INFO:teuthology.orchestra.run.smithi150.stdout: 5 132015 8.52 MB/sec execute 293 sec latency 126.839 ms 2023-09-30T12:32:10.176 INFO:teuthology.orchestra.run.smithi150.stdout: 5 132330 8.51 MB/sec execute 294 sec latency 129.980 ms 2023-09-30T12:32:10.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:10 smithi150 ceph-mon[107401]: pgmap v168: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 305 op/s 2023-09-30T12:32:10.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:10 smithi156 ceph-mon[110147]: pgmap v168: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 305 op/s 2023-09-30T12:32:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:11.180 INFO:teuthology.orchestra.run.smithi150.stdout: 5 132604 8.49 MB/sec execute 295 sec latency 107.373 ms 2023-09-30T12:32:12.180 INFO:teuthology.orchestra.run.smithi150.stdout: 5 132928 8.51 MB/sec execute 296 sec latency 173.911 ms 2023-09-30T12:32:12.659 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:12 smithi150 ceph-mon[107401]: pgmap v169: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 305 op/s 2023-09-30T12:32:12.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:12 smithi156 ceph-mon[110147]: pgmap v169: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 305 op/s 2023-09-30T12:32:13.180 INFO:teuthology.orchestra.run.smithi150.stdout: 5 133220 8.50 MB/sec execute 297 sec latency 126.523 ms 2023-09-30T12:32:14.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 133643 8.53 MB/sec execute 298 sec latency 129.816 ms 2023-09-30T12:32:14.460 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:14 smithi150 ceph-mon[107401]: pgmap v170: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-09-30T12:32:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:14 smithi156 ceph-mon[110147]: pgmap v170: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 481 op/s 2023-09-30T12:32:15.180 INFO:teuthology.orchestra.run.smithi150.stdout: 5 133970 8.53 MB/sec execute 299 sec latency 129.753 ms 2023-09-30T12:32:16.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 134309 8.55 MB/sec execute 300 sec latency 137.514 ms 2023-09-30T12:32:16.497 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:16 smithi150 ceph-mon[107401]: pgmap v171: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-09-30T12:32:16.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:16 smithi156 ceph-mon[110147]: pgmap v171: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 329 op/s 2023-09-30T12:32:17.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 134600 8.53 MB/sec execute 301 sec latency 126.641 ms 2023-09-30T12:32:18.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 134896 8.53 MB/sec execute 302 sec latency 128.096 ms 2023-09-30T12:32:18.552 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:18 smithi150 ceph-mon[107401]: pgmap v172: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-09-30T12:32:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:18 smithi156 ceph-mon[110147]: pgmap v172: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-09-30T12:32:19.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 135198 8.53 MB/sec execute 303 sec latency 180.417 ms 2023-09-30T12:32:20.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 135573 8.51 MB/sec execute 304 sec latency 210.332 ms 2023-09-30T12:32:20.592 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:20 smithi150 ceph-mon[107401]: pgmap v173: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T12:32:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:20 smithi156 ceph-mon[110147]: pgmap v173: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T12:32:21.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 135971 8.52 MB/sec execute 305 sec latency 133.404 ms 2023-09-30T12:32:22.181 INFO:teuthology.orchestra.run.smithi150.stdout: 5 136408 8.53 MB/sec execute 306 sec latency 134.333 ms 2023-09-30T12:32:22.630 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:22 smithi150 ceph-mon[107401]: pgmap v174: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T12:32:22.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:22 smithi156 ceph-mon[110147]: pgmap v174: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-09-30T12:32:23.188 INFO:teuthology.orchestra.run.smithi150.stdout: 5 136726 8.54 MB/sec execute 307 sec latency 114.746 ms 2023-09-30T12:32:24.188 INFO:teuthology.orchestra.run.smithi150.stdout: 5 137097 8.56 MB/sec execute 308 sec latency 124.009 ms 2023-09-30T12:32:24.679 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:24 smithi150 ceph-mon[107401]: pgmap v175: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 580 op/s 2023-09-30T12:32:24.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:24 smithi156 ceph-mon[110147]: pgmap v175: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 580 op/s 2023-09-30T12:32:25.197 INFO:teuthology.orchestra.run.smithi150.stdout: 5 137406 8.56 MB/sec execute 309 sec latency 126.385 ms 2023-09-30T12:32:25.702 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:25.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:26.207 INFO:teuthology.orchestra.run.smithi150.stdout: 5 137727 8.56 MB/sec execute 310 sec latency 115.437 ms 2023-09-30T12:32:26.748 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:26 smithi150 ceph-mon[107401]: pgmap v176: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-09-30T12:32:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:26 smithi156 ceph-mon[110147]: pgmap v176: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-09-30T12:32:27.207 INFO:teuthology.orchestra.run.smithi150.stdout: 5 137939 8.55 MB/sec execute 311 sec latency 146.692 ms 2023-09-30T12:32:28.207 INFO:teuthology.orchestra.run.smithi150.stdout: 5 138205 8.55 MB/sec execute 312 sec latency 126.013 ms 2023-09-30T12:32:28.535 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:28 smithi150 ceph-mon[107401]: pgmap v177: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-09-30T12:32:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:28 smithi156 ceph-mon[110147]: pgmap v177: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2023-09-30T12:32:29.207 INFO:teuthology.orchestra.run.smithi150.stdout: 5 138554 8.54 MB/sec execute 313 sec latency 133.954 ms 2023-09-30T12:32:30.209 INFO:teuthology.orchestra.run.smithi150.stdout: 5 138855 8.54 MB/sec execute 314 sec latency 140.983 ms 2023-09-30T12:32:30.581 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:30 smithi150 ceph-mon[107401]: pgmap v178: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 407 op/s 2023-09-30T12:32:30.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:30 smithi156 ceph-mon[110147]: pgmap v178: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 407 op/s 2023-09-30T12:32:31.215 INFO:teuthology.orchestra.run.smithi150.stdout: 5 139087 8.52 MB/sec execute 315 sec latency 137.755 ms 2023-09-30T12:32:32.215 INFO:teuthology.orchestra.run.smithi150.stdout: 5 139496 8.53 MB/sec execute 316 sec latency 126.751 ms 2023-09-30T12:32:32.615 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:32 smithi150 ceph-mon[107401]: pgmap v179: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 407 op/s 2023-09-30T12:32:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:32 smithi156 ceph-mon[110147]: pgmap v179: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 407 op/s 2023-09-30T12:32:33.220 INFO:teuthology.orchestra.run.smithi150.stdout: 5 139852 8.52 MB/sec execute 317 sec latency 108.894 ms 2023-09-30T12:32:34.221 INFO:teuthology.orchestra.run.smithi150.stdout: 5 140176 8.53 MB/sec execute 318 sec latency 126.751 ms 2023-09-30T12:32:34.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:34 smithi150 ceph-mon[107401]: pgmap v180: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 591 op/s 2023-09-30T12:32:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:34 smithi156 ceph-mon[110147]: pgmap v180: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 591 op/s 2023-09-30T12:32:35.221 INFO:teuthology.orchestra.run.smithi150.stdout: 5 140470 8.53 MB/sec execute 319 sec latency 130.074 ms 2023-09-30T12:32:36.230 INFO:teuthology.orchestra.run.smithi150.stdout: 5 140895 8.55 MB/sec execute 320 sec latency 132.532 ms 2023-09-30T12:32:36.681 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:36 smithi150 ceph-mon[107401]: pgmap v181: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-09-30T12:32:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:36 smithi156 ceph-mon[110147]: pgmap v181: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-09-30T12:32:37.230 INFO:teuthology.orchestra.run.smithi150.stdout: 5 141211 8.56 MB/sec execute 321 sec latency 123.751 ms 2023-09-30T12:32:38.240 INFO:teuthology.orchestra.run.smithi150.stdout: 5 141406 8.56 MB/sec execute 323 sec latency 139.522 ms 2023-09-30T12:32:38.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:38 smithi150 ceph-mon[107401]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 578 op/s 2023-09-30T12:32:38.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:38 smithi156 ceph-mon[110147]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 578 op/s 2023-09-30T12:32:39.240 INFO:teuthology.orchestra.run.smithi150.stdout: 5 141589 8.55 MB/sec execute 324 sec latency 129.754 ms 2023-09-30T12:32:40.240 INFO:teuthology.orchestra.run.smithi150.stdout: 5 141841 8.53 MB/sec execute 325 sec latency 147.049 ms 2023-09-30T12:32:40.787 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:40 smithi150 ceph-mon[107401]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-09-30T12:32:40.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:40 smithi156 ceph-mon[110147]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-09-30T12:32:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:41.240 INFO:teuthology.orchestra.run.smithi150.stdout: 5 142113 8.52 MB/sec execute 326 sec latency 132.331 ms 2023-09-30T12:32:42.242 INFO:teuthology.orchestra.run.smithi150.stdout: 5 142383 8.51 MB/sec execute 327 sec latency 126.977 ms 2023-09-30T12:32:42.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:42 smithi150 ceph-mon[107401]: pgmap v184: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-09-30T12:32:42.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:42 smithi156 ceph-mon[110147]: pgmap v184: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2023-09-30T12:32:43.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 142717 8.52 MB/sec execute 328 sec latency 133.190 ms 2023-09-30T12:32:44.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 143136 8.51 MB/sec execute 329 sec latency 126.898 ms 2023-09-30T12:32:44.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:44 smithi150 ceph-mon[107401]: pgmap v185: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-09-30T12:32:44.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:44 smithi156 ceph-mon[110147]: pgmap v185: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-09-30T12:32:45.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 143514 8.52 MB/sec execute 330 sec latency 130.181 ms 2023-09-30T12:32:46.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 143780 8.52 MB/sec execute 331 sec latency 189.320 ms 2023-09-30T12:32:46.670 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:46 smithi150 ceph-mon[107401]: pgmap v186: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-09-30T12:32:46.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:46 smithi156 ceph-mon[110147]: pgmap v186: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-09-30T12:32:47.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 144117 8.54 MB/sec execute 332 sec latency 130.753 ms 2023-09-30T12:32:48.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 144489 8.55 MB/sec execute 333 sec latency 131.570 ms 2023-09-30T12:32:48.802 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:48 smithi150 ceph-mon[107401]: pgmap v187: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 556 op/s 2023-09-30T12:32:48.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:48 smithi156 ceph-mon[110147]: pgmap v187: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 556 op/s 2023-09-30T12:32:49.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 144757 8.54 MB/sec execute 334 sec latency 140.544 ms 2023-09-30T12:32:50.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 144896 8.52 MB/sec execute 335 sec latency 137.879 ms 2023-09-30T12:32:50.873 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:50 smithi150 ceph-mon[107401]: pgmap v188: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:32:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:50 smithi156 ceph-mon[110147]: pgmap v188: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:32:51.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 145028 8.51 MB/sec execute 336 sec latency 140.143 ms 2023-09-30T12:32:52.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 145327 8.50 MB/sec execute 337 sec latency 123.024 ms 2023-09-30T12:32:52.679 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:52 smithi150 ceph-mon[107401]: pgmap v189: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:32:53.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:52 smithi156 ceph-mon[110147]: pgmap v189: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-09-30T12:32:53.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 145539 8.49 MB/sec execute 338 sec latency 163.456 ms 2023-09-30T12:32:54.251 INFO:teuthology.orchestra.run.smithi150.stdout: 5 145787 8.48 MB/sec execute 339 sec latency 125.461 ms 2023-09-30T12:32:54.731 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:54 smithi150 ceph-mon[107401]: pgmap v190: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-09-30T12:32:55.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:54 smithi156 ceph-mon[110147]: pgmap v190: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-09-30T12:32:55.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 146061 8.48 MB/sec execute 340 sec latency 129.088 ms 2023-09-30T12:32:55.783 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:56.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:32:56.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 146329 8.47 MB/sec execute 341 sec latency 128.827 ms 2023-09-30T12:32:56.819 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:56 smithi150 ceph-mon[107401]: pgmap v191: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-09-30T12:32:57.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:56 smithi156 ceph-mon[110147]: pgmap v191: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-09-30T12:32:57.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 146616 8.46 MB/sec execute 342 sec latency 133.564 ms 2023-09-30T12:32:58.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 146928 8.46 MB/sec execute 343 sec latency 126.327 ms 2023-09-30T12:32:58.844 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:32:58 smithi150 ceph-mon[107401]: pgmap v192: 97 pgs: 97 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 525 op/s 2023-09-30T12:32:59.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:32:58 smithi156 ceph-mon[110147]: pgmap v192: 97 pgs: 97 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 525 op/s 2023-09-30T12:32:59.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 147289 8.48 MB/sec execute 344 sec latency 120.581 ms 2023-09-30T12:33:00.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 147606 8.49 MB/sec execute 345 sec latency 142.892 ms 2023-09-30T12:33:00.668 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:00 smithi150 ceph-mon[107401]: pgmap v193: 97 pgs: 97 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-09-30T12:33:01.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:00 smithi156 ceph-mon[110147]: pgmap v193: 97 pgs: 97 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-09-30T12:33:01.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 147985 8.50 MB/sec execute 346 sec latency 131.136 ms 2023-09-30T12:33:02.252 INFO:teuthology.orchestra.run.smithi150.stdout: 5 148317 8.50 MB/sec execute 347 sec latency 129.790 ms 2023-09-30T12:33:02.704 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:02 smithi150 ceph-mon[107401]: pgmap v194: 97 pgs: 97 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-09-30T12:33:03.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:02 smithi156 ceph-mon[110147]: pgmap v194: 97 pgs: 97 active+clean; 334 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-09-30T12:33:03.261 INFO:teuthology.orchestra.run.smithi150.stdout: 5 148620 8.49 MB/sec execute 348 sec latency 92.117 ms 2023-09-30T12:33:04.261 INFO:teuthology.orchestra.run.smithi150.stdout: 5 148959 8.49 MB/sec execute 349 sec latency 130.204 ms 2023-09-30T12:33:04.734 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:04 smithi150 ceph-mon[107401]: pgmap v195: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 501 op/s 2023-09-30T12:33:05.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:04 smithi156 ceph-mon[110147]: pgmap v195: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 501 op/s 2023-09-30T12:33:05.261 INFO:teuthology.orchestra.run.smithi150.stdout: 5 149172 8.48 MB/sec execute 350 sec latency 133.821 ms 2023-09-30T12:33:06.261 INFO:teuthology.orchestra.run.smithi150.stdout: 5 149487 8.47 MB/sec execute 351 sec latency 126.772 ms 2023-09-30T12:33:06.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:06 smithi150 ceph-mon[107401]: pgmap v196: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-09-30T12:33:07.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:06 smithi156 ceph-mon[110147]: pgmap v196: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-09-30T12:33:07.261 INFO:teuthology.orchestra.run.smithi150.stdout: 5 149800 8.48 MB/sec execute 352 sec latency 126.571 ms 2023-09-30T12:33:08.261 INFO:teuthology.orchestra.run.smithi150.stdout: 5 150154 8.47 MB/sec execute 353 sec latency 122.731 ms 2023-09-30T12:33:08.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:08 smithi150 ceph-mon[107401]: pgmap v197: 97 pgs: 97 active+clean; 335 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-09-30T12:33:09.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:08 smithi156 ceph-mon[110147]: pgmap v197: 97 pgs: 97 active+clean; 335 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-09-30T12:33:09.261 INFO:teuthology.orchestra.run.smithi150.stdout: 5 150473 8.47 MB/sec execute 354 sec latency 130.218 ms 2023-09-30T12:33:10.262 INFO:teuthology.orchestra.run.smithi150.stdout: 5 150769 8.47 MB/sec execute 355 sec latency 126.466 ms 2023-09-30T12:33:10.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:10 smithi150 ceph-mon[107401]: pgmap v198: 97 pgs: 97 active+clean; 335 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 382 op/s 2023-09-30T12:33:10.847 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:11.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:10 smithi156 ceph-mon[110147]: pgmap v198: 97 pgs: 97 active+clean; 335 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 382 op/s 2023-09-30T12:33:11.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:11.271 INFO:teuthology.orchestra.run.smithi150.stdout: 5 151060 8.48 MB/sec execute 356 sec latency 138.716 ms 2023-09-30T12:33:12.271 INFO:teuthology.orchestra.run.smithi150.stdout: 5 151395 8.49 MB/sec execute 357 sec latency 124.050 ms 2023-09-30T12:33:12.913 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:12 smithi150 ceph-mon[107401]: pgmap v199: 97 pgs: 97 active+clean; 335 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 382 op/s 2023-09-30T12:33:13.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:12 smithi156 ceph-mon[110147]: pgmap v199: 97 pgs: 97 active+clean; 335 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 382 op/s 2023-09-30T12:33:13.271 INFO:teuthology.orchestra.run.smithi150.stdout: 5 151644 8.49 MB/sec execute 358 sec latency 119.811 ms 2023-09-30T12:33:14.279 INFO:teuthology.orchestra.run.smithi150.stdout: 5 151828 8.48 MB/sec execute 359 sec latency 201.910 ms 2023-09-30T12:33:14.981 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:14 smithi150 ceph-mon[107401]: pgmap v200: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-09-30T12:33:15.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:14 smithi156 ceph-mon[110147]: pgmap v200: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-09-30T12:33:15.280 INFO:teuthology.orchestra.run.smithi150.stdout: 5 151974 8.46 MB/sec execute 360 sec latency 140.678 ms 2023-09-30T12:33:16.280 INFO:teuthology.orchestra.run.smithi150.stdout: 5 152199 8.45 MB/sec execute 361 sec latency 125.781 ms 2023-09-30T12:33:16.770 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:16 smithi150 ceph-mon[107401]: pgmap v201: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-09-30T12:33:17.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:16 smithi156 ceph-mon[110147]: pgmap v201: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-09-30T12:33:17.280 INFO:teuthology.orchestra.run.smithi150.stdout: 5 152453 8.44 MB/sec execute 362 sec latency 133.484 ms 2023-09-30T12:33:18.280 INFO:teuthology.orchestra.run.smithi150.stdout: 5 152755 8.43 MB/sec execute 363 sec latency 132.830 ms 2023-09-30T12:33:18.822 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:18 smithi150 ceph-mon[107401]: pgmap v202: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-09-30T12:33:19.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:18 smithi156 ceph-mon[110147]: pgmap v202: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-09-30T12:33:19.280 INFO:teuthology.orchestra.run.smithi150.stdout: 5 153077 8.44 MB/sec execute 364 sec latency 120.555 ms 2023-09-30T12:33:20.291 INFO:teuthology.orchestra.run.smithi150.stdout: 5 153459 8.45 MB/sec execute 365 sec latency 126.858 ms 2023-09-30T12:33:20.863 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:20 smithi150 ceph-mon[107401]: pgmap v203: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-09-30T12:33:21.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:20 smithi156 ceph-mon[110147]: pgmap v203: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-09-30T12:33:21.291 INFO:teuthology.orchestra.run.smithi150.stdout: 5 153847 8.44 MB/sec execute 366 sec latency 130.600 ms 2023-09-30T12:33:22.291 INFO:teuthology.orchestra.run.smithi150.stdout: 5 154080 8.44 MB/sec execute 367 sec latency 138.350 ms 2023-09-30T12:33:22.942 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:22 smithi150 ceph-mon[107401]: pgmap v204: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-09-30T12:33:23.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:22 smithi156 ceph-mon[110147]: pgmap v204: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-09-30T12:33:23.291 INFO:teuthology.orchestra.run.smithi150.stdout: 5 154408 8.45 MB/sec execute 368 sec latency 138.924 ms 2023-09-30T12:33:24.300 INFO:teuthology.orchestra.run.smithi150.stdout: 5 154713 8.45 MB/sec execute 369 sec latency 146.019 ms 2023-09-30T12:33:24.995 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:24 smithi150 ceph-mon[107401]: pgmap v205: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-09-30T12:33:25.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:24 smithi156 ceph-mon[110147]: pgmap v205: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-09-30T12:33:25.300 INFO:teuthology.orchestra.run.smithi150.stdout: 5 155001 8.46 MB/sec execute 370 sec latency 143.830 ms 2023-09-30T12:33:26.027 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:26.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:26.310 INFO:teuthology.orchestra.run.smithi150.stdout: 5 155289 8.46 MB/sec execute 371 sec latency 135.724 ms 2023-09-30T12:33:27.040 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:26 smithi150 ceph-mon[107401]: pgmap v206: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-09-30T12:33:27.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:26 smithi156 ceph-mon[110147]: pgmap v206: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-09-30T12:33:27.318 INFO:teuthology.orchestra.run.smithi150.stdout: 5 155552 8.44 MB/sec execute 372 sec latency 123.749 ms 2023-09-30T12:33:28.318 INFO:teuthology.orchestra.run.smithi150.stdout: 5 155831 8.44 MB/sec execute 373 sec latency 129.659 ms 2023-09-30T12:33:28.848 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:28 smithi150 ceph-mon[107401]: pgmap v207: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-09-30T12:33:29.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:28 smithi156 ceph-mon[110147]: pgmap v207: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 511 op/s 2023-09-30T12:33:29.318 INFO:teuthology.orchestra.run.smithi150.stdout: 5 156035 8.42 MB/sec execute 374 sec latency 120.383 ms 2023-09-30T12:33:30.318 INFO:teuthology.orchestra.run.smithi150.stdout: 5 156310 8.42 MB/sec execute 375 sec latency 138.302 ms 2023-09-30T12:33:30.402 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:30 smithi150 ceph-mon[107401]: pgmap v208: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-09-30T12:33:30.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:30 smithi156 ceph-mon[110147]: pgmap v208: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-09-30T12:33:31.318 INFO:teuthology.orchestra.run.smithi150.stdout: 5 156626 8.42 MB/sec execute 376 sec latency 127.132 ms 2023-09-30T12:33:32.212 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:32 smithi150 ceph-mon[107401]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-09-30T12:33:32.318 INFO:teuthology.orchestra.run.smithi150.stdout: 5 156962 8.42 MB/sec execute 377 sec latency 124.105 ms 2023-09-30T12:33:32.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:32 smithi156 ceph-mon[110147]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-09-30T12:33:33.325 INFO:teuthology.orchestra.run.smithi150.stdout: 5 157298 8.42 MB/sec execute 378 sec latency 144.561 ms 2023-09-30T12:33:34.275 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:34 smithi150 ceph-mon[107401]: pgmap v210: 97 pgs: 97 active+clean; 339 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 543 op/s 2023-09-30T12:33:34.327 INFO:teuthology.orchestra.run.smithi150.stdout: 5 157515 8.41 MB/sec execute 379 sec latency 137.969 ms 2023-09-30T12:33:34.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:34 smithi156 ceph-mon[110147]: pgmap v210: 97 pgs: 97 active+clean; 339 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 543 op/s 2023-09-30T12:33:35.327 INFO:teuthology.orchestra.run.smithi150.stdout: 5 157817 8.42 MB/sec execute 380 sec latency 143.286 ms 2023-09-30T12:33:36.328 INFO:teuthology.orchestra.run.smithi150.stdout: 5 158173 8.43 MB/sec execute 381 sec latency 129.882 ms 2023-09-30T12:33:36.363 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:36 smithi150 ceph-mon[107401]: pgmap v211: 97 pgs: 97 active+clean; 339 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-09-30T12:33:36.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:36 smithi156 ceph-mon[110147]: pgmap v211: 97 pgs: 97 active+clean; 339 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-09-30T12:33:37.328 INFO:teuthology.orchestra.run.smithi150.stdout: 5 158453 8.44 MB/sec execute 382 sec latency 132.564 ms 2023-09-30T12:33:38.328 INFO:teuthology.orchestra.run.smithi150.stdout: 5 158661 8.43 MB/sec execute 383 sec latency 138.294 ms 2023-09-30T12:33:38.430 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:38 smithi150 ceph-mon[107401]: pgmap v212: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2023-09-30T12:33:38.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:38 smithi156 ceph-mon[110147]: pgmap v212: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 521 op/s 2023-09-30T12:33:39.328 INFO:teuthology.orchestra.run.smithi150.stdout: 5 158885 8.42 MB/sec execute 384 sec latency 129.836 ms 2023-09-30T12:33:40.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:40 smithi150 ceph-mon[107401]: pgmap v213: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-09-30T12:33:40.236 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:40.328 INFO:teuthology.orchestra.run.smithi150.stdout: 5 159181 8.41 MB/sec execute 385 sec latency 129.521 ms 2023-09-30T12:33:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:40 smithi156 ceph-mon[110147]: pgmap v213: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-09-30T12:33:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:41.329 INFO:teuthology.orchestra.run.smithi150.stdout: 5 159436 8.40 MB/sec execute 386 sec latency 140.107 ms 2023-09-30T12:33:42.259 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:42 smithi150 ceph-mon[107401]: pgmap v214: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-09-30T12:33:42.329 INFO:teuthology.orchestra.run.smithi150.stdout: 5 159803 8.41 MB/sec execute 387 sec latency 130.223 ms 2023-09-30T12:33:42.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:42 smithi156 ceph-mon[110147]: pgmap v214: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-09-30T12:33:43.329 INFO:teuthology.orchestra.run.smithi150.stdout: 5 160094 8.40 MB/sec execute 388 sec latency 117.120 ms 2023-09-30T12:33:44.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:44 smithi150 ceph-mon[107401]: pgmap v215: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-09-30T12:33:44.329 INFO:teuthology.orchestra.run.smithi150.stdout: 5 160524 8.40 MB/sec execute 389 sec latency 124.271 ms 2023-09-30T12:33:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:44 smithi156 ceph-mon[110147]: pgmap v215: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-09-30T12:33:45.329 INFO:teuthology.orchestra.run.smithi150.stdout: 5 160813 8.39 MB/sec execute 390 sec latency 126.559 ms 2023-09-30T12:33:46.329 INFO:teuthology.orchestra.run.smithi150.stdout: 5 161106 8.40 MB/sec execute 391 sec latency 127.420 ms 2023-09-30T12:33:46.385 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:46 smithi150 ceph-mon[107401]: pgmap v216: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-09-30T12:33:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:46 smithi156 ceph-mon[110147]: pgmap v216: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-09-30T12:33:47.335 INFO:teuthology.orchestra.run.smithi150.stdout: 5 161448 8.42 MB/sec execute 392 sec latency 129.169 ms 2023-09-30T12:33:48.335 INFO:teuthology.orchestra.run.smithi150.stdout: 5 161710 8.42 MB/sec execute 393 sec latency 154.281 ms 2023-09-30T12:33:48.454 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:48 smithi150 ceph-mon[107401]: pgmap v217: 97 pgs: 97 active+clean; 337 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-09-30T12:33:48.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:48 smithi156 ceph-mon[110147]: pgmap v217: 97 pgs: 97 active+clean; 337 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-09-30T12:33:49.335 INFO:teuthology.orchestra.run.smithi150.stdout: 5 161963 8.42 MB/sec execute 394 sec latency 131.863 ms 2023-09-30T12:33:50.261 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:50 smithi150 ceph-mon[107401]: pgmap v218: 97 pgs: 97 active+clean; 337 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2023-09-30T12:33:50.335 INFO:teuthology.orchestra.run.smithi150.stdout: 5 162165 8.41 MB/sec execute 395 sec latency 124.659 ms 2023-09-30T12:33:50.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:50 smithi156 ceph-mon[110147]: pgmap v218: 97 pgs: 97 active+clean; 337 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2023-09-30T12:33:51.335 INFO:teuthology.orchestra.run.smithi150.stdout: 5 162345 8.40 MB/sec execute 396 sec latency 137.272 ms 2023-09-30T12:33:52.325 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:52 smithi150 ceph-mon[107401]: pgmap v219: 97 pgs: 97 active+clean; 337 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2023-09-30T12:33:52.335 INFO:teuthology.orchestra.run.smithi150.stdout: 5 162570 8.39 MB/sec execute 397 sec latency 131.067 ms 2023-09-30T12:33:52.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:52 smithi156 ceph-mon[110147]: pgmap v219: 97 pgs: 97 active+clean; 337 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 365 op/s 2023-09-30T12:33:53.337 INFO:teuthology.orchestra.run.smithi150.stdout: 5 162816 8.38 MB/sec execute 398 sec latency 126.148 ms 2023-09-30T12:33:54.339 INFO:teuthology.orchestra.run.smithi150.stdout: 5 163075 8.37 MB/sec execute 399 sec latency 130.050 ms 2023-09-30T12:33:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:54 smithi156 ceph-mon[110147]: pgmap v220: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-09-30T12:33:54.423 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:54 smithi150 ceph-mon[107401]: pgmap v220: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-09-30T12:33:55.339 INFO:teuthology.orchestra.run.smithi150.stdout: 5 163289 8.36 MB/sec execute 400 sec latency 126.820 ms 2023-09-30T12:33:55.457 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:55.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:33:56.339 INFO:teuthology.orchestra.run.smithi150.stdout: 5 163516 8.35 MB/sec execute 401 sec latency 129.286 ms 2023-09-30T12:33:56.506 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:56 smithi150 ceph-mon[107401]: pgmap v221: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-09-30T12:33:56.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:56 smithi156 ceph-mon[110147]: pgmap v221: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-09-30T12:33:57.339 INFO:teuthology.orchestra.run.smithi150.stdout: 5 163846 8.36 MB/sec execute 402 sec latency 111.870 ms 2023-09-30T12:33:58.310 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:33:58 smithi150 ceph-mon[107401]: pgmap v222: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-09-30T12:33:58.339 INFO:teuthology.orchestra.run.smithi150.stdout: 5 164095 8.35 MB/sec execute 403 sec latency 117.788 ms 2023-09-30T12:33:58.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:33:58 smithi156 ceph-mon[110147]: pgmap v222: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-09-30T12:33:59.340 INFO:teuthology.orchestra.run.smithi150.stdout: 5 164369 8.35 MB/sec execute 404 sec latency 145.226 ms 2023-09-30T12:34:00.339 INFO:teuthology.orchestra.run.smithi150.stdout: 5 164630 8.35 MB/sec execute 405 sec latency 132.834 ms 2023-09-30T12:34:00.374 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:00 smithi150 ceph-mon[107401]: pgmap v223: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-09-30T12:34:00.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:00 smithi156 ceph-mon[110147]: pgmap v223: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-09-30T12:34:01.340 INFO:teuthology.orchestra.run.smithi150.stdout: 5 164840 8.35 MB/sec execute 406 sec latency 126.916 ms 2023-09-30T12:34:02.346 INFO:teuthology.orchestra.run.smithi150.stdout: 5 165035 8.35 MB/sec execute 407 sec latency 144.611 ms 2023-09-30T12:34:02.445 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:02 smithi150 ceph-mon[107401]: pgmap v224: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-09-30T12:34:02.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:02 smithi156 ceph-mon[110147]: pgmap v224: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-09-30T12:34:03.346 INFO:teuthology.orchestra.run.smithi150.stdout: 5 165235 8.34 MB/sec execute 408 sec latency 161.196 ms 2023-09-30T12:34:04.348 INFO:teuthology.orchestra.run.smithi150.stdout: 5 165417 8.34 MB/sec execute 409 sec latency 144.650 ms 2023-09-30T12:34:04.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:04 smithi156 ceph-mon[110147]: pgmap v225: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 448 op/s 2023-09-30T12:34:04.536 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:04 smithi150 ceph-mon[107401]: pgmap v225: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 448 op/s 2023-09-30T12:34:05.348 INFO:teuthology.orchestra.run.smithi150.stdout: 5 165576 8.33 MB/sec execute 410 sec latency 141.966 ms 2023-09-30T12:34:06.337 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:06 smithi150 ceph-mon[107401]: pgmap v226: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 297 op/s 2023-09-30T12:34:06.348 INFO:teuthology.orchestra.run.smithi150.stdout: 5 165768 8.31 MB/sec execute 411 sec latency 146.618 ms 2023-09-30T12:34:06.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:06 smithi156 ceph-mon[110147]: pgmap v226: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 297 op/s 2023-09-30T12:34:07.349 INFO:teuthology.orchestra.run.smithi150.stdout: 5 165935 8.31 MB/sec execute 412 sec latency 131.355 ms 2023-09-30T12:34:08.349 INFO:teuthology.orchestra.run.smithi150.stdout: 5 166157 8.30 MB/sec execute 413 sec latency 120.900 ms 2023-09-30T12:34:08.390 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:08 smithi150 ceph-mon[107401]: pgmap v227: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2023-09-30T12:34:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:08 smithi156 ceph-mon[110147]: pgmap v227: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2023-09-30T12:34:09.353 INFO:teuthology.orchestra.run.smithi150.stdout: 5 166355 8.28 MB/sec execute 414 sec latency 126.293 ms 2023-09-30T12:34:10.353 INFO:teuthology.orchestra.run.smithi150.stdout: 5 166559 8.27 MB/sec execute 415 sec latency 133.114 ms 2023-09-30T12:34:10.455 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:10 smithi150 ceph-mon[107401]: pgmap v228: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 261 op/s 2023-09-30T12:34:10.456 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:10 smithi156 ceph-mon[110147]: pgmap v228: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 261 op/s 2023-09-30T12:34:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:11.354 INFO:teuthology.orchestra.run.smithi150.stdout: 5 166849 8.26 MB/sec execute 416 sec latency 104.503 ms 2023-09-30T12:34:12.355 INFO:teuthology.orchestra.run.smithi150.stdout: 5 167127 8.27 MB/sec execute 417 sec latency 97.240 ms 2023-09-30T12:34:12.514 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:12 smithi150 ceph-mon[107401]: pgmap v229: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 261 op/s 2023-09-30T12:34:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:12 smithi156 ceph-mon[110147]: pgmap v229: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 261 op/s 2023-09-30T12:34:13.355 INFO:teuthology.orchestra.run.smithi150.stdout: 5 167402 8.26 MB/sec execute 418 sec latency 133.645 ms 2023-09-30T12:34:14.355 INFO:teuthology.orchestra.run.smithi150.stdout: 5 167755 8.27 MB/sec execute 419 sec latency 131.407 ms 2023-09-30T12:34:14.550 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:14 smithi150 ceph-mon[107401]: pgmap v230: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-09-30T12:34:14.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:14 smithi156 ceph-mon[110147]: pgmap v230: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-09-30T12:34:15.356 INFO:teuthology.orchestra.run.smithi150.stdout: 5 168034 8.27 MB/sec execute 420 sec latency 138.348 ms 2023-09-30T12:34:16.356 INFO:teuthology.orchestra.run.smithi150.stdout: 5 168301 8.27 MB/sec execute 421 sec latency 123.811 ms 2023-09-30T12:34:16.593 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:16 smithi150 ceph-mon[107401]: pgmap v231: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 259 op/s 2023-09-30T12:34:16.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:16 smithi156 ceph-mon[110147]: pgmap v231: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 259 op/s 2023-09-30T12:34:17.356 INFO:teuthology.orchestra.run.smithi150.stdout: 5 168582 8.28 MB/sec execute 422 sec latency 127.714 ms 2023-09-30T12:34:18.357 INFO:teuthology.orchestra.run.smithi150.stdout: 5 168807 8.27 MB/sec execute 423 sec latency 132.083 ms 2023-09-30T12:34:18.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:18 smithi150 ceph-mon[107401]: pgmap v232: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-09-30T12:34:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:18 smithi156 ceph-mon[110147]: pgmap v232: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-09-30T12:34:19.357 INFO:teuthology.orchestra.run.smithi150.stdout: 5 169045 8.27 MB/sec execute 424 sec latency 119.611 ms 2023-09-30T12:34:20.361 INFO:teuthology.orchestra.run.smithi150.stdout: 5 169275 8.26 MB/sec execute 425 sec latency 136.735 ms 2023-09-30T12:34:20.474 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:20 smithi150 ceph-mon[107401]: pgmap v233: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-09-30T12:34:20.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:20 smithi156 ceph-mon[110147]: pgmap v233: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-09-30T12:34:21.361 INFO:teuthology.orchestra.run.smithi150.stdout: 5 169469 8.26 MB/sec execute 426 sec latency 141.142 ms 2023-09-30T12:34:22.365 INFO:teuthology.orchestra.run.smithi150.stdout: 5 169671 8.25 MB/sec execute 427 sec latency 155.554 ms 2023-09-30T12:34:22.536 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:22 smithi150 ceph-mon[107401]: pgmap v234: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-09-30T12:34:22.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:22 smithi156 ceph-mon[110147]: pgmap v234: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 310 op/s 2023-09-30T12:34:23.365 INFO:teuthology.orchestra.run.smithi150.stdout: 5 169886 8.24 MB/sec execute 428 sec latency 207.211 ms 2023-09-30T12:34:24.365 INFO:teuthology.orchestra.run.smithi150.stdout: 5 170166 8.23 MB/sec execute 429 sec latency 123.661 ms 2023-09-30T12:34:24.578 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:24 smithi150 ceph-mon[107401]: pgmap v235: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-09-30T12:34:24.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:24 smithi156 ceph-mon[110147]: pgmap v235: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-09-30T12:34:25.365 INFO:teuthology.orchestra.run.smithi150.stdout: 5 170523 8.23 MB/sec execute 430 sec latency 114.074 ms 2023-09-30T12:34:25.585 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:25.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:26.365 INFO:teuthology.orchestra.run.smithi150.stdout: 5 170851 8.23 MB/sec execute 431 sec latency 124.780 ms 2023-09-30T12:34:26.596 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:26 smithi150 ceph-mon[107401]: pgmap v236: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.4 MiB/s wr, 311 op/s 2023-09-30T12:34:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:26 smithi156 ceph-mon[110147]: pgmap v236: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.4 MiB/s wr, 311 op/s 2023-09-30T12:34:27.365 INFO:teuthology.orchestra.run.smithi150.stdout: 5 171237 8.23 MB/sec execute 432 sec latency 116.963 ms 2023-09-30T12:34:28.365 INFO:teuthology.orchestra.run.smithi150.stdout: 5 171617 8.25 MB/sec execute 433 sec latency 120.961 ms 2023-09-30T12:34:28.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:28 smithi150 ceph-mon[107401]: pgmap v237: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2023-09-30T12:34:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:28 smithi156 ceph-mon[110147]: pgmap v237: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2023-09-30T12:34:29.367 INFO:teuthology.orchestra.run.smithi150.stdout: 5 171924 8.25 MB/sec execute 434 sec latency 204.745 ms 2023-09-30T12:34:30.369 INFO:teuthology.orchestra.run.smithi150.stdout: 5 172191 8.25 MB/sec execute 435 sec latency 129.993 ms 2023-09-30T12:34:30.430 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:30 smithi150 ceph-mon[107401]: pgmap v238: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-09-30T12:34:30.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:30 smithi156 ceph-mon[110147]: pgmap v238: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-09-30T12:34:31.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 172509 8.25 MB/sec execute 436 sec latency 139.699 ms 2023-09-30T12:34:32.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 172791 8.25 MB/sec execute 437 sec latency 126.859 ms 2023-09-30T12:34:32.498 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:32 smithi150 ceph-mon[107401]: pgmap v239: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-09-30T12:34:32.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:32 smithi156 ceph-mon[110147]: pgmap v239: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 316 op/s 2023-09-30T12:34:33.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 173012 8.25 MB/sec execute 438 sec latency 129.593 ms 2023-09-30T12:34:34.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 173286 8.25 MB/sec execute 439 sec latency 129.408 ms 2023-09-30T12:34:34.546 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:34 smithi150 ceph-mon[107401]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-09-30T12:34:34.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:34 smithi156 ceph-mon[110147]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-09-30T12:34:35.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 173576 8.24 MB/sec execute 440 sec latency 128.462 ms 2023-09-30T12:34:36.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 173899 8.23 MB/sec execute 441 sec latency 123.668 ms 2023-09-30T12:34:36.590 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:36 smithi150 ceph-mon[107401]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-09-30T12:34:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:36 smithi156 ceph-mon[110147]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-09-30T12:34:37.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 174138 8.22 MB/sec execute 442 sec latency 133.633 ms 2023-09-30T12:34:38.375 INFO:teuthology.orchestra.run.smithi150.stdout: 5 174476 8.24 MB/sec execute 443 sec latency 123.719 ms 2023-09-30T12:34:38.636 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:38 smithi150 ceph-mon[107401]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-09-30T12:34:38.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:38 smithi156 ceph-mon[110147]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-09-30T12:34:39.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 174824 8.24 MB/sec execute 444 sec latency 141.973 ms 2023-09-30T12:34:40.374 INFO:teuthology.orchestra.run.smithi150.stdout: 5 175141 8.24 MB/sec execute 445 sec latency 126.633 ms 2023-09-30T12:34:40.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:40 smithi150 ceph-mon[107401]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-09-30T12:34:40.683 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:40 smithi156 ceph-mon[110147]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-09-30T12:34:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:41.380 INFO:teuthology.orchestra.run.smithi150.stdout: 5 175367 8.24 MB/sec execute 446 sec latency 137.271 ms 2023-09-30T12:34:42.381 INFO:teuthology.orchestra.run.smithi150.stdout: 5 175607 8.23 MB/sec execute 447 sec latency 126.545 ms 2023-09-30T12:34:42.754 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:42 smithi150 ceph-mon[107401]: pgmap v244: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-09-30T12:34:42.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:42 smithi156 ceph-mon[110147]: pgmap v244: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 363 op/s 2023-09-30T12:34:43.387 INFO:teuthology.orchestra.run.smithi150.stdout: 5 175905 8.23 MB/sec execute 448 sec latency 129.610 ms 2023-09-30T12:34:44.387 INFO:teuthology.orchestra.run.smithi150.stdout: 5 176109 8.22 MB/sec execute 449 sec latency 121.136 ms 2023-09-30T12:34:44.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:44 smithi150 ceph-mon[107401]: pgmap v245: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-09-30T12:34:44.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:44 smithi156 ceph-mon[110147]: pgmap v245: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 539 op/s 2023-09-30T12:34:45.393 INFO:teuthology.orchestra.run.smithi150.stdout: 5 176346 8.22 MB/sec execute 450 sec latency 129.563 ms 2023-09-30T12:34:46.393 INFO:teuthology.orchestra.run.smithi150.stdout: 5 176575 8.22 MB/sec execute 451 sec latency 123.273 ms 2023-09-30T12:34:46.605 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:46 smithi150 ceph-mon[107401]: pgmap v246: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 359 op/s 2023-09-30T12:34:46.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:46 smithi156 ceph-mon[110147]: pgmap v246: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 359 op/s 2023-09-30T12:34:47.393 INFO:teuthology.orchestra.run.smithi150.stdout: 5 176906 8.22 MB/sec execute 452 sec latency 130.004 ms 2023-09-30T12:34:48.394 INFO:teuthology.orchestra.run.smithi150.stdout: 5 177186 8.21 MB/sec execute 453 sec latency 133.505 ms 2023-09-30T12:34:48.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:48 smithi150 ceph-mon[107401]: pgmap v247: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 508 op/s 2023-09-30T12:34:48.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:48 smithi156 ceph-mon[110147]: pgmap v247: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 508 op/s 2023-09-30T12:34:49.393 INFO:teuthology.orchestra.run.smithi150.stdout: 5 177537 8.21 MB/sec execute 454 sec latency 117.445 ms 2023-09-30T12:34:50.393 INFO:teuthology.orchestra.run.smithi150.stdout: 5 177812 8.21 MB/sec execute 455 sec latency 122.945 ms 2023-09-30T12:34:50.577 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:50 smithi150 ceph-mon[107401]: pgmap v248: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-09-30T12:34:50.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:50 smithi156 ceph-mon[110147]: pgmap v248: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-09-30T12:34:51.394 INFO:teuthology.orchestra.run.smithi150.stdout: 5 178146 8.21 MB/sec execute 456 sec latency 128.485 ms 2023-09-30T12:34:52.394 INFO:teuthology.orchestra.run.smithi150.stdout: 5 178429 8.21 MB/sec execute 457 sec latency 126.298 ms 2023-09-30T12:34:52.769 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:52 smithi150 ceph-mon[107401]: pgmap v249: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-09-30T12:34:52.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:52 smithi156 ceph-mon[110147]: pgmap v249: 97 pgs: 97 active+clean; 343 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-09-30T12:34:53.399 INFO:teuthology.orchestra.run.smithi150.stdout: 5 178660 8.21 MB/sec execute 458 sec latency 139.949 ms 2023-09-30T12:34:54.399 INFO:teuthology.orchestra.run.smithi150.stdout: 5 178879 8.21 MB/sec execute 459 sec latency 124.643 ms 2023-09-30T12:34:54.543 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:54 smithi150 ceph-mon[107401]: pgmap v250: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-09-30T12:34:54.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:54 smithi156 ceph-mon[110147]: pgmap v250: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-09-30T12:34:55.399 INFO:teuthology.orchestra.run.smithi150.stdout: 5 179146 8.20 MB/sec execute 460 sec latency 128.053 ms 2023-09-30T12:34:55.567 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:34:56.399 INFO:teuthology.orchestra.run.smithi150.stdout: 5 179410 8.20 MB/sec execute 461 sec latency 153.402 ms 2023-09-30T12:34:56.580 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:56 smithi150 ceph-mon[107401]: pgmap v251: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-09-30T12:34:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:56 smithi156 ceph-mon[110147]: pgmap v251: 97 pgs: 97 active+clean; 344 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-09-30T12:34:57.409 INFO:teuthology.orchestra.run.smithi150.stdout: 5 179750 8.21 MB/sec execute 462 sec latency 205.320 ms 2023-09-30T12:34:58.409 INFO:teuthology.orchestra.run.smithi150.stdout: 5 180048 8.21 MB/sec execute 463 sec latency 128.900 ms 2023-09-30T12:34:58.674 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:34:58 smithi150 ceph-mon[107401]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-09-30T12:34:58.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:34:58 smithi156 ceph-mon[110147]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-09-30T12:34:59.409 INFO:teuthology.orchestra.run.smithi150.stdout: 5 180377 8.22 MB/sec execute 464 sec latency 123.907 ms 2023-09-30T12:35:00.416 INFO:teuthology.orchestra.run.smithi150.stdout: 5 180590 8.20 MB/sec execute 465 sec latency 120.500 ms 2023-09-30T12:35:00.715 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:00 smithi150 ceph-mon[107401]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-09-30T12:35:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:00 smithi156 ceph-mon[110147]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-09-30T12:35:01.427 INFO:teuthology.orchestra.run.smithi150.stdout: 5 180851 8.20 MB/sec execute 466 sec latency 132.004 ms 2023-09-30T12:35:02.427 INFO:teuthology.orchestra.run.smithi150.stdout: 5 181058 8.19 MB/sec execute 467 sec latency 134.556 ms 2023-09-30T12:35:02.698 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:02 smithi150 ceph-mon[107401]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-09-30T12:35:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:02 smithi156 ceph-mon[110147]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-09-30T12:35:03.427 INFO:teuthology.orchestra.run.smithi150.stdout: 5 181269 8.18 MB/sec execute 468 sec latency 151.694 ms 2023-09-30T12:35:04.427 INFO:teuthology.orchestra.run.smithi150.stdout: 5 181611 8.19 MB/sec execute 469 sec latency 123.548 ms 2023-09-30T12:35:04.766 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:04 smithi150 ceph-mon[107401]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-09-30T12:35:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:04 smithi156 ceph-mon[110147]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 514 op/s 2023-09-30T12:35:05.428 INFO:teuthology.orchestra.run.smithi150.stdout: 5 181916 8.19 MB/sec execute 470 sec latency 125.714 ms 2023-09-30T12:35:06.428 INFO:teuthology.orchestra.run.smithi150.stdout: 5 182277 8.19 MB/sec execute 471 sec latency 126.657 ms 2023-09-30T12:35:06.826 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:06 smithi150 ceph-mon[107401]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-09-30T12:35:06.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:06 smithi156 ceph-mon[110147]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-09-30T12:35:07.429 INFO:teuthology.orchestra.run.smithi150.stdout: 5 182528 8.18 MB/sec execute 472 sec latency 123.012 ms 2023-09-30T12:35:08.429 INFO:teuthology.orchestra.run.smithi150.stdout: 5 182816 8.18 MB/sec execute 473 sec latency 130.277 ms 2023-09-30T12:35:08.612 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:08 smithi150 ceph-mon[107401]: pgmap v257: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-09-30T12:35:08.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:08 smithi156 ceph-mon[110147]: pgmap v257: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-09-30T12:35:09.432 INFO:teuthology.orchestra.run.smithi150.stdout: 5 183099 8.19 MB/sec execute 474 sec latency 118.221 ms 2023-09-30T12:35:10.432 INFO:teuthology.orchestra.run.smithi150.stdout: 5 183439 8.19 MB/sec execute 475 sec latency 127.701 ms 2023-09-30T12:35:10.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:10 smithi150 ceph-mon[107401]: pgmap v258: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-09-30T12:35:10.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:10 smithi156 ceph-mon[110147]: pgmap v258: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-09-30T12:35:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:11.432 INFO:teuthology.orchestra.run.smithi150.stdout: 5 183796 8.19 MB/sec execute 476 sec latency 129.869 ms 2023-09-30T12:35:12.436 INFO:teuthology.orchestra.run.smithi150.stdout: 5 184152 8.20 MB/sec execute 477 sec latency 129.827 ms 2023-09-30T12:35:12.691 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:12 smithi150 ceph-mon[107401]: pgmap v259: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-09-30T12:35:12.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:12 smithi156 ceph-mon[110147]: pgmap v259: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-09-30T12:35:13.436 INFO:teuthology.orchestra.run.smithi150.stdout: 5 184383 8.20 MB/sec execute 478 sec latency 129.697 ms 2023-09-30T12:35:14.439 INFO:teuthology.orchestra.run.smithi150.stdout: 5 184673 8.19 MB/sec execute 479 sec latency 128.081 ms 2023-09-30T12:35:14.728 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:14 smithi150 ceph-mon[107401]: pgmap v260: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-09-30T12:35:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:14 smithi156 ceph-mon[110147]: pgmap v260: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-09-30T12:35:15.439 INFO:teuthology.orchestra.run.smithi150.stdout: 5 184891 8.19 MB/sec execute 480 sec latency 133.297 ms 2023-09-30T12:35:16.440 INFO:teuthology.orchestra.run.smithi150.stdout: 5 185046 8.18 MB/sec execute 481 sec latency 129.893 ms 2023-09-30T12:35:16.791 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:16 smithi150 ceph-mon[107401]: pgmap v261: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-09-30T12:35:16.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:16 smithi156 ceph-mon[110147]: pgmap v261: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-09-30T12:35:17.440 INFO:teuthology.orchestra.run.smithi150.stdout: 5 185291 8.18 MB/sec execute 482 sec latency 128.619 ms 2023-09-30T12:35:18.440 INFO:teuthology.orchestra.run.smithi150.stdout: 5 185554 8.17 MB/sec execute 483 sec latency 144.645 ms 2023-09-30T12:35:18.871 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:18 smithi150 ceph-mon[107401]: pgmap v262: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-09-30T12:35:19.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:18 smithi156 ceph-mon[110147]: pgmap v262: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-09-30T12:35:19.440 INFO:teuthology.orchestra.run.smithi150.stdout: 5 185765 8.16 MB/sec execute 484 sec latency 129.108 ms 2023-09-30T12:35:20.441 INFO:teuthology.orchestra.run.smithi150.stdout: 5 186075 8.16 MB/sec execute 485 sec latency 115.787 ms 2023-09-30T12:35:20.891 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:20 smithi150 ceph-mon[107401]: pgmap v263: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-09-30T12:35:21.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:20 smithi156 ceph-mon[110147]: pgmap v263: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-09-30T12:35:21.441 INFO:teuthology.orchestra.run.smithi150.stdout: 5 186261 8.15 MB/sec execute 486 sec latency 127.427 ms 2023-09-30T12:35:22.441 INFO:teuthology.orchestra.run.smithi150.stdout: 5 186501 8.16 MB/sec execute 487 sec latency 138.728 ms 2023-09-30T12:35:22.685 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:22 smithi150 ceph-mon[107401]: pgmap v264: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-09-30T12:35:23.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:22 smithi156 ceph-mon[110147]: pgmap v264: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-09-30T12:35:23.441 INFO:teuthology.orchestra.run.smithi150.stdout: 5 186738 8.16 MB/sec execute 488 sec latency 124.719 ms 2023-09-30T12:35:24.441 INFO:teuthology.orchestra.run.smithi150.stdout: 5 186988 8.16 MB/sec execute 489 sec latency 143.855 ms 2023-09-30T12:35:24.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:24 smithi150 ceph-mon[107401]: pgmap v265: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-09-30T12:35:25.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:24 smithi156 ceph-mon[110147]: pgmap v265: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-09-30T12:35:25.447 INFO:teuthology.orchestra.run.smithi150.stdout: 5 187267 8.16 MB/sec execute 490 sec latency 108.223 ms 2023-09-30T12:35:25.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:26.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:26.447 INFO:teuthology.orchestra.run.smithi150.stdout: 5 187496 8.15 MB/sec execute 491 sec latency 138.233 ms 2023-09-30T12:35:26.781 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:26 smithi150 ceph-mon[107401]: pgmap v266: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 310 op/s 2023-09-30T12:35:27.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:26 smithi156 ceph-mon[110147]: pgmap v266: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 310 op/s 2023-09-30T12:35:27.447 INFO:teuthology.orchestra.run.smithi150.stdout: 5 187779 8.15 MB/sec execute 492 sec latency 126.495 ms 2023-09-30T12:35:28.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 188079 8.15 MB/sec execute 493 sec latency 144.682 ms 2023-09-30T12:35:28.813 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:28 smithi150 ceph-mon[107401]: pgmap v267: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-09-30T12:35:29.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:28 smithi156 ceph-mon[110147]: pgmap v267: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-09-30T12:35:29.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 188375 8.15 MB/sec execute 494 sec latency 136.751 ms 2023-09-30T12:35:30.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 188614 8.14 MB/sec execute 495 sec latency 120.373 ms 2023-09-30T12:35:30.880 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:30 smithi150 ceph-mon[107401]: pgmap v268: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-09-30T12:35:31.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:30 smithi156 ceph-mon[110147]: pgmap v268: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-09-30T12:35:31.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 188923 8.14 MB/sec execute 496 sec latency 131.819 ms 2023-09-30T12:35:32.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 189197 8.13 MB/sec execute 497 sec latency 145.129 ms 2023-09-30T12:35:32.920 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:32 smithi150 ceph-mon[107401]: pgmap v269: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-09-30T12:35:33.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:32 smithi156 ceph-mon[110147]: pgmap v269: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-09-30T12:35:33.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 189502 8.13 MB/sec execute 498 sec latency 130.478 ms 2023-09-30T12:35:34.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 189838 8.14 MB/sec execute 499 sec latency 192.209 ms 2023-09-30T12:35:34.979 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:34 smithi150 ceph-mon[107401]: pgmap v270: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 463 op/s 2023-09-30T12:35:35.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:34 smithi156 ceph-mon[110147]: pgmap v270: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 463 op/s 2023-09-30T12:35:35.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 190138 8.14 MB/sec execute 500 sec latency 123.787 ms 2023-09-30T12:35:36.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 190403 8.15 MB/sec execute 501 sec latency 198.493 ms 2023-09-30T12:35:36.771 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:36 smithi150 ceph-mon[107401]: pgmap v271: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2023-09-30T12:35:37.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:36 smithi156 ceph-mon[110147]: pgmap v271: 97 pgs: 97 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2023-09-30T12:35:37.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 190665 8.15 MB/sec execute 502 sec latency 126.538 ms 2023-09-30T12:35:38.450 INFO:teuthology.orchestra.run.smithi150.stdout: 5 191005 8.14 MB/sec execute 503 sec latency 139.979 ms 2023-09-30T12:35:38.792 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:38 smithi150 ceph-mon[107401]: pgmap v272: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-09-30T12:35:39.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:38 smithi156 ceph-mon[110147]: pgmap v272: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-09-30T12:35:39.453 INFO:teuthology.orchestra.run.smithi150.stdout: 5 191215 8.13 MB/sec execute 504 sec latency 126.448 ms 2023-09-30T12:35:40.453 INFO:teuthology.orchestra.run.smithi150.stdout: 5 191475 8.13 MB/sec execute 505 sec latency 133.867 ms 2023-09-30T12:35:40.827 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:40 smithi150 ceph-mon[107401]: pgmap v273: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-09-30T12:35:40.828 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:40 smithi156 ceph-mon[110147]: pgmap v273: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-09-30T12:35:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:41.453 INFO:teuthology.orchestra.run.smithi150.stdout: 5 191808 8.14 MB/sec execute 506 sec latency 126.758 ms 2023-09-30T12:35:42.453 INFO:teuthology.orchestra.run.smithi150.stdout: 5 192107 8.13 MB/sec execute 507 sec latency 129.599 ms 2023-09-30T12:35:42.861 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:42 smithi150 ceph-mon[107401]: pgmap v274: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-09-30T12:35:43.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:42 smithi156 ceph-mon[110147]: pgmap v274: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-09-30T12:35:43.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 192401 8.12 MB/sec execute 508 sec latency 145.968 ms 2023-09-30T12:35:44.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 192643 8.12 MB/sec execute 509 sec latency 133.054 ms 2023-09-30T12:35:44.899 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:44 smithi150 ceph-mon[107401]: pgmap v275: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2023-09-30T12:35:45.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:44 smithi156 ceph-mon[110147]: pgmap v275: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2023-09-30T12:35:45.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 192875 8.12 MB/sec execute 510 sec latency 150.769 ms 2023-09-30T12:35:46.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 193130 8.12 MB/sec execute 511 sec latency 123.924 ms 2023-09-30T12:35:46.940 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:46 smithi150 ceph-mon[107401]: pgmap v276: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-09-30T12:35:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:46 smithi156 ceph-mon[110147]: pgmap v276: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-09-30T12:35:47.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 193399 8.12 MB/sec execute 512 sec latency 127.816 ms 2023-09-30T12:35:48.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 193698 8.13 MB/sec execute 513 sec latency 126.859 ms 2023-09-30T12:35:48.969 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:48 smithi150 ceph-mon[107401]: pgmap v277: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-09-30T12:35:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:48 smithi156 ceph-mon[110147]: pgmap v277: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-09-30T12:35:49.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 193848 8.12 MB/sec execute 514 sec latency 142.105 ms 2023-09-30T12:35:50.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 194002 8.11 MB/sec execute 515 sec latency 134.793 ms 2023-09-30T12:35:51.025 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:50 smithi150 ceph-mon[107401]: pgmap v278: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-09-30T12:35:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:50 smithi156 ceph-mon[110147]: pgmap v278: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-09-30T12:35:51.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 194227 8.11 MB/sec execute 516 sec latency 127.723 ms 2023-09-30T12:35:52.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 194446 8.10 MB/sec execute 517 sec latency 116.669 ms 2023-09-30T12:35:53.061 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:52 smithi150 ceph-mon[107401]: pgmap v279: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-09-30T12:35:53.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:52 smithi156 ceph-mon[110147]: pgmap v279: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-09-30T12:35:53.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 194618 8.08 MB/sec execute 518 sec latency 134.089 ms 2023-09-30T12:35:54.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 194820 8.08 MB/sec execute 519 sec latency 125.073 ms 2023-09-30T12:35:55.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:54 smithi150 ceph-mon[107401]: pgmap v280: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-09-30T12:35:55.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:54 smithi156 ceph-mon[110147]: pgmap v280: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-09-30T12:35:55.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 195012 8.08 MB/sec execute 520 sec latency 123.543 ms 2023-09-30T12:35:56.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:56.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:35:56.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 195309 8.08 MB/sec execute 521 sec latency 123.540 ms 2023-09-30T12:35:56.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:56 smithi150 ceph-mon[107401]: pgmap v281: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-09-30T12:35:57.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:56 smithi156 ceph-mon[110147]: pgmap v281: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-09-30T12:35:57.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 195557 8.07 MB/sec execute 522 sec latency 159.762 ms 2023-09-30T12:35:57.998 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:35:57 smithi150 ceph-mon[107401]: pgmap v282: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-09-30T12:35:58.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:35:57 smithi156 ceph-mon[110147]: pgmap v282: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-09-30T12:35:58.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 195854 8.07 MB/sec execute 523 sec latency 134.557 ms 2023-09-30T12:35:59.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 196069 8.06 MB/sec execute 524 sec latency 134.287 ms 2023-09-30T12:36:00.312 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:00 smithi150 ceph-mon[107401]: pgmap v283: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 272 op/s 2023-09-30T12:36:00.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 196358 8.07 MB/sec execute 525 sec latency 142.109 ms 2023-09-30T12:36:00.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:00 smithi156 ceph-mon[110147]: pgmap v283: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 272 op/s 2023-09-30T12:36:01.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 196688 8.08 MB/sec execute 526 sec latency 139.071 ms 2023-09-30T12:36:02.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:02 smithi150 ceph-mon[107401]: pgmap v284: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 272 op/s 2023-09-30T12:36:02.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 197064 8.09 MB/sec execute 527 sec latency 114.827 ms 2023-09-30T12:36:02.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:02 smithi156 ceph-mon[110147]: pgmap v284: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 272 op/s 2023-09-30T12:36:03.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 197290 8.08 MB/sec execute 528 sec latency 111.572 ms 2023-09-30T12:36:04.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:04 smithi156 ceph-mon[110147]: pgmap v285: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-30T12:36:04.454 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:04 smithi150 ceph-mon[107401]: pgmap v285: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-30T12:36:04.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 197509 8.07 MB/sec execute 529 sec latency 129.785 ms 2023-09-30T12:36:05.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 197824 8.07 MB/sec execute 530 sec latency 123.667 ms 2023-09-30T12:36:06.267 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:06 smithi150 ceph-mon[107401]: pgmap v286: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-09-30T12:36:06.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 198144 8.07 MB/sec execute 531 sec latency 126.778 ms 2023-09-30T12:36:06.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:06 smithi156 ceph-mon[110147]: pgmap v286: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-09-30T12:36:07.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 198468 8.07 MB/sec execute 532 sec latency 200.966 ms 2023-09-30T12:36:08.313 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:08 smithi150 ceph-mon[107401]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-09-30T12:36:08.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 198716 8.07 MB/sec execute 533 sec latency 198.921 ms 2023-09-30T12:36:08.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:08 smithi156 ceph-mon[110147]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-09-30T12:36:09.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 199045 8.07 MB/sec execute 534 sec latency 131.593 ms 2023-09-30T12:36:10.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:10 smithi150 ceph-mon[107401]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-09-30T12:36:10.373 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:10.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 199361 8.06 MB/sec execute 535 sec latency 126.892 ms 2023-09-30T12:36:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:10 smithi156 ceph-mon[110147]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-09-30T12:36:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:11.459 INFO:teuthology.orchestra.run.smithi150.stdout: 5 199611 8.06 MB/sec execute 536 sec latency 131.729 ms 2023-09-30T12:36:12.425 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:12 smithi150 ceph-mon[107401]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-09-30T12:36:12.458 INFO:teuthology.orchestra.run.smithi150.stdout: 5 199937 8.08 MB/sec execute 537 sec latency 127.545 ms 2023-09-30T12:36:12.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:12 smithi156 ceph-mon[110147]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-09-30T12:36:13.459 INFO:teuthology.orchestra.run.smithi150.stdout: 5 200224 8.08 MB/sec execute 538 sec latency 150.222 ms 2023-09-30T12:36:14.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:14 smithi156 ceph-mon[110147]: pgmap v290: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-09-30T12:36:14.459 INFO:teuthology.orchestra.run.smithi150.stdout: 5 200505 8.09 MB/sec execute 539 sec latency 129.581 ms 2023-09-30T12:36:14.483 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:14 smithi150 ceph-mon[107401]: pgmap v290: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-09-30T12:36:15.459 INFO:teuthology.orchestra.run.smithi150.stdout: 5 200773 8.08 MB/sec execute 540 sec latency 130.597 ms 2023-09-30T12:36:16.459 INFO:teuthology.orchestra.run.smithi150.stdout: 5 200987 8.07 MB/sec execute 541 sec latency 124.081 ms 2023-09-30T12:36:16.518 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:16 smithi150 ceph-mon[107401]: pgmap v291: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 356 op/s 2023-09-30T12:36:16.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:16 smithi156 ceph-mon[110147]: pgmap v291: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 356 op/s 2023-09-30T12:36:17.468 INFO:teuthology.orchestra.run.smithi150.stdout: 5 201191 8.06 MB/sec execute 542 sec latency 139.558 ms 2023-09-30T12:36:18.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:18 smithi150 ceph-mon[107401]: pgmap v292: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-09-30T12:36:18.468 INFO:teuthology.orchestra.run.smithi150.stdout: 5 201478 8.06 MB/sec execute 543 sec latency 135.184 ms 2023-09-30T12:36:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:18 smithi156 ceph-mon[110147]: pgmap v292: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-09-30T12:36:19.468 INFO:teuthology.orchestra.run.smithi150.stdout: 5 201776 8.06 MB/sec execute 544 sec latency 120.605 ms 2023-09-30T12:36:20.381 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:20 smithi150 ceph-mon[107401]: pgmap v293: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T12:36:20.479 INFO:teuthology.orchestra.run.smithi150.stdout: 5 202020 8.05 MB/sec execute 545 sec latency 91.699 ms 2023-09-30T12:36:20.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:20 smithi156 ceph-mon[110147]: pgmap v293: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T12:36:21.479 INFO:teuthology.orchestra.run.smithi150.stdout: 5 202337 8.05 MB/sec execute 546 sec latency 127.592 ms 2023-09-30T12:36:22.423 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:22 smithi150 ceph-mon[107401]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T12:36:22.479 INFO:teuthology.orchestra.run.smithi150.stdout: 5 202642 8.05 MB/sec execute 547 sec latency 123.868 ms 2023-09-30T12:36:22.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:22 smithi156 ceph-mon[110147]: pgmap v294: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-09-30T12:36:23.481 INFO:teuthology.orchestra.run.smithi150.stdout: 5 202833 8.04 MB/sec execute 548 sec latency 136.265 ms 2023-09-30T12:36:24.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:24 smithi156 ceph-mon[110147]: pgmap v295: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-09-30T12:36:24.481 INFO:teuthology.orchestra.run.smithi150.stdout: 5 203070 8.04 MB/sec execute 549 sec latency 120.644 ms 2023-09-30T12:36:24.486 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:24 smithi150 ceph-mon[107401]: pgmap v295: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.9 MiB/s wr, 509 op/s 2023-09-30T12:36:25.481 INFO:teuthology.orchestra.run.smithi150.stdout: 5 203329 8.04 MB/sec execute 550 sec latency 192.441 ms 2023-09-30T12:36:25.510 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:25.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:26.481 INFO:teuthology.orchestra.run.smithi150.stdout: 5 203582 8.05 MB/sec execute 551 sec latency 183.527 ms 2023-09-30T12:36:26.549 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:26 smithi150 ceph-mon[107401]: pgmap v296: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-09-30T12:36:26.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:26 smithi156 ceph-mon[110147]: pgmap v296: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-09-30T12:36:27.481 INFO:teuthology.orchestra.run.smithi150.stdout: 5 203833 8.04 MB/sec execute 552 sec latency 149.673 ms 2023-09-30T12:36:28.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:28 smithi150 ceph-mon[107401]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T12:36:28.486 INFO:teuthology.orchestra.run.smithi150.stdout: 5 204078 8.05 MB/sec execute 553 sec latency 186.493 ms 2023-09-30T12:36:28.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:28 smithi156 ceph-mon[110147]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-09-30T12:36:29.489 INFO:teuthology.orchestra.run.smithi150.stdout: 5 204248 8.04 MB/sec execute 554 sec latency 174.514 ms 2023-09-30T12:36:30.437 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:30 smithi150 ceph-mon[107401]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-09-30T12:36:30.493 INFO:teuthology.orchestra.run.smithi150.stdout: 5 204467 8.03 MB/sec execute 555 sec latency 133.812 ms 2023-09-30T12:36:30.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:30 smithi156 ceph-mon[110147]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-09-30T12:36:31.493 INFO:teuthology.orchestra.run.smithi150.stdout: 5 204719 8.03 MB/sec execute 556 sec latency 126.682 ms 2023-09-30T12:36:32.481 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:32 smithi150 ceph-mon[107401]: pgmap v299: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-09-30T12:36:32.492 INFO:teuthology.orchestra.run.smithi150.stdout: 5 204912 8.03 MB/sec execute 557 sec latency 126.714 ms 2023-09-30T12:36:32.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:32 smithi156 ceph-mon[110147]: pgmap v299: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-09-30T12:36:33.493 INFO:teuthology.orchestra.run.smithi150.stdout: 5 205112 8.02 MB/sec execute 558 sec latency 140.334 ms 2023-09-30T12:36:34.388 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:34 smithi156 ceph-mon[110147]: pgmap v300: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 453 op/s 2023-09-30T12:36:34.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 205405 8.03 MB/sec execute 559 sec latency 87.283 ms 2023-09-30T12:36:34.529 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:34 smithi150 ceph-mon[107401]: pgmap v300: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 453 op/s 2023-09-30T12:36:35.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 205618 8.01 MB/sec execute 560 sec latency 123.341 ms 2023-09-30T12:36:36.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 205931 8.00 MB/sec execute 561 sec latency 124.963 ms 2023-09-30T12:36:36.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:36 smithi150 ceph-mon[107401]: pgmap v301: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 281 op/s 2023-09-30T12:36:36.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:36 smithi156 ceph-mon[110147]: pgmap v301: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 281 op/s 2023-09-30T12:36:37.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 206165 8.00 MB/sec execute 562 sec latency 143.046 ms 2023-09-30T12:36:38.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 206310 7.99 MB/sec execute 563 sec latency 171.474 ms 2023-09-30T12:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:38 smithi150 ceph-mon[107401]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-09-30T12:36:38.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:38 smithi156 ceph-mon[110147]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-09-30T12:36:39.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 206512 7.99 MB/sec execute 564 sec latency 132.716 ms 2023-09-30T12:36:40.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:40 smithi150 ceph-mon[107401]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-09-30T12:36:40.439 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:40.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 206796 8.00 MB/sec execute 565 sec latency 138.701 ms 2023-09-30T12:36:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:40 smithi156 ceph-mon[110147]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-09-30T12:36:40.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:41.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 207100 8.00 MB/sec execute 566 sec latency 129.467 ms 2023-09-30T12:36:42.493 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:42 smithi150 ceph-mon[107401]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-09-30T12:36:42.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 207359 8.00 MB/sec execute 567 sec latency 194.674 ms 2023-09-30T12:36:42.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:42 smithi156 ceph-mon[110147]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2023-09-30T12:36:43.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 207588 8.00 MB/sec execute 568 sec latency 167.751 ms 2023-09-30T12:36:44.495 INFO:teuthology.orchestra.run.smithi150.stdout: 5 207769 7.99 MB/sec execute 569 sec latency 128.195 ms 2023-09-30T12:36:44.556 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:44 smithi150 ceph-mon[107401]: pgmap v305: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-09-30T12:36:44.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:44 smithi156 ceph-mon[110147]: pgmap v305: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-09-30T12:36:45.496 INFO:teuthology.orchestra.run.smithi150.stdout: 5 207976 7.99 MB/sec execute 570 sec latency 130.164 ms 2023-09-30T12:36:46.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 208204 7.99 MB/sec execute 571 sec latency 135.707 ms 2023-09-30T12:36:46.611 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:46 smithi150 ceph-mon[107401]: pgmap v306: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-09-30T12:36:46.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:46 smithi156 ceph-mon[110147]: pgmap v306: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-09-30T12:36:47.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 208456 7.98 MB/sec execute 572 sec latency 123.690 ms 2023-09-30T12:36:48.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 208722 7.98 MB/sec execute 573 sec latency 126.476 ms 2023-09-30T12:36:48.674 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:48 smithi150 ceph-mon[107401]: pgmap v307: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-09-30T12:36:48.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:48 smithi156 ceph-mon[110147]: pgmap v307: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-09-30T12:36:49.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 208980 7.98 MB/sec execute 574 sec latency 204.873 ms 2023-09-30T12:36:50.461 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:50 smithi150 ceph-mon[107401]: pgmap v308: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 273 op/s 2023-09-30T12:36:50.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 209243 7.97 MB/sec execute 575 sec latency 120.524 ms 2023-09-30T12:36:50.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:50 smithi156 ceph-mon[110147]: pgmap v308: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 273 op/s 2023-09-30T12:36:51.506 INFO:teuthology.orchestra.run.smithi150.stdout: 5 209515 7.97 MB/sec execute 576 sec latency 129.903 ms 2023-09-30T12:36:52.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 209813 7.97 MB/sec execute 577 sec latency 146.013 ms 2023-09-30T12:36:52.544 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:52 smithi150 ceph-mon[107401]: pgmap v309: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 273 op/s 2023-09-30T12:36:52.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:52 smithi156 ceph-mon[110147]: pgmap v309: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 273 op/s 2023-09-30T12:36:53.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 210118 7.96 MB/sec execute 578 sec latency 129.565 ms 2023-09-30T12:36:54.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 210397 7.97 MB/sec execute 579 sec latency 128.235 ms 2023-09-30T12:36:54.578 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:54 smithi150 ceph-mon[107401]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-09-30T12:36:54.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:54 smithi156 ceph-mon[110147]: pgmap v310: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-09-30T12:36:55.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 210694 7.97 MB/sec execute 580 sec latency 129.989 ms 2023-09-30T12:36:55.597 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:55.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:36:56.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 211076 7.98 MB/sec execute 581 sec latency 133.567 ms 2023-09-30T12:36:56.613 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:56 smithi150 ceph-mon[107401]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-09-30T12:36:56.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:56 smithi156 ceph-mon[110147]: pgmap v311: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-09-30T12:36:57.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 211394 7.98 MB/sec execute 582 sec latency 133.141 ms 2023-09-30T12:36:58.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 211586 7.98 MB/sec execute 583 sec latency 126.480 ms 2023-09-30T12:36:58.658 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:36:58 smithi150 ceph-mon[107401]: pgmap v312: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-09-30T12:36:58.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:36:58 smithi156 ceph-mon[110147]: pgmap v312: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-09-30T12:36:59.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 211779 7.97 MB/sec execute 584 sec latency 126.582 ms 2023-09-30T12:37:00.505 INFO:teuthology.orchestra.run.smithi150.stdout: 5 212083 7.97 MB/sec execute 585 sec latency 123.663 ms 2023-09-30T12:37:00.727 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:00 smithi150 ceph-mon[107401]: pgmap v313: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-09-30T12:37:00.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:00 smithi156 ceph-mon[110147]: pgmap v313: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-09-30T12:37:01.506 INFO:teuthology.orchestra.run.smithi150.stdout: 5 212379 7.97 MB/sec execute 586 sec latency 138.706 ms 2023-09-30T12:37:02.506 INFO:teuthology.orchestra.run.smithi150.stdout: 5 212560 7.96 MB/sec execute 587 sec latency 134.468 ms 2023-09-30T12:37:02.776 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:02 smithi150 ceph-mon[107401]: pgmap v314: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-09-30T12:37:02.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:02 smithi156 ceph-mon[110147]: pgmap v314: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 344 op/s 2023-09-30T12:37:03.511 INFO:teuthology.orchestra.run.smithi150.stdout: 5 212840 7.97 MB/sec execute 588 sec latency 126.197 ms 2023-09-30T12:37:04.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 213141 7.96 MB/sec execute 589 sec latency 113.755 ms 2023-09-30T12:37:04.578 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:04 smithi150 ceph-mon[107401]: pgmap v315: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-09-30T12:37:04.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:04 smithi156 ceph-mon[110147]: pgmap v315: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-09-30T12:37:05.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 213537 7.96 MB/sec execute 590 sec latency 133.500 ms 2023-09-30T12:37:06.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 213797 7.96 MB/sec execute 591 sec latency 123.571 ms 2023-09-30T12:37:06.652 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:06 smithi150 ceph-mon[107401]: pgmap v316: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-09-30T12:37:06.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:06 smithi156 ceph-mon[110147]: pgmap v316: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-09-30T12:37:07.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 214019 7.96 MB/sec execute 592 sec latency 140.459 ms 2023-09-30T12:37:08.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 214332 7.97 MB/sec execute 593 sec latency 141.921 ms 2023-09-30T12:37:08.701 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:08 smithi150 ceph-mon[107401]: pgmap v317: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-09-30T12:37:08.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:08 smithi156 ceph-mon[110147]: pgmap v317: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-09-30T12:37:09.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 214618 7.97 MB/sec execute 594 sec latency 195.767 ms 2023-09-30T12:37:10.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 214895 7.97 MB/sec execute 595 sec latency 124.250 ms 2023-09-30T12:37:10.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:10 smithi150 ceph-mon[107401]: pgmap v318: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-09-30T12:37:10.743 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:10 smithi156 ceph-mon[110147]: pgmap v318: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-09-30T12:37:10.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:11.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 215071 7.96 MB/sec execute 596 sec latency 120.644 ms 2023-09-30T12:37:12.516 INFO:teuthology.orchestra.run.smithi150.stdout: 5 215248 7.96 MB/sec execute 597 sec latency 150.746 ms 2023-09-30T12:37:12.805 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:12 smithi150 ceph-mon[107401]: pgmap v319: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-09-30T12:37:12.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:12 smithi156 ceph-mon[110147]: pgmap v319: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-09-30T12:37:13.522 INFO:teuthology.orchestra.run.smithi150.stdout: 5 215408 7.95 MB/sec execute 598 sec latency 126.780 ms 2023-09-30T12:37:14.522 INFO:teuthology.orchestra.run.smithi150.stdout: 5 215673 7.94 MB/sec execute 599 sec latency 119.190 ms 2023-09-30T12:37:14.594 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:14 smithi150 ceph-mon[107401]: pgmap v320: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-09-30T12:37:14.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:14 smithi156 ceph-mon[110147]: pgmap v320: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-09-30T12:37:15.522 INFO:teuthology.orchestra.run.smithi150.stdout: 5 215875 7.93 MB/sec execute 600 sec latency 128.789 ms 2023-09-30T12:37:16.523 INFO:teuthology.orchestra.run.smithi150.stdout: 5 cleanup 601 sec 2023-09-30T12:37:16.654 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:16 smithi150 ceph-mon[107401]: pgmap v321: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T12:37:16.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:16 smithi156 ceph-mon[110147]: pgmap v321: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-09-30T12:37:17.523 INFO:teuthology.orchestra.run.smithi150.stdout: 2 cleanup 602 sec 2023-09-30T12:37:18.526 INFO:teuthology.orchestra.run.smithi150.stdout: 2 cleanup 603 sec 2023-09-30T12:37:18.738 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:18 smithi150 ceph-mon[107401]: pgmap v322: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2023-09-30T12:37:18.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:18 smithi156 ceph-mon[110147]: pgmap v322: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2023-09-30T12:37:19.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 604 sec 2023-09-30T12:37:20.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 605 sec 2023-09-30T12:37:20.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:20 smithi150 ceph-mon[107401]: pgmap v323: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-09-30T12:37:20.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:20 smithi156 ceph-mon[110147]: pgmap v323: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-09-30T12:37:21.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 606 sec 2023-09-30T12:37:22.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 607 sec 2023-09-30T12:37:22.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:22 smithi150 ceph-mon[107401]: pgmap v324: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-09-30T12:37:22.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:22 smithi156 ceph-mon[110147]: pgmap v324: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 284 op/s 2023-09-30T12:37:23.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 608 sec 2023-09-30T12:37:24.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 609 sec 2023-09-30T12:37:24.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:24 smithi150 ceph-mon[107401]: pgmap v325: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-09-30T12:37:24.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:24 smithi156 ceph-mon[110147]: pgmap v325: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-09-30T12:37:25.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 610 sec 2023-09-30T12:37:25.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:26.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:26.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 611 sec 2023-09-30T12:37:26.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:26 smithi156 ceph-mon[110147]: pgmap v326: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.6 MiB/s wr, 177 op/s 2023-09-30T12:37:27.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:26 smithi150 ceph-mon[107401]: pgmap v326: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.6 MiB/s wr, 177 op/s 2023-09-30T12:37:27.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 612 sec 2023-09-30T12:37:28.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 613 sec 2023-09-30T12:37:28.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:28 smithi156 ceph-mon[110147]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.6 MiB/s wr, 180 op/s 2023-09-30T12:37:29.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:28 smithi150 ceph-mon[107401]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.6 MiB/s wr, 180 op/s 2023-09-30T12:37:29.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 614 sec 2023-09-30T12:37:30.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 615 sec 2023-09-30T12:37:30.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:30 smithi156 ceph-mon[110147]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 343 KiB/s wr, 48 op/s 2023-09-30T12:37:31.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:30 smithi150 ceph-mon[107401]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 343 KiB/s wr, 48 op/s 2023-09-30T12:37:31.526 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 616 sec 2023-09-30T12:37:32.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 617 sec 2023-09-30T12:37:33.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:32 smithi150 ceph-mon[107401]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 343 KiB/s wr, 48 op/s 2023-09-30T12:37:33.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:32 smithi156 ceph-mon[110147]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 343 KiB/s wr, 48 op/s 2023-09-30T12:37:33.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 618 sec 2023-09-30T12:37:34.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 619 sec 2023-09-30T12:37:35.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:34 smithi150 ceph-mon[107401]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 344 KiB/s wr, 48 op/s 2023-09-30T12:37:35.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:34 smithi156 ceph-mon[110147]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 344 KiB/s wr, 48 op/s 2023-09-30T12:37:35.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 620 sec 2023-09-30T12:37:36.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 621 sec 2023-09-30T12:37:37.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:36 smithi150 ceph-mon[107401]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 3 op/s 2023-09-30T12:37:37.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:36 smithi156 ceph-mon[110147]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 3 op/s 2023-09-30T12:37:37.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 622 sec 2023-09-30T12:37:38.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 623 sec 2023-09-30T12:37:39.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:38 smithi150 ceph-mon[107401]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 3 op/s 2023-09-30T12:37:39.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:38 smithi156 ceph-mon[110147]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 24 KiB/s wr, 3 op/s 2023-09-30T12:37:39.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 624 sec 2023-09-30T12:37:40.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 625 sec 2023-09-30T12:37:41.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:40 smithi150 ceph-mon[107401]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-09-30T12:37:41.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:40 smithi156 ceph-mon[110147]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-09-30T12:37:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:41.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 626 sec 2023-09-30T12:37:42.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 627 sec 2023-09-30T12:37:43.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:42 smithi150 ceph-mon[107401]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-09-30T12:37:43.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:42 smithi156 ceph-mon[110147]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2023-09-30T12:37:43.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 628 sec 2023-09-30T12:37:44.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 629 sec 2023-09-30T12:37:45.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:44 smithi150 ceph-mon[107401]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 0 op/s 2023-09-30T12:37:45.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:44 smithi156 ceph-mon[110147]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 0 op/s 2023-09-30T12:37:45.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 630 sec 2023-09-30T12:37:46.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 631 sec 2023-09-30T12:37:47.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:46 smithi150 ceph-mon[107401]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:47.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:46 smithi156 ceph-mon[110147]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:47.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 632 sec 2023-09-30T12:37:48.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 633 sec 2023-09-30T12:37:49.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:48 smithi150 ceph-mon[107401]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:49.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:48 smithi156 ceph-mon[110147]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:49.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 634 sec 2023-09-30T12:37:50.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 635 sec 2023-09-30T12:37:51.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:50 smithi150 ceph-mon[107401]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:51.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:50 smithi156 ceph-mon[110147]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:51.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 636 sec 2023-09-30T12:37:52.527 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 637 sec 2023-09-30T12:37:52.975 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:52 smithi150 ceph-mon[107401]: pgmap v339: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:53.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:52 smithi156 ceph-mon[110147]: pgmap v339: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:53.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 638 sec 2023-09-30T12:37:54.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 639 sec 2023-09-30T12:37:55.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:54 smithi150 ceph-mon[107401]: pgmap v340: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:37:55.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:54 smithi156 ceph-mon[110147]: pgmap v340: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:37:55.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 640 sec 2023-09-30T12:37:56.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:56.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:37:56.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 641 sec 2023-09-30T12:37:57.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:56 smithi150 ceph-mon[107401]: pgmap v341: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:57.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:56 smithi156 ceph-mon[110147]: pgmap v341: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:37:57.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 642 sec 2023-09-30T12:37:58.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 643 sec 2023-09-30T12:37:59.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:37:58 smithi150 ceph-mon[107401]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-09-30T12:37:59.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:37:58 smithi156 ceph-mon[110147]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-09-30T12:37:59.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 644 sec 2023-09-30T12:38:00.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 645 sec 2023-09-30T12:38:01.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:00 smithi150 ceph-mon[107401]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-09-30T12:38:01.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:00 smithi156 ceph-mon[110147]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-09-30T12:38:01.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 646 sec 2023-09-30T12:38:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 647 sec 2023-09-30T12:38:03.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:02 smithi150 ceph-mon[107401]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-09-30T12:38:03.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:02 smithi156 ceph-mon[110147]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-09-30T12:38:03.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 648 sec 2023-09-30T12:38:04.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 649 sec 2023-09-30T12:38:05.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:04 smithi150 ceph-mon[107401]: pgmap v345: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:38:05.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:04 smithi156 ceph-mon[110147]: pgmap v345: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:38:05.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 650 sec 2023-09-30T12:38:06.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 651 sec 2023-09-30T12:38:07.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:06 smithi150 ceph-mon[107401]: pgmap v346: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:38:07.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:06 smithi156 ceph-mon[110147]: pgmap v346: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:38:07.530 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 652 sec 2023-09-30T12:38:08.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 653 sec 2023-09-30T12:38:09.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:08 smithi150 ceph-mon[107401]: pgmap v347: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-09-30T12:38:09.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:08 smithi156 ceph-mon[110147]: pgmap v347: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-09-30T12:38:09.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 654 sec 2023-09-30T12:38:10.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 655 sec 2023-09-30T12:38:11.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:10 smithi150 ceph-mon[107401]: pgmap v348: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-09-30T12:38:11.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:11.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:10 smithi156 ceph-mon[110147]: pgmap v348: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-09-30T12:38:11.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:11.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 656 sec 2023-09-30T12:38:12.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 657 sec 2023-09-30T12:38:13.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:12 smithi150 ceph-mon[107401]: pgmap v349: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-09-30T12:38:13.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:12 smithi156 ceph-mon[110147]: pgmap v349: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-09-30T12:38:13.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 658 sec 2023-09-30T12:38:14.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 659 sec 2023-09-30T12:38:15.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:14 smithi150 ceph-mon[107401]: pgmap v350: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-09-30T12:38:15.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:14 smithi156 ceph-mon[110147]: pgmap v350: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-09-30T12:38:15.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 660 sec 2023-09-30T12:38:16.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 661 sec 2023-09-30T12:38:17.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:16 smithi150 ceph-mon[107401]: pgmap v351: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T12:38:17.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:16 smithi156 ceph-mon[110147]: pgmap v351: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T12:38:17.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 662 sec 2023-09-30T12:38:18.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 663 sec 2023-09-30T12:38:19.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:18 smithi156 ceph-mon[110147]: pgmap v352: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T12:38:19.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:18 smithi150 ceph-mon[107401]: pgmap v352: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-30T12:38:19.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 664 sec 2023-09-30T12:38:20.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 665 sec 2023-09-30T12:38:21.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:20 smithi150 ceph-mon[107401]: pgmap v353: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:21.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:20 smithi156 ceph-mon[110147]: pgmap v353: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:21.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 666 sec 2023-09-30T12:38:22.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:21 smithi150 ceph-mon[107401]: pgmap v354: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:22.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:21 smithi156 ceph-mon[110147]: pgmap v354: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:22.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 667 sec 2023-09-30T12:38:23.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 668 sec 2023-09-30T12:38:24.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:24 smithi150 ceph-mon[107401]: pgmap v355: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:24.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:24 smithi156 ceph-mon[110147]: pgmap v355: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:24.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 669 sec 2023-09-30T12:38:25.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 670 sec 2023-09-30T12:38:25.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:25.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:26.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 671 sec 2023-09-30T12:38:26.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:26 smithi150 ceph-mon[107401]: pgmap v356: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:26.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:26 smithi156 ceph-mon[110147]: pgmap v356: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:27.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 672 sec 2023-09-30T12:38:28.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 673 sec 2023-09-30T12:38:28.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:28 smithi150 ceph-mon[107401]: pgmap v357: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:28.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:28 smithi156 ceph-mon[110147]: pgmap v357: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:29.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 674 sec 2023-09-30T12:38:30.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 675 sec 2023-09-30T12:38:30.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:30 smithi150 ceph-mon[107401]: pgmap v358: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:30.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:30 smithi156 ceph-mon[110147]: pgmap v358: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:31.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 676 sec 2023-09-30T12:38:32.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 677 sec 2023-09-30T12:38:32.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:32 smithi150 ceph-mon[107401]: pgmap v359: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:32.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:32 smithi156 ceph-mon[110147]: pgmap v359: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:33.531 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 678 sec 2023-09-30T12:38:34.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:34 smithi156 ceph-mon[110147]: pgmap v360: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:34.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 679 sec 2023-09-30T12:38:34.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:34 smithi150 ceph-mon[107401]: pgmap v360: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:35.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 680 sec 2023-09-30T12:38:36.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 681 sec 2023-09-30T12:38:36.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:36 smithi150 ceph-mon[107401]: pgmap v361: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:36.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:36 smithi156 ceph-mon[110147]: pgmap v361: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:37.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 682 sec 2023-09-30T12:38:38.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 683 sec 2023-09-30T12:38:38.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:38 smithi150 ceph-mon[107401]: pgmap v362: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:38.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:38 smithi156 ceph-mon[110147]: pgmap v362: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:39.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 684 sec 2023-09-30T12:38:40.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 685 sec 2023-09-30T12:38:40.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:40 smithi150 ceph-mon[107401]: pgmap v363: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:40.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:40 smithi156 ceph-mon[110147]: pgmap v363: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:41.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 686 sec 2023-09-30T12:38:42.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 687 sec 2023-09-30T12:38:42.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:42 smithi150 ceph-mon[107401]: pgmap v364: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:42.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:42 smithi156 ceph-mon[110147]: pgmap v364: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:43.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 688 sec 2023-09-30T12:38:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:44 smithi156 ceph-mon[110147]: pgmap v365: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:44.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 689 sec 2023-09-30T12:38:44.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:44 smithi150 ceph-mon[107401]: pgmap v365: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:45.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 690 sec 2023-09-30T12:38:46.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 691 sec 2023-09-30T12:38:46.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:46 smithi150 ceph-mon[107401]: pgmap v366: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:46 smithi156 ceph-mon[110147]: pgmap v366: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:47.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 692 sec 2023-09-30T12:38:48.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 693 sec 2023-09-30T12:38:48.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:48 smithi150 ceph-mon[107401]: pgmap v367: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:48.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:48 smithi156 ceph-mon[110147]: pgmap v367: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:49.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 694 sec 2023-09-30T12:38:50.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 695 sec 2023-09-30T12:38:50.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:50 smithi150 ceph-mon[107401]: pgmap v368: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:50.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:50 smithi156 ceph-mon[110147]: pgmap v368: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:51.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 696 sec 2023-09-30T12:38:52.532 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 697 sec 2023-09-30T12:38:52.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:52 smithi150 ceph-mon[107401]: pgmap v369: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:52.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:52 smithi156 ceph-mon[110147]: pgmap v369: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:53.118 INFO:teuthology.orchestra.run.smithi150.stdout: 0 cleanup 697 sec 2023-09-30T12:38:53.118 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:38:53.118 INFO:teuthology.orchestra.run.smithi150.stdout: Operation Count AvgLat MaxLat 2023-09-30T12:38:53.118 INFO:teuthology.orchestra.run.smithi150.stdout: ---------------------------------------- 2023-09-30T12:38:53.118 INFO:teuthology.orchestra.run.smithi150.stdout: NTCreateX 153042 6.969 171.471 2023-09-30T12:38:53.118 INFO:teuthology.orchestra.run.smithi150.stdout: Close 112323 0.130 13.311 2023-09-30T12:38:53.119 INFO:teuthology.orchestra.run.smithi150.stdout: Rename 6478 11.454 212.912 2023-09-30T12:38:53.119 INFO:teuthology.orchestra.run.smithi150.stdout: Unlink 30992 6.887 105.926 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: Qpathinfo 138724 2.729 112.520 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: Qfileinfo 24167 0.090 11.328 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: Qfsinfo 25457 1.420 49.100 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: Sfileinfo 12473 10.493 85.335 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: Find 53653 5.245 153.880 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: WriteX 75593 10.588 222.532 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: ReadX 239780 0.010 8.899 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: LockX 498 0.437 15.421 2023-09-30T12:38:53.121 INFO:teuthology.orchestra.run.smithi150.stdout: UnlockX 498 0.323 14.299 2023-09-30T12:38:53.122 INFO:teuthology.orchestra.run.smithi150.stdout: Flush 10759 0.002 0.020 2023-09-30T12:38:53.122 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:38:53.122 INFO:teuthology.orchestra.run.smithi150.stdout:Throughput 7.93313 MB/sec 5 clients 5 procs max_latency=222.536 ms 2023-09-30T12:38:53.123 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-09-30T12:38:53.195 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-09-30T12:38:53.277 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-09-30T12:38:53.336 INFO:teuthology.orchestra.run.smithi150.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-30T12:38:53.336 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:38:53.336 INFO:teuthology.orchestra.run.smithi150.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-09-30T12:38:53.337 INFO:teuthology.orchestra.run.smithi150.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-30T12:38:53.417 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph orch ps' 2023-09-30T12:38:53.437 INFO:teuthology.orchestra.run.smithi150.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-30T12:38:53.437 INFO:teuthology.orchestra.run.smithi150.stdout:releasing clients 2023-09-30T12:38:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:54 smithi156 ceph-mon[110147]: pgmap v370: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:54 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:38:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:54 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:38:54.453 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:54 smithi150 ceph-mon[107401]: pgmap v370: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:38:54.453 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:54 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:38:54.453 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:54 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:38:55.444 INFO:teuthology.orchestra.run.smithi150.stdout: 5 293 19.51 MB/sec execute 1 sec latency 142.153 ms 2023-09-30T12:38:55.504 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:55 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:55.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:55 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:38:56.086 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:38:56.087 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 starting - - - - 2023-09-30T12:38:56.087 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (18m) - 18m 7000k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:38:56.087 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (17m) - 17m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:38:56.087 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 starting - - - - 2023-09-30T12:38:56.087 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (14m) - 14m 37.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:38:56.087 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (14m) - 14m 14.9M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:38:56.088 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:9283 running (19m) - 19m 333M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:38:56.088 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (12m) - 17m 513M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:38:56.088 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (19m) - 19m 92.4M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:38:56.088 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (17m) - 17m 67.0M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:38:56.088 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (13m) - 13m 255M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:38:56.088 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (13m) - 13m 89.0M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:38:56.089 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 starting - - - - 2023-09-30T12:38:56.089 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 running (11m) - 17m 22.9M - 1.3.1 1dbe0e931976 031b4b1060ce 2023-09-30T12:38:56.089 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (17m) - 17m 508M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:38:56.089 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (16m) - 16m 363M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:38:56.089 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (16m) - 16m 184M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:38:56.089 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (16m) - 16m 457M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:38:56.089 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (15m) - 15m 1426M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:38:56.090 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (15m) - 15m 1640M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:38:56.090 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (15m) - 15m 1359M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:38:56.090 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (14m) - 14m 2144M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:38:56.090 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 starting - - - - 2023-09-30T12:38:56.306 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:56 smithi150 ceph-mon[107401]: pgmap v371: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:56.444 INFO:teuthology.orchestra.run.smithi150.stdout: 5 409 18.73 MB/sec execute 2 sec latency 126.686 ms 2023-09-30T12:38:56.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:56 smithi156 ceph-mon[110147]: pgmap v371: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:38:56.666 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph versions' 2023-09-30T12:38:57.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:57 smithi150 ceph-mon[107401]: from='client.24611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:38:57.444 INFO:teuthology.orchestra.run.smithi150.stdout: 5 543 19.53 MB/sec execute 3 sec latency 162.043 ms 2023-09-30T12:38:57.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:57 smithi156 ceph-mon[110147]: from='client.24611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:38:58.417 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:58 smithi150 ceph-mon[107401]: pgmap v372: 97 pgs: 97 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.6 MiB/s wr, 79 op/s 2023-09-30T12:38:58.448 INFO:teuthology.orchestra.run.smithi150.stdout: 5 725 17.89 MB/sec execute 4 sec latency 125.613 ms 2023-09-30T12:38:58.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:58 smithi156 ceph-mon[110147]: pgmap v372: 97 pgs: 97 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.6 MiB/s wr, 79 op/s 2023-09-30T12:38:59.433 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:39:03.066 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:39:03.066 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:39:03.066 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:39:03.066 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:39:03.067 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:39:03.068 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:39:03.068 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:39:03.068 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:39:03.077 INFO:teuthology.orchestra.run.smithi150.stdout: 5 cleanup 5 sec 2023-09-30T12:39:03.217 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.218 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.218 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:39:03.218 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:38:59 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2643548956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:00 smithi156 ceph-mon[110147]: pgmap v373: 97 pgs: 97 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.6 MiB/s wr, 79 op/s 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:00 smithi156 ceph-mon[110147]: pgmap v374: 97 pgs: 97 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 6.6 MiB/s wr, 94 op/s 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:00 smithi156 ceph-mon[110147]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:00 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:00 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.219 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:39:03.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:39:03.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:39:03.220 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:38:59 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2643548956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:39:03.221 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-09-30T12:39:03.222 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 6 sec 2023-09-30T12:39:03.222 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:00 smithi150 ceph-mon[107401]: pgmap v373: 97 pgs: 97 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.6 MiB/s wr, 79 op/s 2023-09-30T12:39:03.222 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:00 smithi150 ceph-mon[107401]: pgmap v374: 97 pgs: 97 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 6.6 MiB/s wr, 94 op/s 2023-09-30T12:39:03.222 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:00 smithi150 ceph-mon[107401]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-09-30T12:39:03.222 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:00 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.227 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:00 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:03.228 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 7 sec 2023-09-30T12:39:03.228 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 8 sec 2023-09-30T12:39:03.228 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:02 smithi150 ceph-mon[107401]: pgmap v375: 97 pgs: 97 active+clean; 329 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 9.3 MiB/s wr, 193 op/s 2023-09-30T12:39:03.229 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:02 smithi156 ceph-mon[110147]: pgmap v375: 97 pgs: 97 active+clean; 329 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 402 B/s rd, 9.3 MiB/s wr, 193 op/s 2023-09-30T12:39:03.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 9 sec 2023-09-30T12:39:04.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 10 sec 2023-09-30T12:39:05.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:04 smithi150 ceph-mon[107401]: pgmap v376: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1007 B/s rd, 11 MiB/s wr, 212 op/s 2023-09-30T12:39:05.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:04 smithi156 ceph-mon[110147]: pgmap v376: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1007 B/s rd, 11 MiB/s wr, 212 op/s 2023-09-30T12:39:05.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 11 sec 2023-09-30T12:39:06.451 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 12 sec 2023-09-30T12:39:07.119 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:06 smithi150 ceph-mon[107401]: pgmap v377: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1007 B/s rd, 11 MiB/s wr, 212 op/s 2023-09-30T12:39:07.279 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:06 smithi156 ceph-mon[110147]: pgmap v377: 97 pgs: 97 active+clean; 344 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1007 B/s rd, 11 MiB/s wr, 212 op/s 2023-09-30T12:39:07.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 13 sec 2023-09-30T12:39:08.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 14 sec 2023-09-30T12:39:09.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:08 smithi150 ceph-mon[107401]: pgmap v378: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.2 MiB/s wr, 149 op/s 2023-09-30T12:39:09.134 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:08 smithi156 ceph-mon[110147]: pgmap v378: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.2 MiB/s wr, 149 op/s 2023-09-30T12:39:09.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 15 sec 2023-09-30T12:39:10.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 16 sec 2023-09-30T12:39:11.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:10 smithi150 ceph-mon[107401]: pgmap v379: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.2 MiB/s wr, 149 op/s 2023-09-30T12:39:11.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:10 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:11.134 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:11.134 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:10 smithi156 ceph-mon[110147]: pgmap v379: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 4.2 MiB/s wr, 149 op/s 2023-09-30T12:39:11.134 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:10 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:11.134 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:11.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 17 sec 2023-09-30T12:39:12.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 18 sec 2023-09-30T12:39:13.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:12 smithi150 ceph-mon[107401]: pgmap v380: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.6 MiB/s wr, 126 op/s 2023-09-30T12:39:13.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:12 smithi156 ceph-mon[110147]: pgmap v380: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.6 MiB/s wr, 126 op/s 2023-09-30T12:39:13.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 19 sec 2023-09-30T12:39:14.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 20 sec 2023-09-30T12:39:15.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:14 smithi150 ceph-mon[107401]: pgmap v381: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T12:39:15.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:14 smithi156 ceph-mon[110147]: pgmap v381: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T12:39:15.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 21 sec 2023-09-30T12:39:16.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 22 sec 2023-09-30T12:39:17.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:16 smithi150 ceph-mon[107401]: pgmap v382: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 25 KiB/s wr, 26 op/s 2023-09-30T12:39:17.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:16 smithi156 ceph-mon[110147]: pgmap v382: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 25 KiB/s wr, 26 op/s 2023-09-30T12:39:17.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 23 sec 2023-09-30T12:39:18.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 24 sec 2023-09-30T12:39:19.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:18 smithi150 ceph-mon[107401]: pgmap v383: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-09-30T12:39:19.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:18 smithi156 ceph-mon[110147]: pgmap v383: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-09-30T12:39:19.449 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 25 sec 2023-09-30T12:39:20.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 26 sec 2023-09-30T12:39:21.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:20 smithi150 ceph-mon[107401]: pgmap v384: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T12:39:21.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:20 smithi156 ceph-mon[110147]: pgmap v384: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T12:39:21.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 27 sec 2023-09-30T12:39:22.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 28 sec 2023-09-30T12:39:23.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:22 smithi150 ceph-mon[107401]: pgmap v385: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T12:39:23.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:22 smithi156 ceph-mon[110147]: pgmap v385: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-09-30T12:39:23.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 29 sec 2023-09-30T12:39:24.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 30 sec 2023-09-30T12:39:25.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:24 smithi150 ceph-mon[107401]: pgmap v386: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T12:39:25.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:24 smithi156 ceph-mon[110147]: pgmap v386: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T12:39:25.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 31 sec 2023-09-30T12:39:26.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:26.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:26.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 32 sec 2023-09-30T12:39:27.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:26 smithi150 ceph-mon[107401]: pgmap v387: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T12:39:27.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:26 smithi156 ceph-mon[110147]: pgmap v387: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T12:39:27.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 33 sec 2023-09-30T12:39:28.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 34 sec 2023-09-30T12:39:29.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:28 smithi150 ceph-mon[107401]: pgmap v388: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T12:39:29.130 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:28 smithi156 ceph-mon[110147]: pgmap v388: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-30T12:39:29.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 35 sec 2023-09-30T12:39:30.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 36 sec 2023-09-30T12:39:31.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:30 smithi150 ceph-mon[107401]: pgmap v389: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:31.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:30 smithi156 ceph-mon[110147]: pgmap v389: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:31.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 37 sec 2023-09-30T12:39:32.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 38 sec 2023-09-30T12:39:33.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:32 smithi156 ceph-mon[110147]: pgmap v390: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:33.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:32 smithi150 ceph-mon[107401]: pgmap v390: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:33.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 39 sec 2023-09-30T12:39:34.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 40 sec 2023-09-30T12:39:35.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:34 smithi156 ceph-mon[110147]: pgmap v391: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:39:35.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:34 smithi150 ceph-mon[107401]: pgmap v391: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:39:35.451 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 41 sec 2023-09-30T12:39:36.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 42 sec 2023-09-30T12:39:37.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:36 smithi156 ceph-mon[110147]: pgmap v392: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:37.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:36 smithi150 ceph-mon[107401]: pgmap v392: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:37.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 43 sec 2023-09-30T12:39:38.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 44 sec 2023-09-30T12:39:39.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:38 smithi156 ceph-mon[110147]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:39.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:38 smithi150 ceph-mon[107401]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:39.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 45 sec 2023-09-30T12:39:40.450 INFO:teuthology.orchestra.run.smithi150.stdout: 1 cleanup 46 sec 2023-09-30T12:39:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:40 smithi156 ceph-mon[110147]: pgmap v394: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:41.129 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:41.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:40 smithi150 ceph-mon[107401]: pgmap v394: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:41.300 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:41.422 INFO:teuthology.orchestra.run.smithi150.stdout: 0 cleanup 47 sec 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: Operation Count AvgLat MaxLat 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: ---------------------------------------- 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: NTCreateX 502 23.187 162.039 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: Close 465 8.642 80.083 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: Rename 13 16.589 28.834 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: Unlink 34 6.429 63.234 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: Qpathinfo 100 4.206 62.564 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: Qfileinfo 324 13.826 31.511 2023-09-30T12:39:41.423 INFO:teuthology.orchestra.run.smithi150.stdout: Qfsinfo 77 2.425 23.725 2023-09-30T12:39:41.424 INFO:teuthology.orchestra.run.smithi150.stdout: Sfileinfo 65 16.235 51.434 2023-09-30T12:39:41.424 INFO:teuthology.orchestra.run.smithi150.stdout: Find 95 16.706 125.604 2023-09-30T12:39:41.424 INFO:teuthology.orchestra.run.smithi150.stdout: WriteX 1553 0.027 0.097 2023-09-30T12:39:41.424 INFO:teuthology.orchestra.run.smithi150.stdout: ReadX 348 0.016 0.309 2023-09-30T12:39:41.424 INFO:teuthology.orchestra.run.smithi150.stdout: Flush 101 13.766 26.865 2023-09-30T12:39:41.424 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-09-30T12:39:41.424 INFO:teuthology.orchestra.run.smithi150.stdout:Throughput 17.8889 MB/sec 5 clients 5 procs max_latency=162.043 ms 2023-09-30T12:39:41.425 DEBUG:teuthology.parallel:result is None 2023-09-30T12:39:42.599 INFO:teuthology.orchestra.run.smithi150.stdout:wait for servicemap items w/ changing names to refresh 2023-09-30T12:39:43.031 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'sleep 60' 2023-09-30T12:39:43.365 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:42 smithi150 ceph-mon[107401]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:43.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:42 smithi156 ceph-mon[110147]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:39:45.118 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:44 smithi150 ceph-mon[107401]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:39:45.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:44 smithi156 ceph-mon[110147]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:39:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:46 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:46 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:46 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:39:46.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:46 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:39:46.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:46 smithi150 ceph-mon[107401]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-09-30T12:39:46.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:46 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:46.369 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:46 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:46.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:46 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:46.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:46 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:46.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:46 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:39:46.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:46 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:39:46.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:46 smithi156 ceph-mon[110147]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-09-30T12:39:46.380 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:46 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:46.381 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:46 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:47.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:47 smithi150 ceph-mon[107401]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-09-30T12:39:47.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:47 smithi156 ceph-mon[110147]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-09-30T12:39:48.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:48 smithi150 ceph-mon[107401]: pgmap v398: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-30T12:39:48.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:48 smithi156 ceph-mon[110147]: pgmap v398: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-30T12:39:50.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:50 smithi150 ceph-mon[107401]: pgmap v399: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-30T12:39:50.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:50 smithi156 ceph-mon[110147]: pgmap v399: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-30T12:39:52.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:52 smithi150 ceph-mon[107401]: pgmap v400: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-30T12:39:52.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:52 smithi156 ceph-mon[110147]: pgmap v400: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-30T12:39:54.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:54 smithi156 ceph-mon[110147]: pgmap v401: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 521 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:39:54.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:54 smithi150 ceph-mon[107401]: pgmap v401: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 521 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:39:56.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:56 smithi150 ceph-mon[107401]: pgmap v402: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:39:56.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:56 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:56.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:56 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:56 smithi156 ceph-mon[110147]: pgmap v402: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 347 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:39:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:56 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:39:56.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:56 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:39:58.368 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:39:58 smithi150 ceph-mon[107401]: pgmap v403: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:39:58.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:39:58 smithi156 ceph-mon[110147]: pgmap v403: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.7 KiB/s wr, 2 op/s 2023-09-30T12:40:00.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: pgmap v404: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: Upgrade daemon: mgr.smithi150.whkjlu: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi150.whkjlu ... 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: Non-zero exit code 1 from systemctl daemon-reload 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: Traceback (most recent call last): 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: "__main__", mod_spec) 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: exec(code, run_globals) 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 8193, in 2023-09-30T12:40:00.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 8181, in main 2023-09-30T12:40:00.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-09-30T12:40:00.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-09-30T12:40:00.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-09-30T12:40:00.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-09-30T12:40:00.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-09-30T12:40:00.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: File "/tmp/tmpsr5yph9n.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-30T12:40:00.620 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:00 smithi150 ceph-mon[107401]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-30T12:40:00.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: pgmap v404: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-09-30T12:40:00.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: Upgrade daemon: mgr.smithi150.whkjlu: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi150.whkjlu ... 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: Non-zero exit code 1 from systemctl daemon-reload 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: Traceback (most recent call last): 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: "__main__", mod_spec) 2023-09-30T12:40:00.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: exec(code, run_globals) 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 8193, in 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 8181, in main 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: File "/tmp/tmpsr5yph9n.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-30T12:40:00.631 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:00 smithi156 ceph-mon[110147]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-30T12:40:02.382 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:02 smithi156 ceph-mon[110147]: pgmap v405: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-09-30T12:40:02.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:02 smithi150 ceph-mon[107401]: pgmap v405: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-09-30T12:40:04.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:04 smithi156 ceph-mon[110147]: pgmap v406: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-09-30T12:40:04.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:04 smithi150 ceph-mon[107401]: pgmap v406: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-09-30T12:40:06.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:06 smithi150 ceph-mon[107401]: pgmap v407: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:06.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:06 smithi156 ceph-mon[110147]: pgmap v407: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:08.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:08 smithi150 ceph-mon[107401]: pgmap v408: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:08.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:08 smithi156 ceph-mon[110147]: pgmap v408: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:10 smithi150 ceph-mon[107401]: pgmap v409: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:10.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:10 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:40:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:10 smithi156 ceph-mon[110147]: pgmap v409: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:10.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:10 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:40:12.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:12 smithi150 ceph-mon[107401]: pgmap v410: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:13.624 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:12 smithi156 ceph-mon[110147]: pgmap v410: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:14.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:14 smithi156 ceph-mon[110147]: pgmap v411: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:14.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:14 smithi150 ceph-mon[107401]: pgmap v411: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-30T12:40:16.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:16 smithi150 ceph-mon[107401]: pgmap v412: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:16.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:16 smithi156 ceph-mon[110147]: pgmap v412: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:18.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:18 smithi150 ceph-mon[107401]: pgmap v413: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:18.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:18 smithi156 ceph-mon[110147]: pgmap v413: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:20.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:20 smithi150 ceph-mon[107401]: pgmap v414: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:20.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:20 smithi156 ceph-mon[110147]: pgmap v414: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:22.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:22 smithi150 ceph-mon[107401]: pgmap v415: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:22.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:22 smithi156 ceph-mon[110147]: pgmap v415: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:24.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:24 smithi156 ceph-mon[110147]: pgmap v416: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:24.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:24 smithi150 ceph-mon[107401]: pgmap v416: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:25.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:25 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:40:25.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:25 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:40:26.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:26 smithi150 ceph-mon[107401]: pgmap v417: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:26.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:26 smithi156 ceph-mon[110147]: pgmap v417: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:28.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:28 smithi150 ceph-mon[107401]: pgmap v418: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:28.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:28 smithi156 ceph-mon[110147]: pgmap v418: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:30.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:30 smithi150 ceph-mon[107401]: pgmap v419: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:30.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:30 smithi156 ceph-mon[110147]: pgmap v419: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:32.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:32 smithi150 ceph-mon[107401]: pgmap v420: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:32.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:32 smithi156 ceph-mon[110147]: pgmap v420: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:34.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:34 smithi156 ceph-mon[110147]: pgmap v421: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:34.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:34 smithi150 ceph-mon[107401]: pgmap v421: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:36.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:36 smithi150 ceph-mon[107401]: pgmap v422: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:36.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:36 smithi156 ceph-mon[110147]: pgmap v422: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:38.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:38 smithi150 ceph-mon[107401]: pgmap v423: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:38.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:38 smithi156 ceph-mon[110147]: pgmap v423: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:40.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:40 smithi150 ceph-mon[107401]: pgmap v424: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:40.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:40 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:40:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:40 smithi156 ceph-mon[110147]: pgmap v424: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:40.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:40 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:40:42.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:42 smithi150 ceph-mon[107401]: pgmap v425: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:42.630 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:42 smithi156 ceph-mon[110147]: pgmap v425: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:44.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:44 smithi156 ceph-mon[110147]: pgmap v426: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:44.601 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:44 smithi150 ceph-mon[107401]: pgmap v426: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:44.793 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph orch ps' 2023-09-30T12:40:45.510 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:45 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:40:45.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:45 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:40:46.419 INFO:teuthology.orchestra.run.smithi150.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T12:40:46.419 INFO:teuthology.orchestra.run.smithi150.stdout:alertmanager.smithi150 smithi150 *:9093,9094 running (13m) - 19m 25.4M - 0.23.0 ba2b418f427c 8528455e0479 2023-09-30T12:40:46.419 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi150 smithi150 running (19m) - 19m 6991k - 17.2.0 e1d6a67b021e d2dc4857e345 2023-09-30T12:40:46.419 INFO:teuthology.orchestra.run.smithi150.stdout:crash.smithi156 smithi156 running (19m) - 19m 7163k - 17.2.0 e1d6a67b021e 0c147d910500 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:grafana.smithi150 smithi150 *:3000 running (13m) - 19m 59.8M - 8.3.5 dad864ee21e9 2ba4846074e5 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi150.msphuk smithi150 running (15m) - 15m 41.3M - 17.2.0 e1d6a67b021e d1078a5246af 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:mds.foofs.smithi156.nbamoa smithi156 running (15m) - 15m 14.9M - 17.2.0 e1d6a67b021e 9d4d12be900e 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi150.whkjlu smithi150 *:8443,9283,8765 running (20m) - 20m 434M - 17.2.0 e1d6a67b021e e7005a867767 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:mgr.smithi156.fjrxdg smithi156 *:8443,9283 running (14m) - 19m 513M - 18.0.0-6447-g1d10b717 dda7fab67785 9c273f89be3e 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi150 smithi150 running (20m) - 21m 176M 2048M 17.2.0 e1d6a67b021e 9a21c444f1eb 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:mon.smithi156 smithi156 running (19m) - 19m 67.0M 2048M 17.2.0 e1d6a67b021e 581c93d3d6b7 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.0.0.smithi150.qahxhk smithi150 *:2049 running (15m) - 15m 342M - 4.0 e1d6a67b021e b4afdc5f9538 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:nfs.foo.1.0.smithi156.brpxml smithi156 *:2049 running (15m) - 15m 89.0M - 4.0 e1d6a67b021e ec4e2d931434 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi150 smithi150 *:9100 running (13m) - 19m 23.9M - 1.3.1 1dbe0e931976 add303aabfcf 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:node-exporter.smithi156 smithi156 *:9100 running (13m) - 19m 22.9M - 1.3.1 1dbe0e931976 031b4b1060ce 2023-09-30T12:40:46.420 INFO:teuthology.orchestra.run.smithi150.stdout:osd.0 smithi150 running (18m) - 18m 2724M 1942M 17.2.0 e1d6a67b021e e9bb19350c35 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:osd.1 smithi150 running (18m) - 18m 2583M 1942M 17.2.0 e1d6a67b021e 90ada475e198 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:osd.2 smithi150 running (18m) - 18m 2029M 1942M 17.2.0 e1d6a67b021e 27ee3a6bd80d 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:osd.3 smithi150 running (17m) - 17m 2488M 1942M 17.2.0 e1d6a67b021e 931df1ea2880 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:osd.4 smithi156 running (17m) - 17m 1426M 2710M 17.2.0 e1d6a67b021e 90e7cf222619 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:osd.5 smithi156 running (17m) - 17m 1640M 2710M 17.2.0 e1d6a67b021e c8873474ab0f 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:osd.6 smithi156 running (17m) - 17m 1359M 2710M 17.2.0 e1d6a67b021e 593f5e0a3aaa 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:osd.7 smithi156 running (16m) - 16m 2144M 2710M 17.2.0 e1d6a67b021e 684a36930e3c 2023-09-30T12:40:46.421 INFO:teuthology.orchestra.run.smithi150.stdout:prometheus.smithi150 smithi150 *:9095 running (13m) - 19m 71.2M - 2.33.4 514e6a882f6e 165d88f3244e 2023-09-30T12:40:46.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:46 smithi150 ceph-mon[107401]: pgmap v427: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:46.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:46 smithi156 ceph-mon[110147]: pgmap v427: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:46.940 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph orch upgrade status' 2023-09-30T12:40:47.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:47 smithi150 ceph-mon[107401]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:40:47.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:47 smithi156 ceph-mon[110147]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:40:48.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:48 smithi150 ceph-mon[107401]: pgmap v428: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:48.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:48 smithi156 ceph-mon[110147]: pgmap v428: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:48.903 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:40:48.903 INFO:teuthology.orchestra.run.smithi150.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0", 2023-09-30T12:40:48.903 INFO:teuthology.orchestra.run.smithi150.stdout: "in_progress": true, 2023-09-30T12:40:48.903 INFO:teuthology.orchestra.run.smithi150.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-30T12:40:48.903 INFO:teuthology.orchestra.run.smithi150.stdout: "services_complete": [], 2023-09-30T12:40:48.903 INFO:teuthology.orchestra.run.smithi150.stdout: "progress": "1/23 daemons upgraded", 2023-09-30T12:40:48.903 INFO:teuthology.orchestra.run.smithi150.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed.", 2023-09-30T12:40:48.904 INFO:teuthology.orchestra.run.smithi150.stdout: "is_paused": true 2023-09-30T12:40:48.904 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:40:49.497 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph health detail' 2023-09-30T12:40:49.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:49 smithi150 ceph-mon[107401]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:40:49.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:49 smithi156 ceph-mon[110147]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T12:40:50.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:50 smithi150 ceph-mon[107401]: pgmap v429: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:50.629 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:50 smithi156 ceph-mon[110147]: pgmap v429: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:51.141 INFO:teuthology.orchestra.run.smithi150.stdout:HEALTH_WARN Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:40:51.141 INFO:teuthology.orchestra.run.smithi150.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi150.whkjlu on host smithi150 failed. 2023-09-30T12:40:51.141 INFO:teuthology.orchestra.run.smithi150.stdout: Upgrade daemon: mgr.smithi150.whkjlu: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi150.whkjlu ... 2023-09-30T12:40:51.141 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-09-30T12:40:51.141 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout:Traceback (most recent call last): 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: "__main__", mod_spec) 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: exec(code, run_globals) 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 8193, in 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 8181, in main 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-09-30T12:40:51.142 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-09-30T12:40:51.143 INFO:teuthology.orchestra.run.smithi150.stdout: File "/tmp/tmpsr5yph9n.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-30T12:40:51.143 INFO:teuthology.orchestra.run.smithi150.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-30T12:40:51.514 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph versions' 2023-09-30T12:40:51.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:51 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:51 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:51 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:40:51.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:51 smithi150 ceph-mon[107401]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:40:51.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:51 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:51 smithi150 ceph-mon[107401]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.849 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:51 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2672623382' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:40:51.880 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:51 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:51 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:51 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:40:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:51 smithi156 ceph-mon[110147]: from='mgr.14656 172.21.15.156:0/1511280908' entity='mgr.smithi156.fjrxdg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:40:51.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:51 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:51 smithi156 ceph-mon[110147]: from='mgr.14656 ' entity='mgr.smithi156.fjrxdg' 2023-09-30T12:40:51.882 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:51 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2672623382' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-30T12:40:52.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:52 smithi150 ceph-mon[107401]: pgmap v430: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:52.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:52 smithi156 ceph-mon[110147]: pgmap v430: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-30T12:40:52.942 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-09-30T12:40:52.942 INFO:teuthology.orchestra.run.smithi150.stdout: "mon": { 2023-09-30T12:40:52.942 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:40:52.942 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:40:52.942 INFO:teuthology.orchestra.run.smithi150.stdout: "mgr": { 2023-09-30T12:40:52.942 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "osd": { 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "mds": { 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: }, 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "overall": { 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-30T12:40:52.943 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T12:40:52.944 INFO:teuthology.orchestra.run.smithi150.stdout: } 2023-09-30T12:40:52.944 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-09-30T12:40:53.298 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-09-30T12:40:53.614 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:53 smithi150 ceph-mon[107401]: from='client.? 172.21.15.150:0/2480149404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:40:53.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:53 smithi156 ceph-mon[110147]: from='client.? 172.21.15.150:0/2480149404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T12:40:54.730 INFO:teuthology.orchestra.run.smithi150.stdout:false 2023-09-30T12:40:54.868 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:54 smithi150 ceph-mon[107401]: pgmap v431: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:54.879 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:54 smithi156 ceph-mon[110147]: pgmap v431: 97 pgs: 97 active+clean; 240 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-30T12:40:55.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:40:55.113 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi150 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-09-30T12:40:55.190 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=07a85a40ddcd4be69b4832634a042743 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi150 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-09-30T12:40:55.194 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-30T12:40:55.212 INFO:tasks.cephadm:Teardown begin 2023-09-30T12:40:55.213 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:40:55.262 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:40:55.300 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-30T12:40:55.300 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T12:40:55.321 DEBUG:teuthology.orchestra.run.smithi156:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T12:40:55.361 INFO:tasks.cephadm:Stopping all daemons... 2023-09-30T12:40:55.361 INFO:tasks.cephadm.mon.smithi150:Stopping mon.smithi150... 2023-09-30T12:40:55.362 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi150 2023-09-30T12:40:55.618 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:55 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:40:55.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:55 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi150[107378]: 2023-09-30T12:40:55.473+0000 7f5362e79700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi150 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:40:55.619 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Sep 30 12:40:55 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi150[107378]: 2023-09-30T12:40:55.473+0000 7f5362e79700 -1 mon.smithi150@0(leader) e2 *** Got Signal Terminated *** 2023-09-30T12:40:55.838 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi150.service' 2023-09-30T12:40:55.891 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:40:55.892 INFO:tasks.cephadm.mon.smithi150:Stopped mon.smithi150 2023-09-30T12:40:55.892 INFO:tasks.cephadm.mon.smithi156:Stopping mon.smithi156... 2023-09-30T12:40:55.892 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi156 2023-09-30T12:40:56.224 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:55 smithi156 systemd[1]: Stopping Ceph mon.smithi156 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:40:56.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:55 smithi156 bash[135396]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon.smithi156" found: no such container 2023-09-30T12:40:56.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:56 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi156[110114]: 2023-09-30T12:40:56.020+0000 7fd12c614700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi156 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:40:56.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Sep 30 12:40:56 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-mon-smithi156[110114]: 2023-09-30T12:40:56.020+0000 7fd12c614700 -1 mon.smithi156@1(peon) e2 *** Got Signal Terminated *** 2023-09-30T12:40:56.414 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@mon.smithi156.service' 2023-09-30T12:40:56.466 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:40:56.466 INFO:tasks.cephadm.mon.smithi156:Stopped mon.smithi156 2023-09-30T12:40:56.467 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-30T12:40:56.467 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.0 2023-09-30T12:40:56.868 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:40:56 smithi150 systemd[1]: Stopping Ceph osd.0 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:40:56.869 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:40:56 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-30T12:40:56.580+0000 7f877ec28700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:40:56.869 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:40:56 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-30T12:40:56.580+0000 7f877ec28700 -1 osd.0 68 *** Got signal Terminated *** 2023-09-30T12:40:56.869 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:40:56 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-30T12:40:56.580+0000 7f877ec28700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:02.618 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:41:02 smithi150 bash[157832]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-0 2023-09-30T12:41:02.618 INFO:journalctl@ceph.osd.0.smithi150.stdout:Sep 30 12:41:02 smithi150 bash[157875]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.0" found: no such container 2023-09-30T12:41:03.519 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.0.service' 2023-09-30T12:41:03.560 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:03.560 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-30T12:41:03.560 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-30T12:41:03.560 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.1 2023-09-30T12:41:03.868 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:41:03 smithi150 systemd[1]: Stopping Ceph osd.1 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:41:03.868 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:41:03 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-1[124330]: 2023-09-30T12:41:03.721+0000 7ffa16338700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:41:03.869 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:41:03 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-1[124330]: 2023-09-30T12:41:03.721+0000 7ffa16338700 -1 osd.1 68 *** Got signal Terminated *** 2023-09-30T12:41:03.869 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:41:03 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-1[124330]: 2023-09-30T12:41:03.721+0000 7ffa16338700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:09.868 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:41:09 smithi150 bash[158051]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-1 2023-09-30T12:41:09.869 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 30 12:41:09 smithi150 bash[158095]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.1" found: no such container 2023-09-30T12:41:10.614 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.1.service' 2023-09-30T12:41:10.656 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:10.657 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-30T12:41:10.657 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-30T12:41:10.657 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.2 2023-09-30T12:41:10.870 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:41:10 smithi150 systemd[1]: Stopping Ceph osd.2 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:41:10.870 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:41:10 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-2[128679]: 2023-09-30T12:41:10.812+0000 7fafdaf98700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:41:10.870 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:41:10 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-2[128679]: 2023-09-30T12:41:10.812+0000 7fafdaf98700 -1 osd.2 68 *** Got signal Terminated *** 2023-09-30T12:41:10.870 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:41:10 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-2[128679]: 2023-09-30T12:41:10.812+0000 7fafdaf98700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:16.868 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:41:16 smithi150 bash[158271]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-2 2023-09-30T12:41:16.868 INFO:journalctl@ceph.osd.2.smithi150.stdout:Sep 30 12:41:16 smithi150 bash[158352]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.2" found: no such container 2023-09-30T12:41:17.639 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.2.service' 2023-09-30T12:41:17.679 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:17.680 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-30T12:41:17.680 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-09-30T12:41:17.680 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.3 2023-09-30T12:41:18.118 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:41:17 smithi150 systemd[1]: Stopping Ceph osd.3 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:41:18.119 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:41:17 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-3[133006]: 2023-09-30T12:41:17.808+0000 7f8a7ca80700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:41:18.119 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:41:17 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-3[133006]: 2023-09-30T12:41:17.808+0000 7f8a7ca80700 -1 osd.3 68 *** Got signal Terminated *** 2023-09-30T12:41:18.119 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:41:17 smithi150 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-3[133006]: 2023-09-30T12:41:17.808+0000 7f8a7ca80700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:23.618 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:41:23 smithi150 bash[158534]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-3 2023-09-30T12:41:23.618 INFO:journalctl@ceph.osd.3.smithi150.stdout:Sep 30 12:41:23 smithi150 bash[158578]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.3" found: no such container 2023-09-30T12:41:24.127 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:23 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:23.767+0000 7f40b802a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.754132+0000 front 2023-09-30T12:40:58.754151+0000 (oldest deadline 2023-09-30T12:41:22.854100+0000) 2023-09-30T12:41:24.481 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.3.service' 2023-09-30T12:41:24.521 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:24.522 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-09-30T12:41:24.523 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-09-30T12:41:24.523 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.4 2023-09-30T12:41:24.879 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:24 smithi156 systemd[1]: Stopping Ceph osd.4 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:41:24.880 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:24 smithi156 bash[135553]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.4" found: no such container 2023-09-30T12:41:24.880 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:24 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:24.669+0000 7f40ba68d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:41:24.880 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:24 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:24.669+0000 7f40ba68d700 -1 osd.4 68 *** Got signal Terminated *** 2023-09-30T12:41:24.880 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:24 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:24.669+0000 7f40ba68d700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:24.881 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:24 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:24.760+0000 7f40b802a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.754132+0000 front 2023-09-30T12:40:58.754151+0000 (oldest deadline 2023-09-30T12:41:22.854100+0000) 2023-09-30T12:41:25.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:25 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:25.073+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:25.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:25 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:25.026+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:25.740 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:25 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:25.489+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:26.026 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:25 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:25.739+0000 7f40b802a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.754132+0000 front 2023-09-30T12:40:58.754151+0000 (oldest deadline 2023-09-30T12:41:22.854100+0000) 2023-09-30T12:41:26.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:26 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:26.026+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:26.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:26 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:26.063+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:26.879 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:26 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:26.693+0000 7f40b802a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.754132+0000 front 2023-09-30T12:40:58.754151+0000 (oldest deadline 2023-09-30T12:41:22.854100+0000) 2023-09-30T12:41:26.880 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:26 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:26.525+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:27.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:27 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:27.046+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:27.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:27 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:27.071+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:27.879 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:27 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:27.690+0000 7f40b802a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.754132+0000 front 2023-09-30T12:40:58.754151+0000 (oldest deadline 2023-09-30T12:41:22.854100+0000) 2023-09-30T12:41:27.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:27 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:27.498+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:28.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:28 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:27.998+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:28.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:28 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:28.023+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:28.879 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:28 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4[115007]: 2023-09-30T12:41:28.681+0000 7f40b802a700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.754132+0000 front 2023-09-30T12:40:58.754151+0000 (oldest deadline 2023-09-30T12:41:22.854100+0000) 2023-09-30T12:41:28.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:28 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:28.449+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:29.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:28 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:28.959+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:29.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:28 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:28.988+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:29.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:29 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:29.401+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:30.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:29 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:29.986+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:30.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:29 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:29.948+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:30.741 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:30 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:30.415+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:30.742 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:30 smithi156 bash[135566]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-4 2023-09-30T12:41:30.742 INFO:journalctl@ceph.osd.4.smithi156.stdout:Sep 30 12:41:30 smithi156 bash[135611]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.4" found: no such container 2023-09-30T12:41:31.008 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:30 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:30.989+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:31.262 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:31.008+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:31.435 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.4.service' 2023-09-30T12:41:31.476 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:31.477 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-09-30T12:41:31.477 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-09-30T12:41:31.477 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.5 2023-09-30T12:41:31.541 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:31.408+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:31.542 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:31.408+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.910382+0000 front 2023-09-30T12:41:04.910299+0000 (oldest deadline 2023-09-30T12:41:30.810280+0000) 2023-09-30T12:41:31.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:31 smithi156 systemd[1]: Stopping Ceph osd.5 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:41:31.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:31 smithi156 bash[135789]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.5" found: no such container 2023-09-30T12:41:31.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:31.630+0000 7ff0ec3f8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:41:31.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:31.630+0000 7ff0ec3f8700 -1 osd.5 68 *** Got signal Terminated *** 2023-09-30T12:41:31.880 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:31.630+0000 7ff0ec3f8700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:32.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:32 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:32.052+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:32.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:32 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:32.052+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:32.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:31 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:31.952+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:32.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:32 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:32.429+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:32.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:32 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:32.429+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.910382+0000 front 2023-09-30T12:41:04.910299+0000 (oldest deadline 2023-09-30T12:41:30.810280+0000) 2023-09-30T12:41:33.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:33 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:33.031+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:33.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:33 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:33.031+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:33.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:33 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:32.998+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:33.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:33 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:33.414+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:33.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:33 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:33.414+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.910382+0000 front 2023-09-30T12:41:04.910299+0000 (oldest deadline 2023-09-30T12:41:30.810280+0000) 2023-09-30T12:41:34.368 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:34 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:34.064+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:34.368 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:34 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:34.064+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:34.369 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:34 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:34.028+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:34.369 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:34 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:34.028+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:34.629 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:34 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:34.367+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:34.629 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:34 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:34.367+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.910382+0000 front 2023-09-30T12:41:04.910299+0000 (oldest deadline 2023-09-30T12:41:30.810280+0000) 2023-09-30T12:41:35.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:35 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:35.050+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:35.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:35 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:35.050+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:35.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:35 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:35.057+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:35.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:35 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:35.057+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:35.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:35 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:35.393+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:35.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:35 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:35.393+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.910382+0000 front 2023-09-30T12:41:04.910299+0000 (oldest deadline 2023-09-30T12:41:30.810280+0000) 2023-09-30T12:41:36.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:36 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:36.064+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:36.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:36 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:36.064+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:36.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:36 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:36.100+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:36.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:36 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:36.100+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:36.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:36 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:36.405+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.509032+0000 front 2023-09-30T12:40:58.509105+0000 (oldest deadline 2023-09-30T12:41:24.909639+0000) 2023-09-30T12:41:36.879 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:36 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5[118453]: 2023-09-30T12:41:36.405+0000 7ff0e7d91700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.910382+0000 front 2023-09-30T12:41:04.910299+0000 (oldest deadline 2023-09-30T12:41:30.810280+0000) 2023-09-30T12:41:37.317 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:37 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:37.066+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:37.318 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:37 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:37.066+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:37.318 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:37 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:37.102+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:37.318 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:37 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:37.102+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:37.629 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:37 smithi156 bash[135802]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-5 2023-09-30T12:41:37.629 INFO:journalctl@ceph.osd.5.smithi156.stdout:Sep 30 12:41:37 smithi156 bash[135882]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.5" found: no such container 2023-09-30T12:41:38.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:38 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:38.017+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:38.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:38 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:38.017+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:38.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:38 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:38.105+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:38.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:38 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:38.105+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:38.426 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.5.service' 2023-09-30T12:41:38.506 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:38.507 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-09-30T12:41:38.507 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-09-30T12:41:38.507 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.6 2023-09-30T12:41:38.674 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:38 smithi156 systemd[1]: Stopping Ceph osd.6 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:41:38.674 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:38 smithi156 bash[136059]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.6" found: no such container 2023-09-30T12:41:39.022 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:38 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:38.673+0000 7fac6e8f3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:41:39.022 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:38 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:38.673+0000 7fac6e8f3700 -1 osd.6 68 *** Got signal Terminated *** 2023-09-30T12:41:39.022 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:38 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:38.673+0000 7fac6e8f3700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:39.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:39 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:39.021+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:39.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:39 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:39.021+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:39.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:39 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:39.021+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:39.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:39 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:39.133+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:39.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:39 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:39.133+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:39.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:39 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:39.133+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:14.026954+0000 front 2023-09-30T12:41:14.026906+0000 (oldest deadline 2023-09-30T12:41:38.127001+0000) 2023-09-30T12:41:40.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:40.140+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:40.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:40.140+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:40.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:40.140+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:14.026954+0000 front 2023-09-30T12:41:14.026906+0000 (oldest deadline 2023-09-30T12:41:38.127001+0000) 2023-09-30T12:41:40.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:40.027+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:40.381 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:40.027+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:40.381 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:40.027+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:41.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:41 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:41.168+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:41.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:41 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:41.168+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:41.380 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:41 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:41.168+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:14.026954+0000 front 2023-09-30T12:41:14.026906+0000 (oldest deadline 2023-09-30T12:41:38.127001+0000) 2023-09-30T12:41:41.381 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:40.987+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:41.381 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:40.987+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:41.381 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:40 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:40.987+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:42.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:42 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:42.124+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:42.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:42 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:42.124+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:42.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:42 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:42.124+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:14.026954+0000 front 2023-09-30T12:41:14.026906+0000 (oldest deadline 2023-09-30T12:41:38.127001+0000) 2023-09-30T12:41:42.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:42 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:42.010+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:42.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:42 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:42.010+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:42.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:42 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:42.010+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:43.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:43 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:43.121+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:41:00.024973+0000 front 2023-09-30T12:41:00.025126+0000 (oldest deadline 2023-09-30T12:41:24.725038+0000) 2023-09-30T12:41:43.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:43 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:43.121+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:06.426174+0000 front 2023-09-30T12:41:06.426132+0000 (oldest deadline 2023-09-30T12:41:31.126063+0000) 2023-09-30T12:41:43.379 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:43 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6[121985]: 2023-09-30T12:41:43.121+0000 7fac6c290700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:14.026954+0000 front 2023-09-30T12:41:14.026906+0000 (oldest deadline 2023-09-30T12:41:38.127001+0000) 2023-09-30T12:41:43.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:43 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:43.040+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:43.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:43 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:43.040+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:43.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:43 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:43.040+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:44.375 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:44 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:44.074+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:44.375 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:44 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:44.074+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:44.375 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:44 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:44.074+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:44.629 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:44 smithi156 bash[136072]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-6 2023-09-30T12:41:44.629 INFO:journalctl@ceph.osd.6.smithi156.stdout:Sep 30 12:41:44 smithi156 bash[136115]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.6" found: no such container 2023-09-30T12:41:45.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:45.118+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:45.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:45.118+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:45.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:45.118+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:45.474 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.6.service' 2023-09-30T12:41:45.514 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:45.515 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-09-30T12:41:45.515 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-09-30T12:41:45.515 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.7 2023-09-30T12:41:45.879 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 systemd[1]: Stopping Ceph osd.7 for 93928c0e-5f8b-11ee-8db4-212e2dc638e7... 2023-09-30T12:41:45.879 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 bash[136292]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.7" found: no such container 2023-09-30T12:41:45.880 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:45.681+0000 7f1894749700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:41:45.880 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:45.681+0000 7f1894749700 -1 osd.7 68 *** Got signal Terminated *** 2023-09-30T12:41:45.880 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:45 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:45.681+0000 7f1894749700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:41:46.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:46 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:46.099+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:46.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:46 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:46.099+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:46.380 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:46 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:46.099+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:47.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:47 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:47.130+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:47.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:47 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:47.130+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:47.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:47 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:47.130+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:47.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:47 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:47.130+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6830 osd.3 since back 2023-09-30T12:41:22.643437+0000 front 2023-09-30T12:41:22.643395+0000 (oldest deadline 2023-09-30T12:41:46.143322+0000) 2023-09-30T12:41:48.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:48 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:48.139+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:48.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:48 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:48.139+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:48.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:48 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:48.139+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:48.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:48 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:48.139+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6830 osd.3 since back 2023-09-30T12:41:22.643437+0000 front 2023-09-30T12:41:22.643395+0000 (oldest deadline 2023-09-30T12:41:46.143322+0000) 2023-09-30T12:41:49.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:49 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:49.107+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:49.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:49 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:49.107+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:49.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:49 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:49.107+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:49.379 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:49 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:49.107+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6830 osd.3 since back 2023-09-30T12:41:22.643437+0000 front 2023-09-30T12:41:22.643395+0000 (oldest deadline 2023-09-30T12:41:46.143322+0000) 2023-09-30T12:41:50.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:50 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:50.136+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6806 osd.0 since back 2023-09-30T12:40:58.938859+0000 front 2023-09-30T12:40:58.938887+0000 (oldest deadline 2023-09-30T12:41:24.238974+0000) 2023-09-30T12:41:50.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:50 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:50.136+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6814 osd.1 since back 2023-09-30T12:41:04.239666+0000 front 2023-09-30T12:41:04.239645+0000 (oldest deadline 2023-09-30T12:41:33.040155+0000) 2023-09-30T12:41:50.629 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:50 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:50.136+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6822 osd.2 since back 2023-09-30T12:41:13.541239+0000 front 2023-09-30T12:41:13.541266+0000 (oldest deadline 2023-09-30T12:41:38.741650+0000) 2023-09-30T12:41:50.630 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:50 smithi156 ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7[125466]: 2023-09-30T12:41:50.136+0000 7f18920e6700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.150:6830 osd.3 since back 2023-09-30T12:41:22.643437+0000 front 2023-09-30T12:41:22.643395+0000 (oldest deadline 2023-09-30T12:41:46.143322+0000) 2023-09-30T12:41:51.608 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:51 smithi156 bash[136304]: ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd-7 2023-09-30T12:41:51.608 INFO:journalctl@ceph.osd.7.smithi156.stdout:Sep 30 12:41:51 smithi156 bash[136355]: Error: no container with name or ID "ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7-osd.7" found: no such container 2023-09-30T12:41:52.374 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93928c0e-5f8b-11ee-8db4-212e2dc638e7@osd.7.service' 2023-09-30T12:41:52.414 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:41:52.415 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-09-30T12:41:52.415 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T12:42:10.824 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T12:42:25.837 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:42:25.876 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:42:26.070 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-30T12:42:26.073 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481/remote/smithi150/crash 2023-09-30T12:42:26.074 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T12:42:26.128 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T12:42:26.129 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2023-09-30T12:42:26.130 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481/remote/smithi156/crash 2023-09-30T12:42:26.131 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T12:42:26.162 INFO:teuthology.orchestra.run.smithi156.stderr:tar: /var/lib/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T12:42:26.163 INFO:teuthology.orchestra.run.smithi156.stderr:tar: Error is not recoverable: exiting now 2023-09-30T12:42:26.164 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-30T12:42:26.164 DEBUG:teuthology.orchestra.run.smithi150:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-30T12:42:26.195 INFO:teuthology.orchestra.run.smithi150.stderr:grep: /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-30T12:42:26.197 INFO:tasks.cephadm:Compressing logs... 2023-09-30T12:42:26.197 DEBUG:teuthology.orchestra.run.smithi150:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-09-30T12:42:26.240 DEBUG:teuthology.orchestra.run.smithi156:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-09-30T12:42:26.267 INFO:teuthology.orchestra.run.smithi156.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T12:42:26.267 INFO:teuthology.orchestra.run.smithi156.stderr:: No such file or directory 2023-09-30T12:42:26.267 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.6.log 2023-09-30T12:42:26.267 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log: /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-30T12:42:26.270 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mon.smithi156.log 2023-09-30T12:42:26.270 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi156.nbamoa.log 2023-09-30T12:42:26.270 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mon.smithi156.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.7.log 2023-09-30T12:42:26.270 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi156.nbamoa.log: 60.6% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi156.nbamoa.log.gz 2023-09-30T12:42:26.271 INFO:teuthology.orchestra.run.smithi150.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T12:42:26.271 INFO:teuthology.orchestra.run.smithi150.stderr:: No such file or directory 2023-09-30T12:42:26.271 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-30T12:42:26.272 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.2.log 2023-09-30T12:42:26.272 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mon.smithi150.log 2023-09-30T12:42:26.272 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-volume.log: /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.3.log 2023-09-30T12:42:26.272 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mon.smithi150.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.0.log 2023-09-30T12:42:26.272 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi150.msphuk.log 2023-09-30T12:42:26.272 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi150.msphuk.log: 80.3% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi150.msphuk.log.gz 2023-09-30T12:42:26.272 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.1.log 2023-09-30T12:42:26.273 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.4.log 2023-09-30T12:42:26.273 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.5.log 2023-09-30T12:42:26.273 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-30T12:42:26.274 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mgr.smithi156.fjrxdg.log 2023-09-30T12:42:26.274 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mgr.smithi156.fjrxdg.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T12:42:26.274 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mgr.smithi150.whkjlu.log 2023-09-30T12:42:26.275 INFO:teuthology.orchestra.run.smithi150.stderr: 90.8% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-30T12:42:26.282 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mgr.smithi150.whkjlu.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T12:42:26.358 INFO:teuthology.orchestra.run.smithi156.stderr: 91.1% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mgr.smithi156.fjrxdg.log.gz 2023-09-30T12:42:26.407 INFO:teuthology.orchestra.run.smithi150.stderr: 88.6% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mgr.smithi150.whkjlu.log.gz 2023-09-30T12:42:26.520 INFO:teuthology.orchestra.run.smithi156.stderr: 92.3% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mon.smithi156.log.gz 2023-09-30T12:42:27.743 INFO:teuthology.orchestra.run.smithi150.stderr: 91.7% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-mon.smithi150.log.gz 2023-09-30T12:42:34.168 INFO:teuthology.orchestra.run.smithi150.stderr: 94.5% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.2.log.gz 2023-09-30T12:42:37.594 INFO:teuthology.orchestra.run.smithi156.stderr: 94.3% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.6.log.gz 2023-09-30T12:42:37.751 INFO:teuthology.orchestra.run.smithi156.stderr: 94.0% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.4.log.gz 2023-09-30T12:42:38.114 INFO:teuthology.orchestra.run.smithi150.stderr: 94.1% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.3.log.gz 2023-09-30T12:42:38.481 INFO:teuthology.orchestra.run.smithi150.stderr: 94.1% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.0.log.gz 2023-09-30T12:42:38.938 INFO:teuthology.orchestra.run.smithi150.stderr: 94.3% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.1.log.gz 2023-09-30T12:42:38.939 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-09-30T12:42:38.939 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m12.683s 2023-09-30T12:42:38.940 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m44.271s 2023-09-30T12:42:38.940 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m1.938s 2023-09-30T12:42:40.483 INFO:teuthology.orchestra.run.smithi156.stderr: 94.3% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.5.log.gz 2023-09-30T12:42:43.633 INFO:teuthology.orchestra.run.smithi156.stderr: 94.2% -- replaced with /var/log/ceph/93928c0e-5f8b-11ee-8db4-212e2dc638e7/ceph-osd.7.log.gz 2023-09-30T12:42:43.634 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-09-30T12:42:43.635 INFO:teuthology.orchestra.run.smithi156.stderr:real 0m17.377s 2023-09-30T12:42:43.635 INFO:teuthology.orchestra.run.smithi156.stderr:user 0m52.449s 2023-09-30T12:42:43.635 INFO:teuthology.orchestra.run.smithi156.stderr:sys 0m2.211s 2023-09-30T12:42:43.635 INFO:tasks.cephadm:Archiving logs... 2023-09-30T12:42:43.635 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481/remote/smithi150/log 2023-09-30T12:42:43.637 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T12:42:49.703 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481/remote/smithi156/log 2023-09-30T12:42:49.704 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T12:42:57.026 INFO:tasks.cephadm:Removing cluster... 2023-09-30T12:42:57.026 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 --force 2023-09-30T12:42:57.416 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 --force 2023-09-30T12:42:57.804 INFO:tasks.cephadm:Removing cephadm ... 2023-09-30T12:42:57.804 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T12:42:57.824 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T12:42:57.842 INFO:tasks.cephadm:Teardown complete 2023-09-30T12:42:57.843 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-30T12:42:57.853 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-30T12:42:57.854 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T12:42:57.867 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T12:42:57.881 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-09-30T12:42:57.887 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T12:42:57.887 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-09-30T12:42:57.887 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 8 +751us[ +751us] +/- 101ms 2023-09-30T12:42:57.888 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv02.front.sepia.ceph.com 3 6 377 9 -946us[ -927us] +/- 59ms 2023-09-30T12:42:57.888 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 +769us[ +769us] +/- 81ms 2023-09-30T12:42:57.888 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:42:57.900 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2023-09-30T12:42:57.905 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T12:42:57.906 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2023-09-30T12:42:57.906 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 6 +755us[ +755us] +/- 101ms 2023-09-30T12:42:57.906 INFO:teuthology.orchestra.run.smithi156.stdout:^* hv02.front.sepia.ceph.com 3 6 377 9 -940us[ -902us] +/- 59ms 2023-09-30T12:42:57.906 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 7 +763us[ +763us] +/- 81ms 2023-09-30T12:42:57.907 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T12:42:57.907 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-30T12:42:57.921 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-30T12:42:57.922 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-30T12:42:57.933 DEBUG:teuthology.orchestra.run.smithi150:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T12:42:58.028 DEBUG:teuthology.orchestra.run.smithi156:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T12:42:58.121 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T12:42:58.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:42:58.155 DEBUG:teuthology.orchestra.run.smithi156:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T12:42:58.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:42:58.188 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-30T12:42:58.199 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-30T12:42:58.212 INFO:teuthology.task.internal:Duration was 1879.057035 seconds 2023-09-30T12:42:58.213 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-30T12:42:58.225 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-30T12:42:58.226 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T12:42:58.228 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T12:42:58.273 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T12:42:58.276 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T12:42:58.629 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-30T12:42:58.630 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2023-09-30T12:42:58.630 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T12:42:58.655 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2023-09-30T12:42:58.655 DEBUG:teuthology.orchestra.run.smithi156:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T12:42:58.678 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-30T12:42:58.679 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T12:42:58.698 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T12:42:58.774 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-30T12:42:58.774 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T12:42:58.776 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T12:43:07.149 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-30T12:43:07.164 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-30T12:43:07.165 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T12:43:07.193 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T12:43:07.228 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-30T12:43:07.239 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:43:07.241 DEBUG:teuthology.orchestra.run.smithi156:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:43:07.266 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2023-09-30T12:43:07.298 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2023-09-30T12:43:07.332 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:43:07.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:43:07.350 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T12:43:07.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T12:43:07.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-30T12:43:07.402 INFO:teuthology.task.internal:Transferring archived files... 2023-09-30T12:43:07.403 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481/remote/smithi150 2023-09-30T12:43:07.403 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T12:43:07.469 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481/remote/smithi156 2023-09-30T12:43:07.469 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T12:43:07.513 INFO:teuthology.task.internal:Removing archive directory... 2023-09-30T12:43:07.513 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T12:43:07.516 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T12:43:07.565 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-30T12:43:07.584 INFO:teuthology.task.internal:Not uploading archives. 2023-09-30T12:43:07.585 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-30T12:43:07.595 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-30T12:43:07.596 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T12:43:07.598 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T12:43:07.614 INFO:teuthology.orchestra.run.smithi150.stdout: 525846 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 12:43 /home/ubuntu/cephtest 2023-09-30T12:43:07.623 INFO:teuthology.orchestra.run.smithi156.stdout: 525826 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 12:43 /home/ubuntu/cephtest 2023-09-30T12:43:07.625 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-30T12:43:07.636 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-30T12:43:07.658 INFO:teuthology.nuke:Checking targets against current locks 2023-09-30T12:43:07.683 DEBUG:teuthology.nuke:shortname: smithi150 2023-09-30T12:43:07.684 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T12:43:07.707 DEBUG:teuthology.nuke:shortname: smithi156 2023-09-30T12:43:07.708 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T12:43:07.712 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 12:03:05.317656', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDkuDbraOtSvxb7Tfms+X/AM+5T3eH8mxMRDi3vPyRGVvmsDp4DZQKy8/uMTYtX40MCPkpXzJsaAsSv1B8nanOc='} 2023-09-30T12:43:07.733 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:36-orch-main-distro-default-smithi/7407481', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 12:03:05.316227', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLX0f8k8eiBs+tCdqR3oi3awo0m2c4LtOcWbc0CWl44IGPbQPnWCshMOMRyxf0KrW084IGA8D4GWujRxQZnkb+I='} 2023-09-30T12:43:07.764 INFO:teuthology.orchestra.console.smithi150:Power off 2023-09-30T12:43:07.764 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T12:43:07.788 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2023-09-30T12:43:07.789 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:43:07.811 INFO:teuthology.orchestra.console.smithi156:Power off 2023-09-30T12:43:07.812 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T12:43:07.824 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-09-30T12:43:07.845 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2023-09-30T12:43:07.845 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:43:07.869 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-09-30T12:43:11.825 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:43:11.871 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:43:11.938 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-09-30T12:43:11.982 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-09-30T12:43:15.942 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:43:15.983 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T12:43:16.054 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2023-09-30T12:43:16.096 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2023-09-30T12:43:16.155 INFO:teuthology.orchestra.console.smithi150:Power off completed 2023-09-30T12:43:16.198 INFO:teuthology.orchestra.console.smithi156:Power off completed 2023-09-30T12:43:16.662 INFO:teuthology.run:Summary data: description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1879.0570352077484 failure_reason: 'Command failed on smithi150 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93928c0e-5f8b-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=07a85a40ddcd4be69b4832634a042743 status: fail success: false 2023-09-30T12:43:16.664 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T12:43:16.766 INFO:teuthology.run:FAIL