2024-09-16T05:19:49.670 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T05:19:49.686 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T05:19:49.759 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158 branch: squid description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7906158' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8921c8ef947807b717db041d85f0761b7914d5fc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8921c8ef947807b717db041d85f0761b7914d5fc selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: squid sha1: ad35db06e8924912f01e32b35576297c0f1352b4 owner: scheduled_teuthology@teuthology priority: 700 repo: https://git.ceph.com/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 5616 sha1: 8921c8ef947807b717db041d85f0761b7914d5fc sleep_before_teardown: 0 subset: 15927/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_ad35db06e8924912f01e32b35576297c0f1352b4/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: ad35db06e8924912f01e32b35576297c0f1352b4 targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPWxa2UiwwUR9RtbBLOMhkINtMMg0R1Z7g3FL93kgzMUVR665vNuC/kJ+Yj1YPcet24U5Q2Ldv/7urjdG5k0T8M= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKr7ZoDgGC0pFEabpffWgVDzUlzk45u4IOFe87r6tVfcHCbD5/rCuu4mRJjfHnZVOkWhPJZ9najU33I5ZJ463d0= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBF5g25+vtnvWTcZOG1b9q7lb327e/2yXNiVFIpPWb3k6hpGQWiJ8bqwufPbwY3wSsE7Krwmnh64d3iRFJBCRU8= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f4f531dbac0>, signals=[15]) 2024-09-16T05:19:50.240 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T05:19:50.246 INFO:teuthology.task.internal:Opening connections... 2024-09-16T05:19:50.246 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-09-16T05:19:50.247 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:19:50.324 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-09-16T05:19:50.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:19:50.405 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-09-16T05:19:50.406 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:19:50.482 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T05:19:50.491 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-09-16T05:19:50.510 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-09-16T05:19:50.510 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-09-16T05:19:50.568 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2024-09-16T05:19:50.568 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="9" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="9" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el9" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:LOGO="fedora-logo-icon" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T05:19:50.569 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T05:19:50.570 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-09-16T05:19:50.597 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-09-16T05:19:50.616 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-09-16T05:19:50.616 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="CentOS Stream" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="9" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:ID="centos" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="rhel fedora" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="9" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el9" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-09-16T05:19:50.675 INFO:teuthology.orchestra.run.smithi148.stdout:LOGO="fedora-logo-icon" 2024-09-16T05:19:50.676 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T05:19:50.676 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://centos.org/" 2024-09-16T05:19:50.676 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T05:19:50.676 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T05:19:50.676 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T05:19:50.676 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-09-16T05:19:50.697 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-09-16T05:19:50.716 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-09-16T05:19:50.716 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-09-16T05:19:50.774 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="CentOS Stream" 2024-09-16T05:19:50.774 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="9" 2024-09-16T05:19:50.775 INFO:teuthology.orchestra.run.smithi160.stdout:ID="centos" 2024-09-16T05:19:50.775 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="rhel fedora" 2024-09-16T05:19:50.775 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="9" 2024-09-16T05:19:50.775 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el9" 2024-09-16T05:19:50.775 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T05:19:50.776 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2024-09-16T05:19:50.776 INFO:teuthology.orchestra.run.smithi160.stdout:LOGO="fedora-logo-icon" 2024-09-16T05:19:50.776 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T05:19:50.776 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://centos.org/" 2024-09-16T05:19:50.776 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T05:19:50.777 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T05:19:50.777 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T05:19:50.777 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-09-16T05:19:50.805 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T05:19:50.814 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T05:19:50.873 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T05:19:50.873 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-09-16T05:19:50.876 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-09-16T05:19:50.878 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-09-16T05:19:50.895 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T05:19:50.902 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T05:19:50.902 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-09-16T05:19:50.933 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-09-16T05:19:50.936 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-09-16T05:19:51.035 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T05:19:51.108 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T05:19:51.123 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T05:19:51.123 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T05:19:51.123 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T05:19:51.124 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T05:19:51.124 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T05:19:51.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:19:51.142 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-09-16T05:19:51.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:19:51.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:19:51.144 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-09-16T05:19:51.144 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-09-16T05:19:51.205 INFO:teuthology.orchestra.run.smithi160.stdout:5.14.0-503.el9.x86_64 2024-09-16T05:19:51.206 INFO:teuthology.task.kernel:Running kernel on smithi160: 5.14.0-503.el9.x86_64 2024-09-16T05:19:51.206 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2024-09-16T05:19:51.208 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-503.el9.x86_64 2024-09-16T05:19:51.208 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-503.el9.x86_64 2024-09-16T05:19:51.208 INFO:teuthology.task.kernel:Running kernel on smithi088: 5.14.0-503.el9.x86_64 2024-09-16T05:19:51.208 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2024-09-16T05:19:51.209 INFO:teuthology.task.kernel:Running kernel on smithi148: 5.14.0-503.el9.x86_64 2024-09-16T05:19:51.209 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-09-16T05:19:53.683 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-09-16T05:19:55.329 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 3.5 MB/s | 8.2 MB 00:02 2024-09-16T05:19:55.606 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-16T05:19:55.850 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.2 MB 00:02 2024-09-16T05:19:59.956 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-16T05:20:00.676 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - AppStream 5.5 MB/s | 20 MB 00:03 2024-09-16T05:20:01.532 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 19 kB 00:00 2024-09-16T05:20:02.503 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-16T05:20:06.518 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.5 MB 00:02 2024-09-16T05:20:08.192 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-09-16T05:20:08.210 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 19 kB 00:00 2024-09-16T05:20:09.231 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 25 MB/s | 23 MB 00:00 2024-09-16T05:20:10.215 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T05:20:10.215 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T05:20:10.310 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:20:10.319 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:20:10.319 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-16T05:20:10.319 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:20:10.319 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout:Install 4 Packages 2024-09-16T05:20:10.320 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:20:10.321 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 79 M 2024-09-16T05:20:10.321 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 126 M 2024-09-16T05:20:10.321 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:20:10.535 INFO:teuthology.orchestra.run.smithi148.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 203 kB/s | 23 kB 00:00 2024-09-16T05:20:11.302 INFO:teuthology.orchestra.run.smithi148.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 18 MB/s | 16 MB 00:00 2024-09-16T05:20:11.319 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 20 MB 00:14 2024-09-16T05:20:11.877 INFO:teuthology.orchestra.run.smithi148.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 24 MB/s | 35 MB 00:01 2024-09-16T05:20:12.136 INFO:teuthology.orchestra.run.smithi148.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 18 MB/s | 29 MB 00:01 2024-09-16T05:20:12.136 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:20:12.136 INFO:teuthology.orchestra.run.smithi148.stdout:Total 43 MB/s | 79 MB 00:01 2024-09-16T05:20:12.815 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:20:13.170 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:20:13.170 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:20:14.126 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:20:14.126 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:20:14.703 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-16T05:20:15.527 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-16T05:20:16.578 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:20:16.710 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T05:20:16.710 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T05:20:16.800 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T05:20:16.805 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:20:16.806 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:20:16.806 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:20:16.806 INFO:teuthology.orchestra.run.smithi160.stdout:Install 4 Packages 2024-09-16T05:20:16.806 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:20:16.806 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 79 M 2024-09-16T05:20:16.807 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 126 M 2024-09-16T05:20:16.807 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:20:17.021 INFO:teuthology.orchestra.run.smithi160.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 232 kB/s | 23 kB 00:00 2024-09-16T05:20:17.203 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T05:20:17.303 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:20:17.555 INFO:teuthology.orchestra.run.smithi160.stdout:(2/4): kernel-modules-core-5.14.0-505.el9.x86_6 54 MB/s | 29 MB 00:00 2024-09-16T05:20:17.747 INFO:teuthology.orchestra.run.smithi160.stdout:(3/4): kernel-core-5.14.0-505.el9.x86_64.rpm 19 MB/s | 16 MB 00:00 2024-09-16T05:20:17.886 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 16 kB/s | 19 kB 00:01 2024-09-16T05:20:18.164 INFO:teuthology.orchestra.run.smithi160.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 28 MB/s | 35 MB 00:01 2024-09-16T05:20:18.164 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:20:18.164 INFO:teuthology.orchestra.run.smithi160.stdout:Total 58 MB/s | 79 MB 00:01 2024-09-16T05:20:18.851 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:20:18.957 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-16T05:20:19.211 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:20:19.212 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:20:20.138 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:20:20.185 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:20:20.185 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:20:20.295 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:20:22.664 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:20:23.331 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T05:20:23.414 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:20:24.412 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-16T05:20:25.135 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:20:25.171 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:20:26.235 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:20:26.367 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:20:26.368 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T05:20:26.368 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T05:20:26.457 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:20:26.469 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:20:26.470 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:20:26.471 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-09-16T05:20:26.471 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:20:26.471 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 79 M 2024-09-16T05:20:26.471 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 126 M 2024-09-16T05:20:26.471 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:20:26.680 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 239 kB/s | 23 kB 00:00 2024-09-16T05:20:27.072 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-16T05:20:27.456 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 37 MB/s | 29 MB 00:00 2024-09-16T05:20:27.764 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 29 MB/s | 35 MB 00:01 2024-09-16T05:20:27.765 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:20:27.765 INFO:teuthology.orchestra.run.smithi088.stdout:Total 61 MB/s | 79 MB 00:01 2024-09-16T05:20:28.446 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:20:28.793 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:20:28.793 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:20:29.782 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:20:29.783 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:20:30.044 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:20:31.190 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:20:31.292 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:20:32.238 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:20:32.876 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T05:20:32.958 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:20:35.745 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:20:35.861 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:20:36.143 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:20:40.706 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:20:40.928 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:20:45.776 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:08.152 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:08.192 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:08.555 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:08.555 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T05:21:08.555 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:21:08.555 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:21:09.400 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:09.400 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:21:09.400 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:21:09.400 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:09.400 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T05:21:09.400 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T05:21:09.400 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T05:21:09.401 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:21:09.401 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:21:09.734 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T05:21:09.816 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:09.816 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T05:21:09.816 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T05:21:09.816 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T05:21:09.816 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T05:21:09.817 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-16T05:21:09.817 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi148.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T05:21:09.817 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T05:21:09.875 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:09.875 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T05:21:09.876 DEBUG:teuthology.orchestra.run.smithi148:> sudo rpm -qi grub2-tools 2024-09-16T05:21:09.911 INFO:teuthology.orchestra.run.smithi148.stdout:Name : grub2-tools 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Epoch : 1 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Version : 2.06 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Release : 82.el9 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: x86_64 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Group : Unspecified 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Size : 8274670 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:License : GPLv3+ 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T05:21:09.912 INFO:teuthology.orchestra.run.smithi148.stdout:Packager : builder@centos.org 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:Vendor : CentOS 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:Summary : Support tools for GRUB. 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:Description : 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:hardware devices. 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:21:09.913 INFO:teuthology.orchestra.run.smithi148.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T05:21:09.914 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T05:21:09.914 INFO:teuthology.task.kernel:Updating grub on smithi148 to boot 5.14.0-505.el9.x86_64 2024-09-16T05:21:09.914 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T05:21:10.601 INFO:teuthology.orchestra.run.smithi148.stderr:Generating grub configuration file ... 2024-09-16T05:21:11.970 INFO:teuthology.orchestra.run.smithi148.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T05:21:12.002 INFO:teuthology.orchestra.run.smithi148.stderr:done 2024-09-16T05:21:12.004 DEBUG:teuthology.orchestra.run.smithi148:> mktemp 2024-09-16T05:21:12.034 INFO:teuthology.orchestra.run.smithi148.stdout:/tmp/tmp.xGqvkd7Qzb 2024-09-16T05:21:12.035 DEBUG:teuthology.orchestra.run.smithi148:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xGqvkd7Qzb 2024-09-16T05:21:12.103 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0666 /tmp/tmp.xGqvkd7Qzb 2024-09-16T05:21:12.248 DEBUG:teuthology.orchestra.remote:smithi148:/tmp/tmp.xGqvkd7Qzb is 6KB 2024-09-16T05:21:12.296 DEBUG:teuthology.orchestra.run.smithi148:> rm -fr /tmp/tmp.xGqvkd7Qzb 2024-09-16T05:21:12.311 DEBUG:teuthology.orchestra.run.smithi148:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T05:21:12.384 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T05:21:12.384 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T05:21:12.384 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T05:21:12.385 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T05:21:12.386 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T05:21:12.539 DEBUG:teuthology.orchestra.run.smithi148:> sudo shutdown -r now 2024-09-16T05:21:14.267 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:14.306 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:14.658 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:14.658 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T05:21:14.659 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:21:14.659 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:21:15.495 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:21:15.496 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:21:15.856 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T05:21:15.946 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:15.947 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T05:21:15.947 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T05:21:15.947 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T05:21:15.947 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T05:21:15.947 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-16T05:21:15.947 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T05:21:15.947 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T05:21:16.006 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:16.006 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T05:21:16.007 DEBUG:teuthology.orchestra.run.smithi160:> sudo rpm -qi grub2-tools 2024-09-16T05:21:16.038 INFO:teuthology.orchestra.run.smithi160.stdout:Name : grub2-tools 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Epoch : 1 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Version : 2.06 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Release : 82.el9 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: x86_64 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Group : Unspecified 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Size : 8274670 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:License : GPLv3+ 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T05:21:16.039 INFO:teuthology.orchestra.run.smithi160.stdout:Packager : builder@centos.org 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:Vendor : CentOS 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:Summary : Support tools for GRUB. 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:Description : 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:hardware devices. 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:21:16.040 INFO:teuthology.orchestra.run.smithi160.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T05:21:16.041 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T05:21:16.042 INFO:teuthology.task.kernel:Updating grub on smithi160 to boot 5.14.0-505.el9.x86_64 2024-09-16T05:21:16.042 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T05:21:16.661 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-09-16T05:21:18.019 INFO:teuthology.orchestra.run.smithi160.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T05:21:18.044 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-09-16T05:21:18.047 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-09-16T05:21:18.074 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.maDa78onG5 2024-09-16T05:21:18.074 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.maDa78onG5 2024-09-16T05:21:18.149 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.maDa78onG5 2024-09-16T05:21:18.299 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.maDa78onG5 is 6KB 2024-09-16T05:21:18.347 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.maDa78onG5 2024-09-16T05:21:18.373 DEBUG:teuthology.orchestra.run.smithi160:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T05:21:18.452 INFO:teuthology.orchestra.run.smithi160.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T05:21:18.453 INFO:teuthology.orchestra.run.smithi160.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T05:21:18.453 INFO:teuthology.orchestra.run.smithi160.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T05:21:18.453 INFO:teuthology.orchestra.run.smithi160.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T05:21:18.454 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T05:21:18.615 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-09-16T05:21:24.007 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:24.049 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:24.436 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:24.436 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T05:21:24.436 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T05:21:24.436 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T05:21:25.272 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T05:21:25.272 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:21:25.272 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:21:25.272 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:25.272 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T05:21:25.272 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T05:21:25.273 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T05:21:25.273 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:21:25.273 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:21:25.685 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T05:21:25.769 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:25.769 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T05:21:25.769 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T05:21:25.769 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T05:21:25.769 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T05:21:25.769 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-16T05:21:25.770 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T05:21:25.770 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T05:21:25.828 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T05:21:25.829 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T05:21:25.829 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.06 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 82.el9 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Group : Unspecified 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 8274670 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2024-09-16T05:21:25.869 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : builder@centos.org 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2024-09-16T05:21:25.870 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:21:25.871 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T05:21:25.871 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T05:21:25.871 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 5.14.0-505.el9.x86_64 2024-09-16T05:21:25.872 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T05:21:26.504 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2024-09-16T05:21:27.887 INFO:teuthology.orchestra.run.smithi088.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T05:21:27.918 INFO:teuthology.orchestra.run.smithi088.stderr:done 2024-09-16T05:21:27.921 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2024-09-16T05:21:27.936 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.vWsX1AmIBz 2024-09-16T05:21:27.936 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vWsX1AmIBz 2024-09-16T05:21:28.002 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.vWsX1AmIBz 2024-09-16T05:21:28.135 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.vWsX1AmIBz is 6KB 2024-09-16T05:21:28.156 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.vWsX1AmIBz 2024-09-16T05:21:28.171 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T05:21:28.234 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T05:21:28.234 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T05:21:28.234 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T05:21:28.234 INFO:teuthology.orchestra.run.smithi088.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T05:21:28.235 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T05:21:28.385 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2024-09-16T05:21:42.553 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-16T05:21:42.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-16T05:21:42.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:21:48.621 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-16T05:21:48.621 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-16T05:21:48.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:21:58.397 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-16T05:21:58.398 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-16T05:21:58.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:00.897 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-09-16T05:22:07.037 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-16T05:22:09.900 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-16T05:22:09.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:12.957 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-09-16T05:22:16.041 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-16T05:22:16.042 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:16.769 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-09-16T05:22:19.105 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-16T05:22:24.961 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-16T05:22:24.962 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:25.770 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-16T05:22:25.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:28.829 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-09-16T05:22:31.108 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-16T05:22:31.109 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:40.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-16T05:22:40.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:43.389 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-09-16T05:22:43.905 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-09-16T05:22:49.537 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-16T05:22:58.398 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-16T05:22:58.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:58.702 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-09-16T05:22:58.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-16T05:22:58.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:22:59.165 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-16T05:22:59.166 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-16T05:22:59.166 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-09-16T05:22:59.184 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-505.el9.x86_64 2024-09-16T05:22:59.188 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T05:22:59.188 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T05:22:59.188 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T05:23:00.189 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-16T05:23:00.189 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T05:23:00.419 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-09-16T05:23:00.443 DEBUG:teuthology.parallel:result is None 2024-09-16T05:23:04.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-16T05:23:04.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:23:04.946 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-09-16T05:23:05.307 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-16T05:23:05.307 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-16T05:23:05.307 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-09-16T05:23:05.321 INFO:teuthology.orchestra.run.smithi160.stdout:5.14.0-505.el9.x86_64 2024-09-16T05:23:05.322 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T05:23:05.322 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T05:23:05.322 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T05:23:06.323 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-16T05:23:06.323 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T05:23:06.411 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-09-16T05:23:06.432 DEBUG:teuthology.parallel:result is None 2024-09-16T05:23:30.922 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-09-16T05:23:31.284 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-16T05:23:31.285 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-16T05:23:31.286 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-09-16T05:23:31.302 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-505.el9.x86_64 2024-09-16T05:23:31.302 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T05:23:31.303 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T05:23:31.303 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T05:23:32.303 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-16T05:23:32.304 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T05:23:32.363 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-09-16T05:23:32.383 DEBUG:teuthology.parallel:result is None 2024-09-16T05:23:32.383 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T05:23:32.392 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T05:23:32.393 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T05:23:32.395 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T05:23:32.398 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T05:23:32.418 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T05:23:32.428 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T05:23:32.440 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T05:23:32.440 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T05:23:32.453 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T05:23:32.458 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T05:23:32.550 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T05:23:32.558 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T05:23:32.558 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T05:23:32.561 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-09-16T05:23:32.564 DEBUG:teuthology.orchestra.run.smithi160:> 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 2024-09-16T05:23:32.594 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:23:32.594 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:23:32.597 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:23:32.605 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:23:32.606 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:23:32.609 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:23:32.611 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T05:23:32.619 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T05:23:32.620 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T05:23:32.651 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T05:23:32.654 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T05:23:32.682 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T05:23:32.693 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T05:23:32.694 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T05:23:32.720 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T05:23:32.722 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T05:23:32.740 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:23:32.820 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:23:32.868 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:23:32.949 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:23:32.994 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:23:32.994 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T05:23:33.060 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:23:33.105 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:23:33.158 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:23:33.239 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:23:33.285 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:23:33.285 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T05:23:33.352 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:23:33.395 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:23:33.460 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:23:33.501 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:23:33.547 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:23:33.547 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T05:23:33.614 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-09-16T05:23:33.617 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-09-16T05:23:33.619 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-09-16T05:23:33.661 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T05:23:33.673 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T05:23:33.701 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T05:23:34.186 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T05:23:34.195 INFO:teuthology.task.internal:Starting timer... 2024-09-16T05:23:34.196 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T05:23:34.215 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T05:23:34.229 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-16T05:23:34.230 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2024-09-16T05:23:34.272 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2024-09-16T05:23:34.274 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-09-16T05:23:34.322 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-09-16T05:23:34.324 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2024-09-16T05:23:34.385 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2024-09-16T05:23:34.388 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T05:23:34.388 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2024-09-16T05:23:34.417 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2024-09-16T05:23:34.417 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-09-16T05:23:34.449 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-09-16T05:23:34.449 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2024-09-16T05:23:34.479 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2024-09-16T05:23:34.479 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi160.front.sepia.ceph.com': 'permissive'} 2024-09-16T05:23:34.479 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-16T05:23:34.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:23:34.510 DEBUG:teuthology.orchestra.run.smithi148:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-16T05:23:34.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:23:34.542 DEBUG:teuthology.orchestra.run.smithi160:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-16T05:23:34.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:23:34.571 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T05:23:34.571 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2024-09-16T05:23:34.606 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-09-16T05:23:34.645 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2024-09-16T05:23:34.682 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T05:23:34.693 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T05:23:34.708 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'}]}] 2024-09-16T05:23:34.709 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi148.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T05:27:21.936 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-09-16T05:27:21.938 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-16T05:27:21.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:27:22.021 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-09-16T05:27:22.112 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-09-16T05:27:22.112 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-16T05:27:22.113 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:27:22.190 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-09-16T05:27:22.268 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-16T05:27:22.268 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-16T05:27:22.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:27:22.348 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-09-16T05:27:22.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-16T05:27:22.435 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T05:27:22.445 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T05:27:22.445 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T05:27:22.446 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T05:27:22.448 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T05:27:22.448 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-09-16T05:27:22.450 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T05:27:22.451 DEBUG:teuthology.orchestra.run.smithi160:> 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 2024-09-16T05:27:22.476 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T05:27:22.478 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T05:27:22.490 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T05:27:22.493 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T05:27:22.505 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T05:27:22.515 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2024-09-16T05:27:22.517 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-09-16T05:27:22.520 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T05:27:22.526 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2024-09-16T05:27:22.528 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-09-16T05:27:22.540 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T05:27:22.542 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T05:27:22.546 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2024-09-16T05:27:22.557 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T05:27:22.557 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T05:27:22.558 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2024-09-16T05:27:22.572 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T05:27:22.586 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T05:27:22.612 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-09-16T05:27:22.613 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-09-16T05:27:22.616 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T05:27:22.616 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-09-16T05:27:22.616 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.616 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.616 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.616 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.618 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T05:27:22.618 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-09-16T05:27:22.618 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.618 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.618 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.618 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.641 INFO:teuthology.orchestra.run.smithi160.stderr:bash: line 1: ntpq: command not found 2024-09-16T05:27:22.645 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T05:27:22.645 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-09-16T05:27:22.646 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.646 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.646 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.646 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:27:22.647 INFO:teuthology.run_tasks:Running task pexec... 2024-09-16T05:27:22.656 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-16T05:27:22.656 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2024-09-16T05:27:22.656 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T05:27:22.656 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2024-09-16T05:27:22.657 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T05:27:22.657 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi160.front.sepia.ceph.com 2024-09-16T05:27:22.657 DEBUG:teuthology.orchestra.run.smithi160:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T05:27:23.006 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:27:23.008 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:23.008 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-16T05:27:23.008 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:23.008 INFO:teuthology.orchestra.run.smithi088.stdout:Removing: 2024-09-16T05:27:23.008 INFO:teuthology.orchestra.run.smithi088.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T05:27:23.008 INFO:teuthology.orchestra.run.smithi088.stdout:Removing unused dependencies: 2024-09-16T05:27:23.008 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T05:27:23.009 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:23.009 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:27:23.009 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:23.009 INFO:teuthology.orchestra.run.smithi088.stdout:Remove 2 Packages 2024-09-16T05:27:23.009 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:23.009 INFO:teuthology.orchestra.run.smithi088.stdout:Freed space: 5.5 M 2024-09-16T05:27:23.009 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:27:23.011 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:27:23.013 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:27:23.013 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout:Removing: 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout:Removing unused dependencies: 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:23.019 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:27:23.020 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:23.020 INFO:teuthology.orchestra.run.smithi148.stdout:Remove 2 Packages 2024-09-16T05:27:23.020 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:23.020 INFO:teuthology.orchestra.run.smithi148.stdout:Freed space: 5.5 M 2024-09-16T05:27:23.020 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:27:23.024 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:27:23.024 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:27:23.039 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout:Removing: 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout:Removing unused dependencies: 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:23.046 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:27:23.047 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:23.047 INFO:teuthology.orchestra.run.smithi160.stdout:Remove 2 Packages 2024-09-16T05:27:23.047 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:23.047 INFO:teuthology.orchestra.run.smithi160.stdout:Freed space: 5.5 M 2024-09-16T05:27:23.047 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:27:23.051 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:27:23.051 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:27:23.082 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:27:23.083 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:27:23.086 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:27:23.087 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:27:23.111 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:27:23.111 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:27:23.223 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:27:23.229 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:27:23.251 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:27:23.302 INFO:teuthology.orchestra.run.smithi088.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T05:27:23.319 INFO:teuthology.orchestra.run.smithi148.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T05:27:23.335 INFO:teuthology.orchestra.run.smithi160.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T05:27:23.366 INFO:teuthology.orchestra.run.smithi088.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T05:27:23.373 INFO:teuthology.orchestra.run.smithi148.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T05:27:23.395 INFO:teuthology.orchestra.run.smithi160.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T05:27:23.824 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T05:27:23.824 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T05:27:23.850 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T05:27:23.850 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T05:27:23.904 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T05:27:23.904 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T05:27:24.112 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T05:27:24.112 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:24.112 INFO:teuthology.orchestra.run.smithi160.stdout:Removed: 2024-09-16T05:27:24.113 INFO:teuthology.orchestra.run.smithi160.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T05:27:24.113 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:24.113 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:27:24.139 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T05:27:24.139 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:24.139 INFO:teuthology.orchestra.run.smithi088.stdout:Removed: 2024-09-16T05:27:24.139 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T05:27:24.139 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:24.139 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:27:24.191 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T05:27:24.191 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:24.191 INFO:teuthology.orchestra.run.smithi148.stdout:Removed: 2024-09-16T05:27:24.191 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T05:27:24.191 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:24.191 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:27:24.957 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:50 ago on Mon 16 Sep 2024 05:26:34 AM UTC. 2024-09-16T05:27:25.004 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:50 ago on Mon 16 Sep 2024 05:26:34 AM UTC. 2024-09-16T05:27:25.077 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:50 ago on Mon 16 Sep 2024 05:26:34 AM UTC. 2024-09-16T05:27:25.093 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:27:25.093 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:25.093 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-09-16T05:27:25.093 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:25.094 INFO:teuthology.orchestra.run.smithi160.stdout:Install 6 Packages 2024-09-16T05:27:25.095 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:25.112 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 2.0 M 2024-09-16T05:27:25.112 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 9.2 M 2024-09-16T05:27:25.112 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:27:25.148 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T05:27:25.149 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T05:27:25.150 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:25.150 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:27:25.150 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:25.150 INFO:teuthology.orchestra.run.smithi148.stdout:Install 6 Packages 2024-09-16T05:27:25.150 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:25.159 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 2.0 M 2024-09-16T05:27:25.159 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 9.2 M 2024-09-16T05:27:25.159 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:27:25.223 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T05:27:25.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T05:27:25.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T05:27:25.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T05:27:25.225 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:25.225 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:27:25.225 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:25.225 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2024-09-16T05:27:25.225 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:25.234 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.0 M 2024-09-16T05:27:25.234 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 9.2 M 2024-09-16T05:27:25.234 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:27:25.411 INFO:teuthology.orchestra.run.smithi148.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 291 kB/s | 44 kB 00:00 2024-09-16T05:27:25.436 INFO:teuthology.orchestra.run.smithi148.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 596 kB/s | 106 kB 00:00 2024-09-16T05:27:25.459 INFO:teuthology.orchestra.run.smithi160.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 506 kB/s | 44 kB 00:00 2024-09-16T05:27:25.484 INFO:teuthology.orchestra.run.smithi160.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 935 kB/s | 106 kB 00:00 2024-09-16T05:27:25.487 INFO:teuthology.orchestra.run.smithi148.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-16T05:27:25.512 INFO:teuthology.orchestra.run.smithi148.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 714 kB/s | 72 kB 00:00 2024-09-16T05:27:25.518 INFO:teuthology.orchestra.run.smithi160.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-16T05:27:25.537 INFO:teuthology.orchestra.run.smithi148.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.2 MB/s | 906 kB 00:00 2024-09-16T05:27:25.543 INFO:teuthology.orchestra.run.smithi160.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-16T05:27:25.577 INFO:teuthology.orchestra.run.smithi160.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.3 MB/s | 906 kB 00:00 2024-09-16T05:27:25.635 INFO:teuthology.orchestra.run.smithi160.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.0 MB/s | 837 kB 00:00 2024-09-16T05:27:25.636 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:27:25.636 INFO:teuthology.orchestra.run.smithi160.stdout:Total 3.8 MB/s | 2.0 MB 00:00 2024-09-16T05:27:25.637 INFO:teuthology.orchestra.run.smithi148.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.4 MB/s | 837 kB 00:00 2024-09-16T05:27:25.638 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:27:25.638 INFO:teuthology.orchestra.run.smithi148.stdout:Total 4.2 MB/s | 2.0 MB 00:00 2024-09-16T05:27:25.655 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 311 kB/s | 44 kB 00:00 2024-09-16T05:27:25.689 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 601 kB/s | 106 kB 00:00 2024-09-16T05:27:25.710 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:27:25.711 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:27:25.724 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:27:25.724 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:27:25.725 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:27:25.725 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:27:25.747 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 781 kB/s | 72 kB 00:00 2024-09-16T05:27:25.773 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-16T05:27:25.814 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.9 MB/s | 906 kB 00:00 2024-09-16T05:27:25.898 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.4 MB/s | 837 kB 00:00 2024-09-16T05:27:25.898 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:27:25.898 INFO:teuthology.orchestra.run.smithi088.stdout:Total 3.0 MB/s | 2.0 MB 00:00 2024-09-16T05:27:25.975 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:27:25.989 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:27:25.989 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:27:26.002 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:27:26.002 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:27:26.030 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:27:26.030 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:27:26.278 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:27:26.278 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:27:26.406 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:27:26.454 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:27:26.490 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-16T05:27:26.525 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-16T05:27:26.530 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-16T05:27:26.553 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-16T05:27:26.568 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-16T05:27:26.601 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-16T05:27:26.692 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:27:26.788 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-16T05:27:26.792 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-16T05:27:26.809 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-16T05:27:26.826 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-16T05:27:26.834 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-16T05:27:26.849 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-16T05:27:26.855 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-16T05:27:27.074 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-16T05:27:27.111 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-16T05:27:27.283 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-16T05:27:27.291 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-16T05:27:27.316 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-16T05:27:27.328 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-16T05:27:27.554 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-16T05:27:27.582 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-16T05:27:28.277 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-16T05:27:28.277 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-16T05:27:28.277 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-16T05:27:28.277 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-16T05:27:28.278 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-16T05:27:28.278 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-16T05:27:28.347 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-16T05:27:28.347 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-16T05:27:28.347 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-16T05:27:28.347 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-16T05:27:28.347 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-16T05:27:28.347 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-16T05:27:28.532 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-16T05:27:28.532 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-16T05:27:28.532 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-16T05:27:28.533 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-16T05:27:28.533 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-16T05:27:28.533 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-16T05:27:28.619 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-16T05:27:28.619 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:28.619 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:27:28.620 INFO:teuthology.orchestra.run.smithi160.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T05:27:28.620 INFO:teuthology.orchestra.run.smithi160.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T05:27:28.620 INFO:teuthology.orchestra.run.smithi160.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T05:27:28.620 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:28.621 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:27:28.712 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-16T05:27:28.713 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:28.713 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:27:28.713 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T05:27:28.713 INFO:teuthology.orchestra.run.smithi148.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T05:27:28.713 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T05:27:28.713 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:28.713 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:28.849 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:27:28.921 DEBUG:teuthology.parallel:result is None 2024-09-16T05:27:29.038 DEBUG:teuthology.parallel:result is None 2024-09-16T05:27:29.184 DEBUG:teuthology.parallel:result is None 2024-09-16T05:27:29.185 INFO:teuthology.run_tasks:Running task install... 2024-09-16T05:27:29.193 DEBUG:teuthology.task.install:project ceph 2024-09-16T05:27:29.193 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8921c8ef947807b717db041d85f0761b7914d5fc'}} 2024-09-16T05:27:29.193 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8921c8ef947807b717db041d85f0761b7914d5fc'} 2024-09-16T05:27:29.193 INFO:teuthology.task.install:Using flavor: default 2024-09-16T05:27:29.199 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-16T05:27:29.199 INFO:teuthology.task.install:extra packages: [] 2024-09-16T05:27:29.199 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '8921c8ef947807b717db041d85f0761b7914d5fc', 'tag': None, 'wait_for_package': False} 2024-09-16T05:27:29.200 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:27:29.202 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '8921c8ef947807b717db041d85f0761b7914d5fc', 'tag': None, 'wait_for_package': False} 2024-09-16T05:27:29.202 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:27:29.203 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '8921c8ef947807b717db041d85f0761b7914d5fc', 'tag': None, 'wait_for_package': False} 2024-09-16T05:27:29.203 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:27:29.351 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/ 2024-09-16T05:27:29.351 INFO:teuthology.task.install.rpm:Package version is 19.1.1-326.g8921c8ef 2024-09-16T05:27:29.361 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/ 2024-09-16T05:27:29.362 INFO:teuthology.task.install.rpm:Package version is 19.1.1-326.g8921c8ef 2024-09-16T05:27:29.365 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/ 2024-09-16T05:27:29.365 INFO:teuthology.task.install.rpm:Package version is 19.1.1-326.g8921c8ef 2024-09-16T05:27:29.460 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T05:27:29.460 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:27:29.460 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T05:27:29.473 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T05:27:29.474 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:27:29.474 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T05:27:29.479 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T05:27:29.479 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:27:29.480 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T05:27:29.491 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T05:27:29.491 DEBUG:teuthology.orchestra.run.smithi088:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/8921c8ef947807b717db041d85f0761b7914d5fc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T05:27:29.503 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T05:27:29.504 DEBUG:teuthology.orchestra.run.smithi160:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/8921c8ef947807b717db041d85f0761b7914d5fc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T05:27:29.509 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T05:27:29.509 DEBUG:teuthology.orchestra.run.smithi148:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/8921c8ef947807b717db041d85f0761b7914d5fc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T05:27:29.562 DEBUG:teuthology.orchestra.run.smithi088:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T05:27:29.570 DEBUG:teuthology.orchestra.run.smithi160:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T05:27:29.575 DEBUG:teuthology.orchestra.run.smithi148:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T05:27:29.640 DEBUG:teuthology.orchestra.run.smithi088:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T05:27:29.646 DEBUG:teuthology.orchestra.run.smithi160:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T05:27:29.667 DEBUG:teuthology.orchestra.run.smithi148:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T05:27:29.691 INFO:teuthology.orchestra.run.smithi148.stdout:check_obsoletes = 1 2024-09-16T05:27:29.693 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum clean all 2024-09-16T05:27:29.707 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2024-09-16T05:27:29.708 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2024-09-16T05:27:29.711 INFO:teuthology.orchestra.run.smithi160.stdout:check_obsoletes = 1 2024-09-16T05:27:29.712 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum clean all 2024-09-16T05:27:29.910 INFO:teuthology.orchestra.run.smithi148.stdout:45 files removed 2024-09-16T05:27:29.936 INFO:teuthology.orchestra.run.smithi088.stdout:45 files removed 2024-09-16T05:27:29.937 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-radosgw 2024-09-16T05:27:29.940 INFO:teuthology.orchestra.run.smithi160.stdout:45 files removed 2024-09-16T05:27:29.961 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2024-09-16T05:27:29.967 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-radosgw 2024-09-16T05:27:30.562 INFO:teuthology.orchestra.run.smithi148.stdout:ceph packages for x86_64 247 kB/s | 83 kB 00:00 2024-09-16T05:27:30.573 INFO:teuthology.orchestra.run.smithi160.stdout:ceph packages for x86_64 259 kB/s | 83 kB 00:00 2024-09-16T05:27:30.578 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 251 kB/s | 83 kB 00:00 2024-09-16T05:27:31.062 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 26 kB/s | 12 kB 00:00 2024-09-16T05:27:31.062 INFO:teuthology.orchestra.run.smithi148.stdout:ceph noarch packages 25 kB/s | 12 kB 00:00 2024-09-16T05:27:31.065 INFO:teuthology.orchestra.run.smithi160.stdout:ceph noarch packages 26 kB/s | 12 kB 00:00 2024-09-16T05:27:31.449 INFO:teuthology.orchestra.run.smithi160.stdout:ceph source packages 5.4 kB/s | 1.9 kB 00:00 2024-09-16T05:27:31.454 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 5.3 kB/s | 1.9 kB 00:00 2024-09-16T05:27:31.455 INFO:teuthology.orchestra.run.smithi148.stdout:ceph source packages 5.3 kB/s | 1.9 kB 00:00 2024-09-16T05:27:31.974 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.2 MB 00:00 2024-09-16T05:27:32.163 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-09-16T05:27:32.821 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.2 MB 00:01 2024-09-16T05:27:33.768 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-16T05:27:34.556 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - AppStream 32 MB/s | 20 MB 00:00 2024-09-16T05:27:35.922 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 7.6 MB/s | 20 MB 00:02 2024-09-16T05:27:38.202 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-16T05:27:39.777 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - Extras packages 91 kB/s | 19 kB 00:00 2024-09-16T05:27:40.348 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-16T05:27:40.981 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.5 MB 00:02 2024-09-16T05:27:41.065 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 19 MB/s | 23 MB 00:01 2024-09-16T05:27:41.981 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 19 kB 00:00 2024-09-16T05:27:42.457 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 19 kB 00:00 2024-09-16T05:27:43.394 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 18 MB/s | 23 MB 00:01 2024-09-16T05:27:43.511 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-16T05:27:46.554 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-16T05:27:48.708 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-09-16T05:27:48.892 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-16T05:27:48.959 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-radosgw x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 11 M 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout:Upgrading: 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout: librados2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.4 M 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout: librbd1 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.2 M 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T05:27:48.962 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-base x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 5.4 M 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-common x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 21 M 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-selinux x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 25 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 751 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: libradosstriper1 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 506 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: librgw2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 5.3 M 2024-09-16T05:27:48.963 INFO:teuthology.orchestra.run.smithi160.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-argparse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 45 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-common x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 136 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cephfs x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 161 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rados x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 320 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rbd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 300 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rgw x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 99 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T05:27:48.964 INFO:teuthology.orchestra.run.smithi160.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout:Installing weak dependencies: 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout:Install 30 Packages 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout:Upgrade 2 Packages 2024-09-16T05:27:48.965 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:48.966 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 60 M 2024-09-16T05:27:48.966 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:27:49.721 INFO:teuthology.orchestra.run.smithi160.stdout:(1/32): ceph-base-19.1.1-326.g8921c8ef.el9.x86_ 9.9 MB/s | 5.4 MB 00:00 2024-09-16T05:27:49.788 INFO:teuthology.orchestra.run.smithi160.stdout:(2/32): ceph-selinux-19.1.1-326.g8921c8ef.el9.x 378 kB/s | 25 kB 00:00 2024-09-16T05:27:49.939 INFO:teuthology.orchestra.run.smithi160.stdout:(3/32): ceph-radosgw-19.1.1-326.g8921c8ef.el9.x 14 MB/s | 11 MB 00:00 2024-09-16T05:27:49.981 INFO:teuthology.orchestra.run.smithi160.stdout:(4/32): libcephfs2-19.1.1-326.g8921c8ef.el9.x86 3.8 MB/s | 751 kB 00:00 2024-09-16T05:27:50.005 INFO:teuthology.orchestra.run.smithi160.stdout:(5/32): libradosstriper1-19.1.1-326.g8921c8ef.e 7.4 MB/s | 506 kB 00:00 2024-09-16T05:27:50.056 INFO:teuthology.orchestra.run.smithi160.stdout:(6/32): python3-ceph-argparse-19.1.1-326.g8921c 897 kB/s | 45 kB 00:00 2024-09-16T05:27:50.132 INFO:teuthology.orchestra.run.smithi160.stdout:(7/32): python3-ceph-common-19.1.1-326.g8921c8e 1.8 MB/s | 136 kB 00:00 2024-09-16T05:27:50.207 INFO:teuthology.orchestra.run.smithi160.stdout:(8/32): python3-cephfs-19.1.1-326.g8921c8ef.el9 2.1 MB/s | 161 kB 00:00 2024-09-16T05:27:50.282 INFO:teuthology.orchestra.run.smithi160.stdout:(9/32): librgw2-19.1.1-326.g8921c8ef.el9.x86_64 18 MB/s | 5.3 MB 00:00 2024-09-16T05:27:50.307 INFO:teuthology.orchestra.run.smithi160.stdout:(10/32): python3-rados-19.1.1-326.g8921c8ef.el9 3.1 MB/s | 320 kB 00:00 2024-09-16T05:27:50.541 INFO:teuthology.orchestra.run.smithi160.stdout:(11/32): ceph-common-19.1.1-326.g8921c8ef.el9.x 16 MB/s | 21 MB 00:01 2024-09-16T05:27:50.566 INFO:teuthology.orchestra.run.smithi160.stdout:(12/32): python3-rgw-19.1.1-326.g8921c8ef.el9.x 384 kB/s | 99 kB 00:00 2024-09-16T05:27:50.591 INFO:teuthology.orchestra.run.smithi160.stdout:(13/32): python3-rbd-19.1.1-326.g8921c8ef.el9.x 971 kB/s | 300 kB 00:00 2024-09-16T05:27:50.725 INFO:teuthology.orchestra.run.smithi160.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 339 kB/s | 45 kB 00:00 2024-09-16T05:27:50.750 INFO:teuthology.orchestra.run.smithi160.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 512 kB/s | 107 kB 00:00 2024-09-16T05:27:50.776 INFO:teuthology.orchestra.run.smithi160.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 766 kB/s | 160 kB 00:00 2024-09-16T05:27:50.818 INFO:teuthology.orchestra.run.smithi160.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-16T05:27:50.868 INFO:teuthology.orchestra.run.smithi160.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-09-16T05:27:50.901 INFO:teuthology.orchestra.run.smithi160.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.7 MB/s | 662 kB 00:00 2024-09-16T05:27:50.918 INFO:teuthology.orchestra.run.smithi160.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 716 kB/s | 36 kB 00:00 2024-09-16T05:27:50.944 INFO:teuthology.orchestra.run.smithi160.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-09-16T05:27:50.969 INFO:teuthology.orchestra.run.smithi160.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 706 kB/s | 47 kB 00:00 2024-09-16T05:27:51.027 INFO:teuthology.orchestra.run.smithi160.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-16T05:27:51.053 INFO:teuthology.orchestra.run.smithi160.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 378 kB/s | 26 kB 00:00 2024-09-16T05:27:51.078 INFO:teuthology.orchestra.run.smithi160.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 1.0 MB/s | 49 kB 00:00 2024-09-16T05:27:51.080 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 11 M 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.4 M 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.2 M 2024-09-16T05:27:51.082 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 5.4 M 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 21 M 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 25 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 751 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T05:27:51.083 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 506 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 5.3 M 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 45 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 136 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 161 k 2024-09-16T05:27:51.084 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 320 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 300 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 99 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout:Install 30 Packages 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2024-09-16T05:27:51.085 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:27:51.086 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 60 M 2024-09-16T05:27:51.086 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:27:51.103 INFO:teuthology.orchestra.run.smithi160.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-09-16T05:27:51.137 INFO:teuthology.orchestra.run.smithi160.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-16T05:27:51.187 INFO:teuthology.orchestra.run.smithi160.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-16T05:27:51.254 INFO:teuthology.orchestra.run.smithi160.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-09-16T05:27:51.298 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:27:51.300 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 11 M 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrading: 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout: librados2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.4 M 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.2 M 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 5.4 M 2024-09-16T05:27:51.301 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 21 M 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 25 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 751 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 506 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2 x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 5.3 M 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T05:27:51.302 INFO:teuthology.orchestra.run.smithi148.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 45 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 136 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 161 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 320 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 300 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 99 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout:Installing weak dependencies: 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T05:27:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:51.304 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:27:51.304 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:27:51.304 INFO:teuthology.orchestra.run.smithi148.stdout:Install 30 Packages 2024-09-16T05:27:51.304 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrade 2 Packages 2024-09-16T05:27:51.304 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:27:51.304 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 60 M 2024-09-16T05:27:51.304 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:27:51.346 INFO:teuthology.orchestra.run.smithi160.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-16T05:27:51.446 INFO:teuthology.orchestra.run.smithi160.stdout:(31/32): librados2-19.1.1-326.g8921c8ef.el9.x86 13 MB/s | 3.4 MB 00:00 2024-09-16T05:27:51.546 INFO:teuthology.orchestra.run.smithi160.stdout:(32/32): librbd1-19.1.1-326.g8921c8ef.el9.x86_6 11 MB/s | 3.2 MB 00:00 2024-09-16T05:27:51.551 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:27:51.551 INFO:teuthology.orchestra.run.smithi160.stdout:Total 23 MB/s | 60 MB 00:02 2024-09-16T05:27:51.653 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:27:51.689 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:27:51.689 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:27:52.192 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:27:52.192 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:27:52.559 INFO:teuthology.orchestra.run.smithi088.stdout:(1/32): ceph-base-19.1.1-326.g8921c8ef.el9.x86_ 4.2 MB/s | 5.4 MB 00:01 2024-09-16T05:27:52.675 INFO:teuthology.orchestra.run.smithi088.stdout:(2/32): ceph-radosgw-19.1.1-326.g8921c8ef.el9.x 7.6 MB/s | 11 MB 00:01 2024-09-16T05:27:52.700 INFO:teuthology.orchestra.run.smithi088.stdout:(3/32): ceph-selinux-19.1.1-326.g8921c8ef.el9.x 178 kB/s | 25 kB 00:00 2024-09-16T05:27:52.759 INFO:teuthology.orchestra.run.smithi088.stdout:(4/32): libcephfs2-19.1.1-326.g8921c8ef.el9.x86 8.8 MB/s | 751 kB 00:00 2024-09-16T05:27:52.776 INFO:teuthology.orchestra.run.smithi148.stdout:(1/32): ceph-base-19.1.1-326.g8921c8ef.el9.x86_ 4.2 MB/s | 5.4 MB 00:01 2024-09-16T05:27:52.809 INFO:teuthology.orchestra.run.smithi088.stdout:(5/32): libradosstriper1-19.1.1-326.g8921c8ef.e 4.6 MB/s | 506 kB 00:00 2024-09-16T05:27:52.826 INFO:teuthology.orchestra.run.smithi148.stdout:(2/32): ceph-selinux-19.1.1-326.g8921c8ef.el9.x 505 kB/s | 25 kB 00:00 2024-09-16T05:27:52.868 INFO:teuthology.orchestra.run.smithi088.stdout:(6/32): python3-ceph-argparse-19.1.1-326.g8921c 774 kB/s | 45 kB 00:00 2024-09-16T05:27:52.943 INFO:teuthology.orchestra.run.smithi088.stdout:(7/32): python3-ceph-common-19.1.1-326.g8921c8e 1.8 MB/s | 136 kB 00:00 2024-09-16T05:27:52.993 INFO:teuthology.orchestra.run.smithi148.stdout:(3/32): libcephfs2-19.1.1-326.g8921c8ef.el9.x86 4.4 MB/s | 751 kB 00:00 2024-09-16T05:27:53.018 INFO:teuthology.orchestra.run.smithi088.stdout:(8/32): python3-cephfs-19.1.1-326.g8921c8ef.el9 2.1 MB/s | 161 kB 00:00 2024-09-16T05:27:53.111 INFO:teuthology.orchestra.run.smithi148.stdout:(4/32): ceph-radosgw-19.1.1-326.g8921c8ef.el9.x 6.6 MB/s | 11 MB 00:01 2024-09-16T05:27:53.119 INFO:teuthology.orchestra.run.smithi088.stdout:(9/32): librgw2-19.1.1-326.g8921c8ef.el9.x86_64 15 MB/s | 5.3 MB 00:00 2024-09-16T05:27:53.144 INFO:teuthology.orchestra.run.smithi088.stdout:(10/32): python3-rados-19.1.1-326.g8921c8ef.el9 2.5 MB/s | 320 kB 00:00 2024-09-16T05:27:53.152 INFO:teuthology.orchestra.run.smithi148.stdout:(5/32): libradosstriper1-19.1.1-326.g8921c8ef.e 3.1 MB/s | 506 kB 00:00 2024-09-16T05:27:53.178 INFO:teuthology.orchestra.run.smithi088.stdout:(11/32): python3-rbd-19.1.1-326.g8921c8ef.el9.x 5.0 MB/s | 300 kB 00:00 2024-09-16T05:27:53.203 INFO:teuthology.orchestra.run.smithi088.stdout:(12/32): python3-rgw-19.1.1-326.g8921c8ef.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-16T05:27:53.211 INFO:teuthology.orchestra.run.smithi148.stdout:(6/32): python3-ceph-argparse-19.1.1-326.g8921c 776 kB/s | 45 kB 00:00 2024-09-16T05:27:53.278 INFO:teuthology.orchestra.run.smithi148.stdout:(7/32): python3-ceph-common-19.1.1-326.g8921c8e 2.0 MB/s | 136 kB 00:00 2024-09-16T05:27:53.353 INFO:teuthology.orchestra.run.smithi148.stdout:(8/32): python3-cephfs-19.1.1-326.g8921c8ef.el9 2.1 MB/s | 161 kB 00:00 2024-09-16T05:27:53.378 INFO:teuthology.orchestra.run.smithi088.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 533 kB/s | 107 kB 00:00 2024-09-16T05:27:53.404 INFO:teuthology.orchestra.run.smithi088.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 799 kB/s | 160 kB 00:00 2024-09-16T05:27:53.428 INFO:teuthology.orchestra.run.smithi148.stdout:(9/32): python3-rados-19.1.1-326.g8921c8ef.el9. 4.2 MB/s | 320 kB 00:00 2024-09-16T05:27:53.429 INFO:teuthology.orchestra.run.smithi088.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 908 kB/s | 45 kB 00:00 2024-09-16T05:27:53.513 INFO:teuthology.orchestra.run.smithi088.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-09-16T05:27:53.529 INFO:teuthology.orchestra.run.smithi148.stdout:(10/32): librgw2-19.1.1-326.g8921c8ef.el9.x86_6 13 MB/s | 5.3 MB 00:00 2024-09-16T05:27:53.546 INFO:teuthology.orchestra.run.smithi088.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.6 MB/s | 662 kB 00:00 2024-09-16T05:27:53.554 INFO:teuthology.orchestra.run.smithi148.stdout:(11/32): python3-rbd-19.1.1-326.g8921c8ef.el9.x 2.3 MB/s | 300 kB 00:00 2024-09-16T05:27:53.571 INFO:teuthology.orchestra.run.smithi088.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 722 kB/s | 42 kB 00:00 2024-09-16T05:27:53.588 INFO:teuthology.orchestra.run.smithi148.stdout:(12/32): python3-rgw-19.1.1-326.g8921c8ef.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-16T05:27:53.605 INFO:teuthology.orchestra.run.smithi088.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-09-16T05:27:53.630 INFO:teuthology.orchestra.run.smithi088.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 612 kB/s | 36 kB 00:00 2024-09-16T05:27:53.639 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:27:53.716 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-16T05:27:53.752 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-16T05:27:53.785 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-16T05:27:53.808 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-16T05:27:53.813 INFO:teuthology.orchestra.run.smithi148.stdout:(13/32): ceph-common-19.1.1-326.g8921c8ef.el9.x 9.2 MB/s | 21 MB 00:02 2024-09-16T05:27:53.833 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-16T05:27:53.839 INFO:teuthology.orchestra.run.smithi088.stdout:(21/32): ceph-common-19.1.1-326.g8921c8ef.el9.x 8.3 MB/s | 21 MB 00:02 2024-09-16T05:27:53.863 INFO:teuthology.orchestra.run.smithi148.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 346 kB/s | 107 kB 00:00 2024-09-16T05:27:53.864 INFO:teuthology.orchestra.run.smithi088.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 183 kB/s | 47 kB 00:00 2024-09-16T05:27:53.931 INFO:teuthology.orchestra.run.smithi088.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 490 kB/s | 26 kB 00:00 2024-09-16T05:27:53.956 INFO:teuthology.orchestra.run.smithi088.stdout:(24/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 944 kB/s | 308 kB 00:00 2024-09-16T05:27:53.963 INFO:teuthology.orchestra.run.smithi148.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 426 kB/s | 160 kB 00:00 2024-09-16T05:27:53.989 INFO:teuthology.orchestra.run.smithi148.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 258 kB/s | 45 kB 00:00 2024-09-16T05:27:53.990 INFO:teuthology.orchestra.run.smithi088.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 828 kB/s | 49 kB 00:00 2024-09-16T05:27:54.015 INFO:teuthology.orchestra.run.smithi088.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-16T05:27:54.022 INFO:teuthology.orchestra.run.smithi148.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-09-16T05:27:54.026 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-16T05:27:54.048 INFO:teuthology.orchestra.run.smithi148.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 721 kB/s | 42 kB 00:00 2024-09-16T05:27:54.057 INFO:teuthology.orchestra.run.smithi088.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 4.5 MB/s | 191 kB 00:00 2024-09-16T05:27:54.079 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-16T05:27:54.081 INFO:teuthology.orchestra.run.smithi148.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-09-16T05:27:54.106 INFO:teuthology.orchestra.run.smithi148.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-09-16T05:27:54.116 INFO:teuthology.orchestra.run.smithi088.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.5 MB/s | 839 kB 00:00 2024-09-16T05:27:54.132 INFO:teuthology.orchestra.run.smithi148.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-09-16T05:27:54.157 INFO:teuthology.orchestra.run.smithi148.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 628 kB/s | 47 kB 00:00 2024-09-16T05:27:54.192 INFO:teuthology.orchestra.run.smithi088.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-09-16T05:27:54.216 INFO:teuthology.orchestra.run.smithi148.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 589 kB/s | 26 kB 00:00 2024-09-16T05:27:54.241 INFO:teuthology.orchestra.run.smithi148.stdout:(24/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.2 MB/s | 308 kB 00:00 2024-09-16T05:27:54.266 INFO:teuthology.orchestra.run.smithi148.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 968 kB/s | 49 kB 00:00 2024-09-16T05:27:54.292 INFO:teuthology.orchestra.run.smithi148.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-16T05:27:54.317 INFO:teuthology.orchestra.run.smithi088.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.3 MB/s | 4.4 MB 00:00 2024-09-16T05:27:54.333 INFO:teuthology.orchestra.run.smithi148.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 4.5 MB/s | 191 kB 00:00 2024-09-16T05:27:54.367 INFO:teuthology.orchestra.run.smithi148.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-09-16T05:27:54.409 INFO:teuthology.orchestra.run.smithi088.stdout:(31/32): librbd1-19.1.1-326.g8921c8ef.el9.x86_6 15 MB/s | 3.2 MB 00:00 2024-09-16T05:27:54.434 INFO:teuthology.orchestra.run.smithi148.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-16T05:27:54.470 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-16T05:27:54.526 INFO:teuthology.orchestra.run.smithi148.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-16T05:27:54.528 INFO:teuthology.orchestra.run.smithi160.stdout: Upgrading : librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:27:54.567 INFO:teuthology.orchestra.run.smithi088.stdout:(32/32): librados2-19.1.1-326.g8921c8ef.el9.x86 7.6 MB/s | 3.4 MB 00:00 2024-09-16T05:27:54.572 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:27:54.572 INFO:teuthology.orchestra.run.smithi088.stdout:Total 17 MB/s | 60 MB 00:03 2024-09-16T05:27:54.620 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:27:54.670 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:27:54.705 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:27:54.705 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:27:54.709 INFO:teuthology.orchestra.run.smithi148.stdout:(31/32): librbd1-19.1.1-326.g8921c8ef.el9.x86_6 11 MB/s | 3.2 MB 00:00 2024-09-16T05:27:54.710 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 8/34 2024-09-16T05:27:54.738 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 9/34 2024-09-16T05:27:54.801 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 9/34 2024-09-16T05:27:54.810 INFO:teuthology.orchestra.run.smithi148.stdout:(32/32): librados2-19.1.1-326.g8921c8ef.el9.x86 7.7 MB/s | 3.4 MB 00:00 2024-09-16T05:27:54.814 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:27:54.815 INFO:teuthology.orchestra.run.smithi148.stdout:Total 17 MB/s | 60 MB 00:03 2024-09-16T05:27:54.830 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-16T05:27:54.880 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x 11/34 2024-09-16T05:27:54.911 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:27:54.946 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:27:54.947 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:27:54.952 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 12/34 2024-09-16T05:27:54.974 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:27:55.038 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:27:55.072 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-16T05:27:55.192 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-16T05:27:55.202 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:27:55.203 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:27:55.232 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-16T05:27:55.272 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-16T05:27:55.305 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-16T05:27:55.334 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-16T05:27:55.367 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-16T05:27:55.453 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:27:55.453 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:27:55.689 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-16T05:27:55.730 INFO:teuthology.orchestra.run.smithi160.stdout: Upgrading : librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 22/34 2024-09-16T05:27:55.819 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 22/34 2024-09-16T05:27:55.859 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 23/34 2024-09-16T05:27:55.904 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-16T05:27:56.388 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-16T05:27:56.415 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 26/34 2024-09-16T05:27:56.469 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 26/34 2024-09-16T05:27:56.539 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 27/34 2024-09-16T05:27:56.568 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86 28/34 2024-09-16T05:27:56.624 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:27:56.717 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-16T05:27:56.756 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-16T05:27:56.781 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-16T05:27:56.803 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-16T05:27:56.828 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-16T05:27:56.923 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:27:57.007 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-16T05:27:57.018 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-16T05:27:57.056 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-16T05:27:57.058 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-16T05:27:57.090 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-16T05:27:57.113 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-16T05:27:57.132 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-16T05:27:57.340 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-16T05:27:57.394 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-16T05:27:57.444 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-16T05:27:57.499 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:27:57.601 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:27:57.690 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 8/34 2024-09-16T05:27:57.718 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 9/34 2024-09-16T05:27:57.781 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 9/34 2024-09-16T05:27:57.800 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-16T05:27:57.817 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-16T05:27:57.859 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:27:57.870 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x 11/34 2024-09-16T05:27:57.946 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 12/34 2024-09-16T05:27:57.951 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:27:57.989 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:27:58.042 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 8/34 2024-09-16T05:27:58.050 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:27:58.077 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 9/34 2024-09-16T05:27:58.085 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-16T05:27:58.140 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 9/34 2024-09-16T05:27:58.168 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-16T05:27:58.200 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-16T05:27:58.221 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x 11/34 2024-09-16T05:27:58.244 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-16T05:27:58.288 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-16T05:27:58.291 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 12/34 2024-09-16T05:27:58.313 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:27:58.317 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-16T05:27:58.346 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-16T05:27:58.377 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:27:58.384 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-16T05:27:58.412 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-16T05:27:58.523 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-16T05:27:58.570 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-16T05:27:58.611 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-16T05:27:58.652 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-16T05:27:58.690 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-16T05:27:58.690 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-16T05:27:58.722 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-16T05:27:58.734 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 22/34 2024-09-16T05:27:58.841 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 22/34 2024-09-16T05:27:58.879 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 23/34 2024-09-16T05:27:58.909 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:27:58.916 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-16T05:27:58.947 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:27:59.050 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-16T05:27:59.094 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 22/34 2024-09-16T05:27:59.184 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 22/34 2024-09-16T05:27:59.215 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 23/34 2024-09-16T05:27:59.252 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-16T05:27:59.397 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-16T05:27:59.428 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 26/34 2024-09-16T05:27:59.499 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 26/34 2024-09-16T05:27:59.517 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:27:59.559 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 30/34 2024-09-16T05:27:59.585 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 27/34 2024-09-16T05:27:59.613 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86 28/34 2024-09-16T05:27:59.654 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 30/34 2024-09-16T05:27:59.654 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T05:27:59.654 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T05:27:59.654 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:27:59.694 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:27:59.734 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-16T05:27:59.763 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 26/34 2024-09-16T05:27:59.817 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 26/34 2024-09-16T05:27:59.887 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 27/34 2024-09-16T05:27:59.923 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86 28/34 2024-09-16T05:28:01.872 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:28:01.918 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:28:02.283 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:28:02.336 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:28:02.482 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:28:02.521 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 30/34 2024-09-16T05:28:02.604 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 30/34 2024-09-16T05:28:02.605 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T05:28:02.605 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T05:28:02.605 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:02.640 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:02.914 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 29/34 2024-09-16T05:28:02.965 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 30/34 2024-09-16T05:28:03.064 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 30/34 2024-09-16T05:28:03.065 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T05:28:03.065 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T05:28:03.065 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:03.099 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:09.913 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:09.913 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /sys 2024-09-16T05:28:09.914 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /proc 2024-09-16T05:28:09.914 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /mnt 2024-09-16T05:28:09.914 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /var/tmp 2024-09-16T05:28:09.914 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /home 2024-09-16T05:28:09.914 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /root 2024-09-16T05:28:09.914 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /tmp 2024-09-16T05:28:09.914 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:10.902 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 32/34 2024-09-16T05:28:10.928 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 32/34 2024-09-16T05:28:10.928 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:10.928 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T05:28:10.929 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:28:10.929 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:28:10.929 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:10.930 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-16T05:28:11.020 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-16T05:28:11.021 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:12.192 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:12.192 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 1/34 2024-09-16T05:28:12.192 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2/34 2024-09-16T05:28:12.192 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 3/34 2024-09-16T05:28:12.192 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 4/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 5/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 6/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x 8/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86 9/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 10/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 11/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 12/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-16T05:28:12.193 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-16T05:28:12.194 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-16T05:28:12.195 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-16T05:28:12.195 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-16T05:28:12.195 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-16T05:28:12.195 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:12.196 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-16T05:28:12.196 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 33/34 2024-09-16T05:28:12.787 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:12.787 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2024-09-16T05:28:12.788 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2024-09-16T05:28:12.788 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2024-09-16T05:28:12.788 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2024-09-16T05:28:12.788 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2024-09-16T05:28:12.788 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /root 2024-09-16T05:28:12.788 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2024-09-16T05:28:12.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:12.889 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /sys 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /proc 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /mnt 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /var/tmp 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /home 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /root 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /tmp 2024-09-16T05:28:12.890 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:13.251 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:13.251 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:13.251 INFO:teuthology.orchestra.run.smithi160.stdout:Upgraded: 2024-09-16T05:28:13.251 INFO:teuthology.orchestra.run.smithi160.stdout: librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.251 INFO:teuthology.orchestra.run.smithi160.stdout: librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.251 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T05:28:13.252 INFO:teuthology.orchestra.run.smithi160.stdout: libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T05:28:13.253 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T05:28:13.254 INFO:teuthology.orchestra.run.smithi160.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T05:28:13.254 INFO:teuthology.orchestra.run.smithi160.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T05:28:13.254 INFO:teuthology.orchestra.run.smithi160.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T05:28:13.254 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:13.254 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:13.639 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-test 2024-09-16T05:28:13.796 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 32/34 2024-09-16T05:28:13.821 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 32/34 2024-09-16T05:28:13.821 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:13.821 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T05:28:13.821 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:28:13.821 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:28:13.821 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:13.824 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-16T05:28:13.866 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 32/34 2024-09-16T05:28:13.891 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 32/34 2024-09-16T05:28:13.892 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:13.892 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T05:28:13.892 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:28:13.892 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:28:13.892 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:13.893 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-16T05:28:13.908 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-16T05:28:13.908 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:13.968 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-16T05:28:13.969 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:14.197 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:28 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:14.330 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:14.330 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:14.330 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:28:14.330 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:14.330 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:28:14.330 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-test x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 49 M 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout: libcephsqlite x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 163 k 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout:Install 4 Packages 2024-09-16T05:28:14.331 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:14.332 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 49 M 2024-09-16T05:28:14.332 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 209 M 2024-09-16T05:28:14.332 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:28:14.810 INFO:teuthology.orchestra.run.smithi160.stdout:(1/4): libcephsqlite-19.1.1-326.g8921c8ef.el9.x 378 kB/s | 163 kB 00:00 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 1/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 3/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 4/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 5/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 6/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x 8/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86 9/34 2024-09-16T05:28:15.111 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 10/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 11/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 12/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-16T05:28:15.112 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-16T05:28:15.113 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-16T05:28:15.114 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:15.114 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-16T05:28:15.114 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 33/34 2024-09-16T05:28:15.127 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 1/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 3/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 4/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 5/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 6/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 7/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x 8/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86 9/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 10/34 2024-09-16T05:28:15.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 11/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 12/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 13/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-16T05:28:15.129 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 31/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-16T05:28:15.130 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 33/34 2024-09-16T05:28:15.153 INFO:teuthology.orchestra.run.smithi160.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 393 kB/s | 304 kB 00:00 2024-09-16T05:28:15.427 INFO:teuthology.orchestra.run.smithi160.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 103 kB/s | 64 kB 00:00 2024-09-16T05:28:16.116 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:16.116 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:16.116 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2024-09-16T05:28:16.116 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.116 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.116 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.117 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T05:28:16.118 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T05:28:16.119 INFO:teuthology.orchestra.run.smithi088.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T05:28:16.119 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T05:28:16.119 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:16.119 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:16.370 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-16T05:28:16.370 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:16.370 INFO:teuthology.orchestra.run.smithi148.stdout:Upgraded: 2024-09-16T05:28:16.370 INFO:teuthology.orchestra.run.smithi148.stdout: librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.370 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.370 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:28:16.370 INFO:teuthology.orchestra.run.smithi148.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.371 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T05:28:16.372 INFO:teuthology.orchestra.run.smithi148.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T05:28:16.373 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:16.373 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:16.486 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2024-09-16T05:28:16.770 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-test 2024-09-16T05:28:17.051 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:29 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:17.144 INFO:teuthology.orchestra.run.smithi160.stdout:(4/4): ceph-test-19.1.1-326.g8921c8ef.el9.x86_6 18 MB/s | 49 MB 00:02 2024-09-16T05:28:17.146 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:17.147 INFO:teuthology.orchestra.run.smithi160.stdout:Total 17 MB/s | 49 MB 00:02 2024-09-16T05:28:17.174 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:28:17.187 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 49 M 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 163 k 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:28:17.188 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:17.189 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-09-16T05:28:17.189 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:17.189 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 49 M 2024-09-16T05:28:17.189 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 209 M 2024-09-16T05:28:17.189 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:28:17.195 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:28:17.195 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:28:17.340 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:29 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:17.348 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.2 MB/s | 304 kB 00:00 2024-09-16T05:28:17.390 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-16T05:28:17.471 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:17.472 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:17.472 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:28:17.472 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:17.472 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:28:17.472 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 49 M 2024-09-16T05:28:17.472 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 163 k 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout:Install 4 Packages 2024-09-16T05:28:17.473 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:17.474 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 49 M 2024-09-16T05:28:17.474 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 209 M 2024-09-16T05:28:17.474 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:28:17.574 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): libcephsqlite-19.1.1-326.g8921c8ef.el9.x 450 kB/s | 163 kB 00:00 2024-09-16T05:28:17.578 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:28:17.578 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:28:17.918 INFO:teuthology.orchestra.run.smithi148.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.8 MB/s | 304 kB 00:00 2024-09-16T05:28:17.984 INFO:teuthology.orchestra.run.smithi148.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 974 kB/s | 64 kB 00:00 2024-09-16T05:28:18.093 INFO:teuthology.orchestra.run.smithi148.stdout:(3/4): libcephsqlite-19.1.1-326.g8921c8ef.el9.x 479 kB/s | 163 kB 00:00 2024-09-16T05:28:18.116 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:28:18.196 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T05:28:18.235 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T05:28:18.263 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 3/4 2024-09-16T05:28:19.799 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): ceph-test-19.1.1-326.g8921c8ef.el9.x86_6 19 MB/s | 49 MB 00:02 2024-09-16T05:28:19.801 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:19.801 INFO:teuthology.orchestra.run.smithi088.stdout:Total 19 MB/s | 49 MB 00:02 2024-09-16T05:28:19.829 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:28:19.850 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:28:19.850 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:28:20.233 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:28:20.233 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:28:20.451 INFO:teuthology.orchestra.run.smithi148.stdout:(4/4): ceph-test-19.1.1-326.g8921c8ef.el9.x86_6 18 MB/s | 49 MB 00:02 2024-09-16T05:28:20.453 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:20.454 INFO:teuthology.orchestra.run.smithi148.stdout:Total 17 MB/s | 49 MB 00:02 2024-09-16T05:28:20.481 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:28:20.502 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:28:20.502 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:28:20.761 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:28:20.842 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T05:28:20.881 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T05:28:20.896 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:28:20.896 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:28:20.917 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 3/4 2024-09-16T05:28:21.449 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:28:21.531 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T05:28:21.601 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T05:28:21.627 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 3/4 2024-09-16T05:28:22.905 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 3/4 2024-09-16T05:28:22.985 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 4/4 2024-09-16T05:28:25.254 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 4/4 2024-09-16T05:28:25.254 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 1/4 2024-09-16T05:28:25.254 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 2/4 2024-09-16T05:28:25.255 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T05:28:25.510 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 3/4 2024-09-16T05:28:25.559 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout: libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:25.560 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:25.607 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 4/4 2024-09-16T05:28:25.868 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph 2024-09-16T05:28:26.265 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 3/4 2024-09-16T05:28:26.343 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 4/4 2024-09-16T05:28:26.447 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:40 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:26.604 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:26.607 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:26.607 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:28:26.607 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:26.607 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:28:26.607 INFO:teuthology.orchestra.run.smithi160.stdout: ceph x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 6.5 k 2024-09-16T05:28:26.607 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:28:26.607 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mds x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 2.4 M 2024-09-16T05:28:26.608 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 1.5 M 2024-09-16T05:28:26.608 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-modules-core noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 249 k 2024-09-16T05:28:26.608 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mon x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 4.7 M 2024-09-16T05:28:26.608 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-osd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 17 M 2024-09-16T05:28:26.608 INFO:teuthology.orchestra.run.smithi160.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T05:28:26.609 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T05:28:26.610 INFO:teuthology.orchestra.run.smithi160.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout:Install 37 Packages 2024-09-16T05:28:26.611 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:26.612 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 30 M 2024-09-16T05:28:26.612 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 108 M 2024-09-16T05:28:26.612 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:28:27.128 INFO:teuthology.orchestra.run.smithi160.stdout:(1/37): ceph-19.1.1-326.g8921c8ef.el9.x86_64.rp 49 kB/s | 6.5 kB 00:00 2024-09-16T05:28:27.278 INFO:teuthology.orchestra.run.smithi160.stdout:(2/37): ceph-mgr-19.1.1-326.g8921c8ef.el9.x86_6 5.4 MB/s | 1.5 MB 00:00 2024-09-16T05:28:27.329 INFO:teuthology.orchestra.run.smithi160.stdout:(3/37): ceph-mds-19.1.1-326.g8921c8ef.el9.x86_6 7.2 MB/s | 2.4 MB 00:00 2024-09-16T05:28:27.404 INFO:teuthology.orchestra.run.smithi160.stdout:(4/37): ceph-mgr-modules-core-19.1.1-326.g8921c 3.3 MB/s | 249 kB 00:00 2024-09-16T05:28:27.529 INFO:teuthology.orchestra.run.smithi160.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.0 MB/s | 253 kB 00:00 2024-09-16T05:28:27.621 INFO:teuthology.orchestra.run.smithi160.stdout:(6/37): python3-cryptography-36.0.1-4.el9.x86_6 13 MB/s | 1.2 MB 00:00 2024-09-16T05:28:27.797 INFO:teuthology.orchestra.run.smithi160.stdout:(7/37): ceph-osd-19.1.1-326.g8921c8ef.el9.x86_6 33 MB/s | 17 MB 00:00 2024-09-16T05:28:27.822 INFO:teuthology.orchestra.run.smithi160.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-09-16T05:28:27.864 INFO:teuthology.orchestra.run.smithi160.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-09-16T05:28:27.914 INFO:teuthology.orchestra.run.smithi160.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-16T05:28:27.948 INFO:teuthology.orchestra.run.smithi160.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 895 kB/s | 135 kB 00:00 2024-09-16T05:28:28.015 INFO:teuthology.orchestra.run.smithi160.stdout:(12/37): ceph-mon-19.1.1-326.g8921c8ef.el9.x86_ 5.3 MB/s | 4.7 MB 00:00 2024-09-16T05:28:28.115 INFO:teuthology.orchestra.run.smithi160.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 348 kB/s | 35 kB 00:00 2024-09-16T05:28:28.117 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 4/4 2024-09-16T05:28:28.117 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 1/4 2024-09-16T05:28:28.117 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 2/4 2024-09-16T05:28:28.118 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T05:28:28.149 INFO:teuthology.orchestra.run.smithi160.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 859 kB/s | 172 kB 00:00 2024-09-16T05:28:28.174 INFO:teuthology.orchestra.run.smithi160.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 727 kB/s | 188 kB 00:00 2024-09-16T05:28:28.199 INFO:teuthology.orchestra.run.smithi160.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-16T05:28:28.225 INFO:teuthology.orchestra.run.smithi160.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 707 kB/s | 77 kB 00:00 2024-09-16T05:28:28.250 INFO:teuthology.orchestra.run.smithi160.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-09-16T05:28:28.300 INFO:teuthology.orchestra.run.smithi160.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-09-16T05:28:28.325 INFO:teuthology.orchestra.run.smithi160.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-09-16T05:28:28.359 INFO:teuthology.orchestra.run.smithi160.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 400 kB/s | 43 kB 00:00 2024-09-16T05:28:28.384 INFO:teuthology.orchestra.run.smithi160.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 458 kB/s | 11 kB 00:00 2024-09-16T05:28:28.409 INFO:teuthology.orchestra.run.smithi160.stdout:(23/37): python3-cherrypy-18.6.1-2.el9.noarch.r 4.6 MB/s | 358 kB 00:00 2024-09-16T05:28:28.428 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T05:28:28.428 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:28.428 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:28:28.428 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:28.428 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:28.428 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T05:28:28.429 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T05:28:28.429 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:28.429 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:28.435 INFO:teuthology.orchestra.run.smithi160.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-09-16T05:28:28.485 INFO:teuthology.orchestra.run.smithi160.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-09-16T05:28:28.510 INFO:teuthology.orchestra.run.smithi160.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-09-16T05:28:28.535 INFO:teuthology.orchestra.run.smithi160.stdout:(27/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 730 kB/s | 172 kB 00:00 2024-09-16T05:28:28.552 INFO:teuthology.orchestra.run.smithi160.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-09-16T05:28:28.578 INFO:teuthology.orchestra.run.smithi160.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 690 kB/s | 46 kB 00:00 2024-09-16T05:28:28.603 INFO:teuthology.orchestra.run.smithi160.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-09-16T05:28:28.628 INFO:teuthology.orchestra.run.smithi160.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-16T05:28:28.654 INFO:teuthology.orchestra.run.smithi160.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-16T05:28:28.659 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 4/4 2024-09-16T05:28:28.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 1/4 2024-09-16T05:28:28.660 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 2/4 2024-09-16T05:28:28.660 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T05:28:28.671 INFO:teuthology.orchestra.run.smithi160.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 851 kB/s | 36 kB 00:00 2024-09-16T05:28:28.696 INFO:teuthology.orchestra.run.smithi160.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-16T05:28:28.713 INFO:teuthology.orchestra.run.smithi160.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-16T05:28:28.738 INFO:teuthology.orchestra.run.smithi160.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-16T05:28:28.769 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2024-09-16T05:28:28.771 INFO:teuthology.orchestra.run.smithi160.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-16T05:28:28.776 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:28.776 INFO:teuthology.orchestra.run.smithi160.stdout:Total 14 MB/s | 30 MB 00:02 2024-09-16T05:28:28.926 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:28:28.966 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:28:28.966 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:28.987 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:29.326 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph 2024-09-16T05:28:29.336 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:41 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:29.428 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:28:29.429 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:28:29.478 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:29.482 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:29.482 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:28:29.482 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:29.482 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:28:29.482 INFO:teuthology.orchestra.run.smithi088.stdout: ceph x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 6.5 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 2.4 M 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 1.5 M 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 249 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 4.7 M 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 17 M 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T05:28:29.483 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T05:28:29.484 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T05:28:29.485 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:29.486 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:28:29.486 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:29.486 INFO:teuthology.orchestra.run.smithi088.stdout:Install 37 Packages 2024-09-16T05:28:29.486 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:29.486 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 30 M 2024-09-16T05:28:29.486 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 108 M 2024-09-16T05:28:29.486 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:28:29.921 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:41 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:30.063 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:30.065 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:30.065 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:28:30.065 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:30.065 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: ceph x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 6.5 k 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mds x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 2.4 M 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 1.5 M 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-modules-core noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 249 k 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mon x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 4.7 M 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-osd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 17 M 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T05:28:30.066 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T05:28:30.067 INFO:teuthology.orchestra.run.smithi148.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T05:28:30.068 INFO:teuthology.orchestra.run.smithi148.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout:Install 37 Packages 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 30 M 2024-09-16T05:28:30.069 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 108 M 2024-09-16T05:28:30.070 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:28:30.076 INFO:teuthology.orchestra.run.smithi088.stdout:(1/37): ceph-19.1.1-326.g8921c8ef.el9.x86_64.rp 51 kB/s | 6.5 kB 00:00 2024-09-16T05:28:30.243 INFO:teuthology.orchestra.run.smithi088.stdout:(2/37): ceph-mgr-19.1.1-326.g8921c8ef.el9.x86_6 5.2 MB/s | 1.5 MB 00:00 2024-09-16T05:28:30.319 INFO:teuthology.orchestra.run.smithi088.stdout:(3/37): ceph-mds-19.1.1-326.g8921c8ef.el9.x86_6 6.4 MB/s | 2.4 MB 00:00 2024-09-16T05:28:30.386 INFO:teuthology.orchestra.run.smithi088.stdout:(4/37): ceph-mgr-modules-core-19.1.1-326.g8921c 3.7 MB/s | 249 kB 00:00 2024-09-16T05:28:30.478 INFO:teuthology.orchestra.run.smithi088.stdout:(5/37): ceph-mon-19.1.1-326.g8921c8ef.el9.x86_6 12 MB/s | 4.7 MB 00:00 2024-09-16T05:28:30.519 INFO:teuthology.orchestra.run.smithi148.stdout:(1/37): ceph-19.1.1-326.g8921c8ef.el9.x86_64.rp 44 kB/s | 6.5 kB 00:00 2024-09-16T05:28:30.586 INFO:teuthology.orchestra.run.smithi088.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-09-16T05:28:30.628 INFO:teuthology.orchestra.run.smithi088.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-16T05:28:30.766 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:28:30.814 INFO:teuthology.orchestra.run.smithi088.stdout:(8/37): ceph-osd-19.1.1-326.g8921c8ef.el9.x86_6 30 MB/s | 17 MB 00:00 2024-09-16T05:28:30.832 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T05:28:30.837 INFO:teuthology.orchestra.run.smithi088.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 648 kB/s | 135 kB 00:00 2024-09-16T05:28:30.871 INFO:teuthology.orchestra.run.smithi088.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 3.1 MB/s | 1.2 MB 00:00 2024-09-16T05:28:30.884 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T05:28:30.896 INFO:teuthology.orchestra.run.smithi088.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-16T05:28:30.927 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T05:28:30.927 INFO:teuthology.orchestra.run.smithi148.stdout:(2/37): ceph-mgr-19.1.1-326.g8921c8ef.el9.x86_6 2.7 MB/s | 1.5 MB 00:00 2024-09-16T05:28:30.938 INFO:teuthology.orchestra.run.smithi088.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 1.0 MB/s | 125 kB 00:00 2024-09-16T05:28:31.000 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T05:28:31.011 INFO:teuthology.orchestra.run.smithi148.stdout:(3/37): ceph-mds-19.1.1-326.g8921c8ef.el9.x86_6 3.7 MB/s | 2.4 MB 00:00 2024-09-16T05:28:31.042 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T05:28:31.075 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T05:28:31.078 INFO:teuthology.orchestra.run.smithi148.stdout:(4/37): ceph-mgr-modules-core-19.1.1-326.g8921c 3.7 MB/s | 249 kB 00:00 2024-09-16T05:28:31.169 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T05:28:31.203 INFO:teuthology.orchestra.run.smithi148.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.0 MB/s | 253 kB 00:00 2024-09-16T05:28:31.221 INFO:teuthology.orchestra.run.smithi088.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 123 kB/s | 35 kB 00:00 2024-09-16T05:28:31.247 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T05:28:31.287 INFO:teuthology.orchestra.run.smithi148.stdout:(6/37): python3-cryptography-36.0.1-4.el9.x86_6 15 MB/s | 1.2 MB 00:00 2024-09-16T05:28:31.303 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T05:28:31.329 INFO:teuthology.orchestra.run.smithi148.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-16T05:28:31.338 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T05:28:31.367 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T05:28:31.371 INFO:teuthology.orchestra.run.smithi148.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-09-16T05:28:31.402 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T05:28:31.413 INFO:teuthology.orchestra.run.smithi148.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-09-16T05:28:31.422 INFO:teuthology.orchestra.run.smithi088.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 342 kB/s | 188 kB 00:00 2024-09-16T05:28:31.435 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T05:28:31.447 INFO:teuthology.orchestra.run.smithi088.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 313 kB/s | 172 kB 00:00 2024-09-16T05:28:31.463 INFO:teuthology.orchestra.run.smithi148.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-16T05:28:31.473 INFO:teuthology.orchestra.run.smithi088.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 307 kB/s | 77 kB 00:00 2024-09-16T05:28:31.485 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T05:28:31.515 INFO:teuthology.orchestra.run.smithi088.stdout:(17/37): lua-devel-5.4.4-4.el9.x86_64.rpm 537 kB/s | 22 kB 00:00 2024-09-16T05:28:31.530 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T05:28:31.530 INFO:teuthology.orchestra.run.smithi148.stdout:(11/37): ceph-mon-19.1.1-326.g8921c8ef.el9.x86_ 4.7 MB/s | 4.7 MB 00:01 2024-09-16T05:28:31.540 INFO:teuthology.orchestra.run.smithi088.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 433 kB/s | 51 kB 00:00 2024-09-16T05:28:31.565 INFO:teuthology.orchestra.run.smithi088.stdout:(19/37): python3-toml-0.10.2-6.el9.noarch.rpm 354 kB/s | 42 kB 00:00 2024-09-16T05:28:31.567 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T05:28:31.613 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T05:28:31.615 INFO:teuthology.orchestra.run.smithi088.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 578 kB/s | 43 kB 00:00 2024-09-16T05:28:31.639 INFO:teuthology.orchestra.run.smithi148.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-09-16T05:28:31.640 INFO:teuthology.orchestra.run.smithi088.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-09-16T05:28:31.645 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T05:28:31.664 INFO:teuthology.orchestra.run.smithi148.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-16T05:28:31.666 INFO:teuthology.orchestra.run.smithi088.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 429 kB/s | 11 kB 00:00 2024-09-16T05:28:31.689 INFO:teuthology.orchestra.run.smithi148.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 691 kB/s | 35 kB 00:00 2024-09-16T05:28:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 708 kB/s | 18 kB 00:00 2024-09-16T05:28:31.714 INFO:teuthology.orchestra.run.smithi148.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.5 MB/s | 77 kB 00:00 2024-09-16T05:28:31.716 INFO:teuthology.orchestra.run.smithi088.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-09-16T05:28:31.718 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T05:28:31.740 INFO:teuthology.orchestra.run.smithi148.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-16T05:28:31.742 INFO:teuthology.orchestra.run.smithi088.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-09-16T05:28:31.765 INFO:teuthology.orchestra.run.smithi148.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-09-16T05:28:31.767 INFO:teuthology.orchestra.run.smithi088.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-16T05:28:31.792 INFO:teuthology.orchestra.run.smithi088.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-16T05:28:31.816 INFO:teuthology.orchestra.run.smithi148.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 3.0 MB/s | 151 kB 00:00 2024-09-16T05:28:31.817 INFO:teuthology.orchestra.run.smithi088.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-09-16T05:28:31.841 INFO:teuthology.orchestra.run.smithi148.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-09-16T05:28:31.851 INFO:teuthology.orchestra.run.smithi088.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-09-16T05:28:31.858 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T05:28:31.866 INFO:teuthology.orchestra.run.smithi148.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-09-16T05:28:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 942 kB/s | 79 kB 00:00 2024-09-16T05:28:31.900 INFO:teuthology.orchestra.run.smithi148.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.8 MB/s | 172 kB 00:00 2024-09-16T05:28:31.901 INFO:teuthology.orchestra.run.smithi088.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-16T05:28:31.926 INFO:teuthology.orchestra.run.smithi148.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 462 kB/s | 11 kB 00:00 2024-09-16T05:28:31.927 INFO:teuthology.orchestra.run.smithi088.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-16T05:28:31.940 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T05:28:31.950 INFO:teuthology.orchestra.run.smithi148.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 710 kB/s | 18 kB 00:00 2024-09-16T05:28:31.952 INFO:teuthology.orchestra.run.smithi088.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-16T05:28:31.976 INFO:teuthology.orchestra.run.smithi148.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 925 kB/s | 23 kB 00:00 2024-09-16T05:28:31.977 INFO:teuthology.orchestra.run.smithi088.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-16T05:28:31.994 INFO:teuthology.orchestra.run.smithi088.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-16T05:28:31.998 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T05:28:32.009 INFO:teuthology.orchestra.run.smithi148.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 583 kB/s | 19 kB 00:00 2024-09-16T05:28:32.019 INFO:teuthology.orchestra.run.smithi088.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-16T05:28:32.035 INFO:teuthology.orchestra.run.smithi148.stdout:(26/37): python3-jaraco-text-3.2.0-6.el9.noarch 790 kB/s | 20 kB 00:00 2024-09-16T05:28:32.036 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T05:28:32.045 INFO:teuthology.orchestra.run.smithi088.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-09-16T05:28:32.049 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:32.049 INFO:teuthology.orchestra.run.smithi088.stdout:Total 12 MB/s | 30 MB 00:02 2024-09-16T05:28:32.060 INFO:teuthology.orchestra.run.smithi148.stdout:(27/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-09-16T05:28:32.085 INFO:teuthology.orchestra.run.smithi148.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-09-16T05:28:32.094 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T05:28:32.111 INFO:teuthology.orchestra.run.smithi148.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-16T05:28:32.144 INFO:teuthology.orchestra.run.smithi148.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 494 kB/s | 16 kB 00:00 2024-09-16T05:28:32.149 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T05:28:32.170 INFO:teuthology.orchestra.run.smithi148.stdout:(31/37): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-09-16T05:28:32.195 INFO:teuthology.orchestra.run.smithi148.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-16T05:28:32.203 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:28:32.220 INFO:teuthology.orchestra.run.smithi148.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-16T05:28:32.243 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:28:32.243 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:28:32.254 INFO:teuthology.orchestra.run.smithi148.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.8 MB/s | 230 kB 00:00 2024-09-16T05:28:32.279 INFO:teuthology.orchestra.run.smithi148.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 802 kB/s | 20 kB 00:00 2024-09-16T05:28:32.304 INFO:teuthology.orchestra.run.smithi148.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-09-16T05:28:32.338 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T05:28:32.390 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T05:28:32.469 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T05:28:32.509 INFO:teuthology.orchestra.run.smithi148.stdout:(37/37): ceph-osd-19.1.1-326.g8921c8ef.el9.x86_ 11 MB/s | 17 MB 00:01 2024-09-16T05:28:32.513 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:32.513 INFO:teuthology.orchestra.run.smithi148.stdout:Total 12 MB/s | 30 MB 00:02 2024-09-16T05:28:32.578 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T05:28:32.632 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T05:28:32.655 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:28:32.696 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:28:32.696 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:28:32.728 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:28:32.729 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:28:32.758 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T05:28:32.926 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.n 32/37 2024-09-16T05:28:32.957 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 33/37 2024-09-16T05:28:32.984 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 33/37 2024-09-16T05:28:32.984 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:32.984 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T05:28:32.984 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T05:28:32.984 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T05:28:32.984 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:33.175 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:28:33.175 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:28:34.084 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:28:34.147 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T05:28:34.186 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T05:28:34.225 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T05:28:34.296 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T05:28:34.368 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T05:28:34.406 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T05:28:34.442 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 34/37 2024-09-16T05:28:34.469 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 34/37 2024-09-16T05:28:34.469 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:34.469 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T05:28:34.469 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T05:28:34.469 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T05:28:34.469 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:34.499 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T05:28:34.517 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:28:34.582 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T05:28:34.585 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T05:28:34.625 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T05:28:34.633 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T05:28:34.659 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T05:28:34.661 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T05:28:34.699 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T05:28:34.732 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T05:28:34.742 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T05:28:34.775 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T05:28:34.775 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T05:28:34.808 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T05:28:34.816 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T05:28:34.859 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T05:28:34.893 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T05:28:34.901 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T05:28:34.917 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 35/37 2024-09-16T05:28:34.941 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T05:28:34.942 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 35/37 2024-09-16T05:28:34.942 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:34.942 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T05:28:34.942 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T05:28:34.942 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T05:28:34.942 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:34.983 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T05:28:34.988 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T05:28:35.043 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T05:28:35.055 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T05:28:35.078 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T05:28:35.109 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T05:28:35.151 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T05:28:35.168 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 36/37 2024-09-16T05:28:35.184 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T05:28:35.191 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 36/37 2024-09-16T05:28:35.192 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:35.192 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T05:28:35.192 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T05:28:35.192 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T05:28:35.192 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:35.194 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T05:28:35.233 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T05:28:35.265 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 37/37 2024-09-16T05:28:35.274 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T05:28:35.277 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T05:28:35.311 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T05:28:35.336 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T05:28:35.352 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T05:28:35.373 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T05:28:35.392 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T05:28:35.431 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T05:28:35.465 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T05:28:35.494 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T05:28:35.605 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T05:28:35.680 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T05:28:35.684 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T05:28:35.736 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T05:28:35.736 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T05:28:35.774 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T05:28:35.814 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T05:28:35.823 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T05:28:35.879 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T05:28:35.903 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T05:28:35.951 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T05:28:36.068 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T05:28:36.068 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T05:28:36.112 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T05:28:36.216 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T05:28:36.231 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.n 32/37 2024-09-16T05:28:36.254 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 33/37 2024-09-16T05:28:36.281 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 33/37 2024-09-16T05:28:36.281 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:36.281 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T05:28:36.281 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T05:28:36.281 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T05:28:36.281 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:36.304 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T05:28:36.356 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T05:28:36.479 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T05:28:36.642 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.n 32/37 2024-09-16T05:28:36.671 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 33/37 2024-09-16T05:28:36.698 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 33/37 2024-09-16T05:28:36.698 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:36.698 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T05:28:36.698 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T05:28:36.698 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T05:28:36.698 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:37.135 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 37/37 2024-09-16T05:28:37.135 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 1/37 2024-09-16T05:28:37.135 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 2/37 2024-09-16T05:28:37.135 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 3/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 4/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 5/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.n 6/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T05:28:37.136 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T05:28:37.137 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T05:28:37.138 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T05:28:37.138 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T05:28:37.138 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T05:28:37.138 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T05:28:37.138 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T05:28:37.730 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 34/37 2024-09-16T05:28:37.757 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 34/37 2024-09-16T05:28:37.757 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:37.758 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T05:28:37.758 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T05:28:37.758 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T05:28:37.758 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:38.095 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:38.096 INFO:teuthology.orchestra.run.smithi160.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T05:28:38.097 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T05:28:38.098 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:38.099 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:38.156 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 34/37 2024-09-16T05:28:38.183 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 34/37 2024-09-16T05:28:38.183 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:38.183 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T05:28:38.183 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T05:28:38.183 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T05:28:38.184 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:38.197 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 35/37 2024-09-16T05:28:38.221 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 35/37 2024-09-16T05:28:38.221 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:38.221 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T05:28:38.221 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T05:28:38.221 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T05:28:38.221 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:38.448 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 36/37 2024-09-16T05:28:38.465 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-base 2024-09-16T05:28:38.472 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 36/37 2024-09-16T05:28:38.472 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:38.472 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T05:28:38.472 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T05:28:38.472 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T05:28:38.472 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:38.536 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 37/37 2024-09-16T05:28:38.623 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 35/37 2024-09-16T05:28:38.647 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 35/37 2024-09-16T05:28:38.647 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:38.647 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T05:28:38.647 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T05:28:38.647 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T05:28:38.647 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:38.882 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 36/37 2024-09-16T05:28:38.905 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 36/37 2024-09-16T05:28:38.906 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:38.906 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T05:28:38.906 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T05:28:38.906 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T05:28:38.906 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:38.970 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 37/37 2024-09-16T05:28:39.034 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:53 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:39.125 INFO:teuthology.orchestra.run.smithi160.stdout:Package ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:28:39.168 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:39.169 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:28:39.169 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:39.236 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install cephadm 2024-09-16T05:28:39.799 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:53 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:39.933 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:39.933 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout: cephadm noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 765 k 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 765 k 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 771 k 2024-09-16T05:28:39.934 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:28:40.314 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 37/37 2024-09-16T05:28:40.314 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 1/37 2024-09-16T05:28:40.314 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 2/37 2024-09-16T05:28:40.314 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 3/37 2024-09-16T05:28:40.314 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 4/37 2024-09-16T05:28:40.314 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 5/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.n 6/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T05:28:40.315 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T05:28:40.316 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T05:28:40.317 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T05:28:40.317 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T05:28:40.317 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T05:28:40.317 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T05:28:40.317 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T05:28:40.434 INFO:teuthology.orchestra.run.smithi160.stdout:cephadm-19.1.1-326.g8921c8ef.el9.noarch.rpm 1.5 MB/s | 765 kB 00:00 2024-09-16T05:28:40.434 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:40.435 INFO:teuthology.orchestra.run.smithi160.stdout:Total 1.5 MB/s | 765 kB 00:00 2024-09-16T05:28:40.435 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:28:40.440 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:28:40.440 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:28:40.446 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:28:40.446 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:28:40.518 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:28:40.770 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 37/37 2024-09-16T05:28:40.770 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 1/37 2024-09-16T05:28:40.770 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 2/37 2024-09-16T05:28:40.770 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 3/37 2024-09-16T05:28:40.770 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 4/37 2024-09-16T05:28:40.770 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 5/37 2024-09-16T05:28:40.770 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.n 6/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T05:28:40.771 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T05:28:40.772 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T05:28:40.772 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T05:28:40.772 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T05:28:40.772 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T05:28:40.772 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T05:28:40.772 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T05:28:40.773 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T05:28:40.773 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T05:28:40.773 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T05:28:40.773 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T05:28:40.774 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T05:28:40.774 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T05:28:40.774 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T05:28:40.774 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T05:28:40.774 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T05:28:40.774 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T05:28:40.774 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T05:28:40.978 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:41.071 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.291 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T05:28:41.292 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T05:28:41.293 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:41.294 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:41.413 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:41.696 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-base 2024-09-16T05:28:41.702 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:41.702 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:41.702 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:28:41.702 INFO:teuthology.orchestra.run.smithi160.stdout: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:41.702 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:41.702 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:41.844 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T05:28:41.844 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:41.844 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:28:41.844 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mds-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-modules-core-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mon-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-osd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T05:28:41.845 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T05:28:41.846 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:41.847 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:41.913 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T05:28:42.261 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-base 2024-09-16T05:28:42.267 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:42.357 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:28:42.399 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:42.400 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:28:42.400 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:42.468 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install cephadm 2024-09-16T05:28:42.482 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:56 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:42.618 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 145 k 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:28:42.619 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:42.620 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 145 k 2024-09-16T05:28:42.620 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 435 k 2024-09-16T05:28:42.620 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:28:42.858 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:42.948 INFO:teuthology.orchestra.run.smithi148.stdout:Package ceph-base-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:28:42.990 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:42.991 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:28:42.991 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:43.026 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:55 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:43.041 INFO:teuthology.orchestra.run.smithi160.stdout:ceph-immutable-object-cache-19.1.1-326.g8921c8e 346 kB/s | 145 kB 00:00 2024-09-16T05:28:43.041 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:43.041 INFO:teuthology.orchestra.run.smithi160.stdout:Total 345 kB/s | 145 kB 00:00 2024-09-16T05:28:43.041 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:28:43.047 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:28:43.047 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:28:43.073 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install cephadm 2024-09-16T05:28:43.104 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:28:43.105 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:28:43.159 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:43.160 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:43.160 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:28:43.160 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:43.160 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 765 k 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 765 k 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 771 k 2024-09-16T05:28:43.161 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:28:43.262 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:28:43.323 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:43.348 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:43.348 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:43.348 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T05:28:43.349 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:43.640 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:55 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:43.704 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm-19.1.1-326.g8921c8ef.el9.noarch.rpm 1.4 MB/s | 765 kB 00:00 2024-09-16T05:28:43.705 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:43.705 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.4 MB/s | 765 kB 00:00 2024-09-16T05:28:43.705 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:28:43.710 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:28:43.710 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:28:43.716 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:28:43.716 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:28:43.772 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:43.773 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:43.773 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:28:43.773 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:43.773 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout: cephadm noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 765 k 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 765 k 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 771 k 2024-09-16T05:28:43.774 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:28:43.792 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:28:44.316 INFO:teuthology.orchestra.run.smithi148.stdout:cephadm-19.1.1-326.g8921c8ef.el9.noarch.rpm 1.4 MB/s | 765 kB 00:00 2024-09-16T05:28:44.317 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:44.317 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:44.317 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:28:44.317 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:44.317 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:44.317 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:44.317 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:44.318 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:44.318 INFO:teuthology.orchestra.run.smithi148.stdout:Total 1.4 MB/s | 765 kB 00:00 2024-09-16T05:28:44.318 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:28:44.322 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:28:44.322 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:28:44.328 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:28:44.329 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:28:44.404 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:28:44.407 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:44.526 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr 2024-09-16T05:28:44.765 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:44.895 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:44.987 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:45.015 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:45.016 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:45.016 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:28:45.016 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:45.016 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:45.016 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:45.114 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:59 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:45.206 INFO:teuthology.orchestra.run.smithi160.stdout:Package ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:28:45.223 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T05:28:45.249 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:45.250 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:28:45.250 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:45.314 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T05:28:45.370 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:45.627 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:28:45.627 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:45.627 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:28:45.627 INFO:teuthology.orchestra.run.smithi148.stdout: cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:45.627 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:45.627 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:45.800 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:57 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:45.845 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T05:28:45.882 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:59 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:45.936 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 145 k 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:28:45.937 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:45.938 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:28:45.938 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:45.938 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 145 k 2024-09-16T05:28:45.938 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 435 k 2024-09-16T05:28:45.938 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:28:46.016 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:46.017 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:46.017 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:28:46.017 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:46.017 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:28:46.017 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-dashboard noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 3.6 M 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-grafana-dashboards noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 32 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-prometheus-alerts noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 16 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T05:28:46.018 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:46.019 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:28:46.019 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:28:46.019 INFO:teuthology.orchestra.run.smithi160.stdout:Install 12 Packages 2024-09-16T05:28:46.019 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:46.019 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 8.7 M 2024-09-16T05:28:46.019 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 104 M 2024-09-16T05:28:46.020 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:28:46.423 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:58 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:46.435 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-immutable-object-cache-19.1.1-326.g8921c8e 292 kB/s | 145 kB 00:00 2024-09-16T05:28:46.435 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:46.436 INFO:teuthology.orchestra.run.smithi088.stdout:Total 291 kB/s | 145 kB 00:00 2024-09-16T05:28:46.436 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:28:46.443 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:28:46.443 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:28:46.501 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:28:46.501 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:28:46.561 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 145 k 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:28:46.562 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:46.563 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:28:46.563 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:46.563 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 145 k 2024-09-16T05:28:46.563 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 435 k 2024-09-16T05:28:46.563 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:28:46.584 INFO:teuthology.orchestra.run.smithi160.stdout:(1/12): ceph-prometheus-alerts-19.1.1-326.g8921 52 kB/s | 16 kB 00:00 2024-09-16T05:28:46.609 INFO:teuthology.orchestra.run.smithi160.stdout:(2/12): ceph-grafana-dashboards-19.1.1-326.g892 94 kB/s | 32 kB 00:00 2024-09-16T05:28:46.655 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:28:46.736 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:46.760 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:46.760 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:46.760 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T05:28:46.760 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:46.884 INFO:teuthology.orchestra.run.smithi160.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 980 kB/s | 269 kB 00:00 2024-09-16T05:28:46.918 INFO:teuthology.orchestra.run.smithi160.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.0 MB/s | 1.0 MB 00:00 2024-09-16T05:28:46.977 INFO:teuthology.orchestra.run.smithi160.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 9.2 MB/s | 548 kB 00:00 2024-09-16T05:28:46.988 INFO:teuthology.orchestra.run.smithi148.stdout:ceph-immutable-object-cache-19.1.1-326.g8921c8e 341 kB/s | 145 kB 00:00 2024-09-16T05:28:46.989 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:46.989 INFO:teuthology.orchestra.run.smithi148.stdout:Total 340 kB/s | 145 kB 00:00 2024-09-16T05:28:46.990 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:28:46.998 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:28:46.998 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:28:47.002 INFO:teuthology.orchestra.run.smithi160.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 778 kB/s | 19 kB 00:00 2024-09-16T05:28:47.055 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:28:47.056 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:28:47.110 INFO:teuthology.orchestra.run.smithi160.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 19 MB/s | 2.0 MB 00:00 2024-09-16T05:28:47.144 INFO:teuthology.orchestra.run.smithi160.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-16T05:28:47.169 INFO:teuthology.orchestra.run.smithi160.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-16T05:28:47.194 INFO:teuthology.orchestra.run.smithi160.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-09-16T05:28:47.228 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:28:47.281 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:47.295 INFO:teuthology.orchestra.run.smithi160.stdout:(11/12): ceph-mgr-dashboard-19.1.1-326.g8921c8e 3.5 MB/s | 3.6 MB 00:01 2024-09-16T05:28:47.307 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:47.307 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:28:47.307 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T05:28:47.307 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:47.645 INFO:teuthology.orchestra.run.smithi160.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.1 MB/s | 863 kB 00:00 2024-09-16T05:28:47.648 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:47.648 INFO:teuthology.orchestra.run.smithi160.stdout:Total 5.3 MB/s | 8.7 MB 00:01 2024-09-16T05:28:47.695 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:28:47.699 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:47.699 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:47.699 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:28:47.699 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:47.699 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:47.699 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:47.713 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:28:47.713 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:28:47.922 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:28:47.922 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:28:47.936 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr 2024-09-16T05:28:48.216 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.e 1/1 2024-09-16T05:28:48.216 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:48.216 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:28:48.216 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-immutable-object-cache-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:28:48.216 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:48.216 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:48.442 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr 2024-09-16T05:28:48.451 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:28:48.513 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:00 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:48.521 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T05:28:48.564 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T05:28:48.606 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:28:48.610 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T05:28:48.649 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:48.649 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T05:28:48.650 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:28:48.650 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:48.719 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T05:28:48.742 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T05:28:48.876 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T05:28:48.970 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T05:28:49.021 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T05:28:49.025 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:01 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:49.050 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T05:28:49.081 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9. 10/12 2024-09-16T05:28:49.119 INFO:teuthology.orchestra.run.smithi148.stdout:Package ceph-mgr-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:28:49.163 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:49.164 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:28:49.165 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:49.241 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T05:28:49.279 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:01 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:49.410 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:49.411 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:49.411 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:28:49.411 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:49.411 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:28:49.411 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 3.6 M 2024-09-16T05:28:49.411 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 32 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 16 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T05:28:49.412 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T05:28:49.413 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:49.413 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:28:49.413 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:28:49.413 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-09-16T05:28:49.413 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:49.413 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 8.7 M 2024-09-16T05:28:49.413 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 104 M 2024-09-16T05:28:49.414 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:28:49.806 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:01 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:49.939 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:49.940 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:49.940 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-dashboard noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 3.6 M 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-grafana-dashboards noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 32 k 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-prometheus-alerts noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 16 k 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T05:28:49.941 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout:Install 12 Packages 2024-09-16T05:28:49.942 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:49.943 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 8.7 M 2024-09-16T05:28:49.945 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 104 M 2024-09-16T05:28:49.945 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:28:50.063 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): ceph-prometheus-alerts-19.1.1-326.g8921 83 kB/s | 16 kB 00:00 2024-09-16T05:28:50.088 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): ceph-grafana-dashboards-19.1.1-326.g892 143 kB/s | 32 kB 00:00 2024-09-16T05:28:50.139 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9 11/12 2024-09-16T05:28:50.182 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 12/12 2024-09-16T05:28:50.230 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-09-16T05:28:50.281 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-09-16T05:28:50.317 INFO:teuthology.orchestra.run.smithi148.stdout:(1/12): ceph-grafana-dashboards-19.1.1-326.g892 141 kB/s | 32 kB 00:00 2024-09-16T05:28:50.331 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-16T05:28:50.351 INFO:teuthology.orchestra.run.smithi148.stdout:(2/12): ceph-prometheus-alerts-19.1.1-326.g8921 64 kB/s | 16 kB 00:00 2024-09-16T05:28:50.356 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.7 MB/s | 863 kB 00:00 2024-09-16T05:28:50.407 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 258 kB/s | 19 kB 00:00 2024-09-16T05:28:50.440 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.4 MB/s | 144 kB 00:00 2024-09-16T05:28:50.465 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.3 MB/s | 31 kB 00:00 2024-09-16T05:28:50.491 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-16T05:28:50.549 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-09-16T05:28:50.560 INFO:teuthology.orchestra.run.smithi148.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-09-16T05:28:50.608 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): ceph-mgr-dashboard-19.1.1-326.g8921c8e 4.8 MB/s | 3.6 MB 00:00 2024-09-16T05:28:50.612 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:50.612 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.2 MB/s | 8.7 MB 00:01 2024-09-16T05:28:50.651 INFO:teuthology.orchestra.run.smithi148.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.0 MB/s | 1.0 MB 00:00 2024-09-16T05:28:50.659 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:28:50.676 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:28:50.676 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:28:50.710 INFO:teuthology.orchestra.run.smithi148.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 9.2 MB/s | 548 kB 00:00 2024-09-16T05:28:50.753 INFO:teuthology.orchestra.run.smithi148.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 454 kB/s | 19 kB 00:00 2024-09-16T05:28:50.836 INFO:teuthology.orchestra.run.smithi148.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 25 MB/s | 2.0 MB 00:00 2024-09-16T05:28:50.869 INFO:teuthology.orchestra.run.smithi148.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-09-16T05:28:50.888 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:28:50.888 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:28:50.903 INFO:teuthology.orchestra.run.smithi148.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.1 MB/s | 144 kB 00:00 2024-09-16T05:28:50.928 INFO:teuthology.orchestra.run.smithi148.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.9 MB/s | 188 kB 00:00 2024-09-16T05:28:50.945 INFO:teuthology.orchestra.run.smithi148.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 407 kB/s | 31 kB 00:00 2024-09-16T05:28:51.245 INFO:teuthology.orchestra.run.smithi148.stdout:(12/12): ceph-mgr-dashboard-19.1.1-326.g8921c8e 3.1 MB/s | 3.6 MB 00:01 2024-09-16T05:28:51.249 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:51.249 INFO:teuthology.orchestra.run.smithi148.stdout:Total 6.6 MB/s | 8.7 MB 00:01 2024-09-16T05:28:51.297 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:28:51.315 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:28:51.315 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:28:51.423 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:28:51.508 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T05:28:51.544 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:28:51.544 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:28:51.552 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T05:28:51.598 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T05:28:51.637 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 12/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9 1/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 2/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9. 3/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T05:28:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T05:28:51.640 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T05:28:51.640 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T05:28:51.640 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T05:28:51.734 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T05:28:51.872 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T05:28:51.965 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T05:28:51.976 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T05:28:51.977 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T05:28:51.977 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T05:28:51.977 INFO:teuthology.orchestra.run.smithi160.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T05:28:51.977 INFO:teuthology.orchestra.run.smithi160.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T05:28:51.977 INFO:teuthology.orchestra.run.smithi160.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T05:28:51.977 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:51.977 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:28:52.017 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T05:28:52.046 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T05:28:52.072 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:28:52.077 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9. 10/12 2024-09-16T05:28:52.162 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T05:28:52.206 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T05:28:52.232 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T05:28:52.252 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T05:28:52.283 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T05:28:52.382 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T05:28:52.517 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T05:28:52.610 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T05:28:52.663 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T05:28:52.691 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T05:28:52.723 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9. 10/12 2024-09-16T05:28:52.792 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:06 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:28:52.925 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout:====================================================================================== 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout:====================================================================================== 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 7.4 M 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T05:28:52.926 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:28:52.927 INFO:teuthology.orchestra.run.smithi160.stdout:====================================================================================== 2024-09-16T05:28:52.928 INFO:teuthology.orchestra.run.smithi160.stdout:Install 12 Packages 2024-09-16T05:28:52.928 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:28:52.928 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 38 M 2024-09-16T05:28:52.928 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 212 M 2024-09-16T05:28:52.928 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:28:53.124 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9 11/12 2024-09-16T05:28:53.161 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 12/12 2024-09-16T05:28:53.211 INFO:teuthology.orchestra.run.smithi160.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-16T05:28:53.253 INFO:teuthology.orchestra.run.smithi160.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.5 MB/s | 801 kB 00:00 2024-09-16T05:28:53.353 INFO:teuthology.orchestra.run.smithi160.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 231 kB/s | 33 kB 00:00 2024-09-16T05:28:53.403 INFO:teuthology.orchestra.run.smithi160.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-09-16T05:28:53.453 INFO:teuthology.orchestra.run.smithi160.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 770 kB/s | 38 kB 00:00 2024-09-16T05:28:53.772 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9 11/12 2024-09-16T05:28:53.816 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 12/12 2024-09-16T05:28:54.054 INFO:teuthology.orchestra.run.smithi160.stdout:(6/12): ceph-mgr-diskprediction-local-19.1.1-32 7.6 MB/s | 7.4 MB 00:00 2024-09-16T05:28:54.262 INFO:teuthology.orchestra.run.smithi160.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.1 MB/s | 245 kB 00:00 2024-09-16T05:28:54.463 INFO:teuthology.orchestra.run.smithi160.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.5 MB/s | 3.0 MB 00:01 2024-09-16T05:28:54.613 INFO:teuthology.orchestra.run.smithi160.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.6 MB/s | 250 kB 00:00 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 12/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9 1/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 2/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9. 3/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T05:28:54.671 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T05:28:54.672 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T05:28:54.672 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T05:28:54.672 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T05:28:54.987 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T05:28:54.987 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:54.987 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:28:54.987 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T05:28:54.987 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:54.988 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 12/12 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9 1/12 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noar 2/12 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9. 3/12 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T05:28:55.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T05:28:55.204 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T05:28:55.204 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T05:28:55.204 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T05:28:55.204 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T05:28:55.227 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T05:28:55.346 INFO:teuthology.orchestra.run.smithi160.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.6 MB/s | 4.9 MB 00:01 2024-09-16T05:28:55.514 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T05:28:55.514 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:55.514 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:28:55.514 INFO:teuthology.orchestra.run.smithi148.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T05:28:55.514 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-grafana-dashboards-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:55.514 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-dashboard-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:55.514 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-prometheus-alerts-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:55.515 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:28:55.742 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T05:28:55.791 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:07 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:55.925 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:28:55.926 INFO:teuthology.orchestra.run.smithi088.stdout:====================================================================================== 2024-09-16T05:28:55.926 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:28:55.926 INFO:teuthology.orchestra.run.smithi088.stdout:====================================================================================== 2024-09-16T05:28:55.926 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:28:55.926 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 7.4 M 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:55.927 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:28:55.928 INFO:teuthology.orchestra.run.smithi088.stdout:====================================================================================== 2024-09-16T05:28:55.928 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-09-16T05:28:55.928 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:28:55.928 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 38 M 2024-09-16T05:28:55.928 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 212 M 2024-09-16T05:28:55.928 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:28:56.088 INFO:teuthology.orchestra.run.smithi160.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.8 MB/s | 5.1 MB 00:01 2024-09-16T05:28:56.311 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:08 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:28:56.374 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.6 MB/s | 191 kB 00:00 2024-09-16T05:28:56.440 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.3 MB/s | 801 kB 00:00 2024-09-16T05:28:56.445 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:28:56.446 INFO:teuthology.orchestra.run.smithi148.stdout:====================================================================================== 2024-09-16T05:28:56.446 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:28:56.446 INFO:teuthology.orchestra.run.smithi148.stdout:====================================================================================== 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 7.4 M 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T05:28:56.447 INFO:teuthology.orchestra.run.smithi148.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T05:28:56.448 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:56.448 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:28:56.448 INFO:teuthology.orchestra.run.smithi148.stdout:====================================================================================== 2024-09-16T05:28:56.448 INFO:teuthology.orchestra.run.smithi148.stdout:Install 12 Packages 2024-09-16T05:28:56.448 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:28:56.448 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 38 M 2024-09-16T05:28:56.449 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 212 M 2024-09-16T05:28:56.449 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:28:56.483 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 301 kB/s | 33 kB 00:00 2024-09-16T05:28:56.533 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-09-16T05:28:56.583 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 769 kB/s | 38 kB 00:00 2024-09-16T05:28:56.720 INFO:teuthology.orchestra.run.smithi148.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-16T05:28:56.787 INFO:teuthology.orchestra.run.smithi148.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.0 MB/s | 801 kB 00:00 2024-09-16T05:28:57.167 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): ceph-mgr-diskprediction-local-19.1.1-32 8.2 MB/s | 7.4 MB 00:00 2024-09-16T05:28:57.225 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.8 MB/s | 3.0 MB 00:00 2024-09-16T05:28:57.287 INFO:teuthology.orchestra.run.smithi148.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 58 kB/s | 33 kB 00:00 2024-09-16T05:28:57.367 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.2 MB/s | 245 kB 00:00 2024-09-16T05:28:57.450 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-09-16T05:28:57.593 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 4.9 MB/s | 4.9 MB 00:01 2024-09-16T05:28:57.771 INFO:teuthology.orchestra.run.smithi148.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 38 kB/s | 18 kB 00:00 2024-09-16T05:28:57.837 INFO:teuthology.orchestra.run.smithi148.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.8 MB/s | 3.0 MB 00:01 2024-09-16T05:28:58.071 INFO:teuthology.orchestra.run.smithi148.stdout:(6/12): ceph-mgr-diskprediction-local-19.1.1-32 5.0 MB/s | 7.4 MB 00:01 2024-09-16T05:28:58.184 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.3 MB/s | 5.1 MB 00:00 2024-09-16T05:28:58.479 INFO:teuthology.orchestra.run.smithi148.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 54 kB/s | 38 kB 00:00 2024-09-16T05:28:58.680 INFO:teuthology.orchestra.run.smithi160.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 4.0 MB/s | 16 MB 00:04 2024-09-16T05:28:58.681 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:28:58.681 INFO:teuthology.orchestra.run.smithi160.stdout:Total 6.6 MB/s | 38 MB 00:05 2024-09-16T05:28:58.871 INFO:teuthology.orchestra.run.smithi148.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 309 kB/s | 245 kB 00:00 2024-09-16T05:28:59.033 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:28:59.059 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:28:59.059 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:28:59.063 INFO:teuthology.orchestra.run.smithi148.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 4.0 MB/s | 4.9 MB 00:01 2024-09-16T05:28:59.493 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:28:59.493 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:28:59.730 INFO:teuthology.orchestra.run.smithi148.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.1 MB/s | 5.1 MB 00:01 2024-09-16T05:28:59.755 INFO:teuthology.orchestra.run.smithi148.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 284 kB/s | 250 kB 00:00 2024-09-16T05:29:00.260 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:00.328 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T05:29:00.338 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 5.6 MB/s | 16 MB 00:02 2024-09-16T05:29:00.339 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:00.339 INFO:teuthology.orchestra.run.smithi088.stdout:Total 8.7 MB/s | 38 MB 00:04 2024-09-16T05:29:00.384 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T05:29:00.495 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T05:29:00.529 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T05:29:00.614 INFO:teuthology.orchestra.run.smithi148.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-09-16T05:29:00.616 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:00.616 INFO:teuthology.orchestra.run.smithi148.stdout:Total 9.2 MB/s | 38 MB 00:04 2024-09-16T05:29:00.694 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:00.716 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T05:29:00.720 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:00.720 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:00.745 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T05:29:00.822 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T05:29:00.974 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:01.001 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:01.001 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:01.157 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:01.157 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:01.446 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:01.446 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:01.461 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T05:29:01.590 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T05:29:01.934 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:02.009 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T05:29:02.059 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T05:29:02.158 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T05:29:02.193 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T05:29:02.223 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:02.281 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T05:29:02.321 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T05:29:02.386 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T05:29:02.419 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T05:29:02.425 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T05:29:02.455 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T05:29:02.512 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T05:29:02.634 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T05:29:02.679 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T05:29:02.756 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T05:29:02.837 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T05:29:03.164 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T05:29:03.279 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T05:29:03.407 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T05:29:03.524 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T05:29:03.875 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T05:29:03.910 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 12/12 2024-09-16T05:29:04.503 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T05:29:04.796 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T05:29:05.531 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T05:29:05.577 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 12/12 2024-09-16T05:29:05.831 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T05:29:05.861 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 12/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 12/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 1/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T05:29:06.492 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T05:29:06.493 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T05:29:06.493 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T05:29:06.493 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T05:29:06.493 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T05:29:06.927 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T05:29:06.927 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:06.927 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T05:29:06.928 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:06.929 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:07.346 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-rook 2024-09-16T05:29:07.923 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:21 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:08.058 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-rook noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 49 k 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T05:29:08.059 INFO:teuthology.orchestra.run.smithi160.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:08.060 INFO:teuthology.orchestra.run.smithi160.stdout:Install 13 Packages 2024-09-16T05:29:08.061 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:08.061 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 2.2 M 2024-09-16T05:29:08.061 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 26 M 2024-09-16T05:29:08.061 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:08.206 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 12/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 1/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T05:29:08.207 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T05:29:08.460 INFO:teuthology.orchestra.run.smithi160.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 193 kB/s | 19 kB 00:00 2024-09-16T05:29:08.485 INFO:teuthology.orchestra.run.smithi160.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 205 kB/s | 26 kB 00:00 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 12/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8 1/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T05:29:08.493 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T05:29:08.494 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T05:29:08.494 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T05:29:08.519 INFO:teuthology.orchestra.run.smithi160.stdout:(3/13): ceph-mgr-rook-19.1.1-326.g8921c8ef.el9. 311 kB/s | 49 kB 00:00 2024-09-16T05:29:08.588 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T05:29:08.588 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:08.588 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:08.588 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:08.588 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T05:29:08.588 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T05:29:08.588 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:08.589 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:08.602 INFO:teuthology.orchestra.run.smithi160.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-16T05:29:08.628 INFO:teuthology.orchestra.run.smithi160.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 222 kB 00:00 2024-09-16T05:29:08.653 INFO:teuthology.orchestra.run.smithi160.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-16T05:29:08.695 INFO:teuthology.orchestra.run.smithi160.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.5 MB/s | 279 kB 00:00 2024-09-16T05:29:08.720 INFO:teuthology.orchestra.run.smithi160.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 350 kB/s | 32 kB 00:00 2024-09-16T05:29:08.754 INFO:teuthology.orchestra.run.smithi160.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-16T05:29:08.781 INFO:teuthology.orchestra.run.smithi160.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-09-16T05:29:08.813 INFO:teuthology.orchestra.run.smithi160.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.6 MB/s | 90 kB 00:00 2024-09-16T05:29:08.841 INFO:teuthology.orchestra.run.smithi160.stdout:(12/13): python3-google-auth-2.34.0-1.el9.noarc 1.5 MB/s | 220 kB 00:00 2024-09-16T05:29:08.870 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T05:29:08.870 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:08.870 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:08.870 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-diskprediction-local-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:08.871 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:08.872 INFO:teuthology.orchestra.run.smithi160.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.1 MB/s | 1.0 MB 00:00 2024-09-16T05:29:08.873 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:08.874 INFO:teuthology.orchestra.run.smithi160.stdout:Total 2.7 MB/s | 2.2 MB 00:00 2024-09-16T05:29:08.937 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:08.953 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:08.953 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:08.985 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-rook 2024-09-16T05:29:09.045 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:09.045 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:09.299 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-rook 2024-09-16T05:29:09.553 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:09.561 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:21 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:09.694 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:09.695 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 49 k 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T05:29:09.696 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:09.697 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:09.698 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2024-09-16T05:29:09.698 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:09.698 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.2 M 2024-09-16T05:29:09.698 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 26 M 2024-09-16T05:29:09.699 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:09.717 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T05:29:09.772 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T05:29:09.828 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T05:29:09.865 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T05:29:09.880 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:21 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:09.906 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T05:29:10.010 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T05:29:10.013 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:10.014 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:10.014 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:29:10.014 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:10.014 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:10.014 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-rook noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 49 k 2024-09-16T05:29:10.014 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:10.015 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:10.016 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:10.016 INFO:teuthology.orchestra.run.smithi148.stdout:Install 13 Packages 2024-09-16T05:29:10.016 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:10.016 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 2.2 M 2024-09-16T05:29:10.016 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 26 M 2024-09-16T05:29:10.016 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:10.118 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T05:29:10.123 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): ceph-mgr-rook-19.1.1-326.g8921c8ef.el9. 308 kB/s | 49 kB 00:00 2024-09-16T05:29:10.175 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T05:29:10.257 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 87 kB/s | 26 kB 00:00 2024-09-16T05:29:10.282 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 60 kB/s | 19 kB 00:00 2024-09-16T05:29:10.320 INFO:teuthology.orchestra.run.smithi148.stdout:(1/13): ceph-mgr-rook-19.1.1-326.g8921c8ef.el9. 281 kB/s | 49 kB 00:00 2024-09-16T05:29:10.657 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 424 kB/s | 159 kB 00:00 2024-09-16T05:29:10.670 INFO:teuthology.orchestra.run.smithi148.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 36 kB/s | 19 kB 00:00 2024-09-16T05:29:10.712 INFO:teuthology.orchestra.run.smithi148.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 45 kB/s | 26 kB 00:00 2024-09-16T05:29:10.774 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 567 kB/s | 279 kB 00:00 2024-09-16T05:29:10.799 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 329 kB/s | 222 kB 00:00 2024-09-16T05:29:10.825 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 321 kB/s | 54 kB 00:00 2024-09-16T05:29:10.875 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-09-16T05:29:10.898 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T05:29:10.900 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-16T05:29:10.934 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-09-16T05:29:10.947 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T05:29:10.959 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.8 MB/s | 220 kB 00:00 2024-09-16T05:29:10.981 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T05:29:10.984 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-16T05:29:11.026 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.9 MB/s | 1.0 MB 00:00 2024-09-16T05:29:11.029 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T05:29:11.029 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:11.030 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-09-16T05:29:11.050 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 13/13 2024-09-16T05:29:11.096 INFO:teuthology.orchestra.run.smithi148.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 287 kB/s | 222 kB 00:00 2024-09-16T05:29:11.096 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:11.112 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:11.112 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:11.201 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:11.202 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:11.429 INFO:teuthology.orchestra.run.smithi148.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 209 kB/s | 159 kB 00:00 2024-09-16T05:29:11.480 INFO:teuthology.orchestra.run.smithi148.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 651 kB/s | 32 kB 00:00 2024-09-16T05:29:11.506 INFO:teuthology.orchestra.run.smithi148.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 352 kB/s | 279 kB 00:00 2024-09-16T05:29:11.530 INFO:teuthology.orchestra.run.smithi148.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 282 kB/s | 14 kB 00:00 2024-09-16T05:29:11.564 INFO:teuthology.orchestra.run.smithi148.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 3.7 MB/s | 220 kB 00:00 2024-09-16T05:29:11.589 INFO:teuthology.orchestra.run.smithi148.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-09-16T05:29:11.606 INFO:teuthology.orchestra.run.smithi148.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 5.3 MB/s | 90 kB 00:00 2024-09-16T05:29:11.648 INFO:teuthology.orchestra.run.smithi148.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 8.7 MB/s | 1.0 MB 00:00 2024-09-16T05:29:11.700 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:11.748 INFO:teuthology.orchestra.run.smithi148.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 82 kB/s | 54 kB 00:00 2024-09-16T05:29:11.752 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:11.752 INFO:teuthology.orchestra.run.smithi148.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-09-16T05:29:11.823 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:11.839 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:11.839 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:11.868 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 13/13 2024-09-16T05:29:11.868 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 1/13 2024-09-16T05:29:11.868 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T05:29:11.869 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T05:29:11.871 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T05:29:11.931 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:11.932 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:11.936 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T05:29:11.991 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T05:29:12.028 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T05:29:12.069 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T05:29:12.172 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T05:29:12.221 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T05:29:12.222 INFO:teuthology.orchestra.run.smithi160.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T05:29:12.223 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T05:29:12.223 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T05:29:12.223 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T05:29:12.223 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T05:29:12.223 INFO:teuthology.orchestra.run.smithi160.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T05:29:12.223 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:12.223 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:12.281 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T05:29:12.337 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T05:29:12.454 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:12.495 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T05:29:12.619 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T05:29:12.691 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T05:29:12.746 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T05:29:12.783 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T05:29:12.825 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T05:29:12.927 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T05:29:13.036 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T05:29:13.058 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T05:29:13.063 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:27 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:13.084 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T05:29:13.110 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T05:29:13.144 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T05:29:13.199 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:13.200 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-cephadm noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 146 k 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T05:29:13.201 INFO:teuthology.orchestra.run.smithi160.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout:Install 6 Packages 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 7.0 M 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 33 M 2024-09-16T05:29:13.202 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:13.222 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 13/13 2024-09-16T05:29:13.800 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T05:29:13.840 INFO:teuthology.orchestra.run.smithi160.stdout:(1/6): ceph-mgr-cephadm-19.1.1-326.g8921c8ef.el 661 kB/s | 146 kB 00:00 2024-09-16T05:29:13.848 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T05:29:13.882 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T05:29:13.907 INFO:teuthology.orchestra.run.smithi160.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 10 MB/s | 548 kB 00:00 2024-09-16T05:29:13.924 INFO:teuthology.orchestra.run.smithi160.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 3.4 MB/s | 58 kB 00:00 2024-09-16T05:29:13.930 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T05:29:13.949 INFO:teuthology.orchestra.run.smithi160.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 3.0 MB/s | 74 kB 00:00 2024-09-16T05:29:13.952 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 13/13 2024-09-16T05:29:14.011 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 13/13 2024-09-16T05:29:14.011 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 1/13 2024-09-16T05:29:14.011 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T05:29:14.011 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T05:29:14.011 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T05:29:14.012 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T05:29:14.334 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:14.335 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:14.458 INFO:teuthology.orchestra.run.smithi160.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 296 kB/s | 248 kB 00:00 2024-09-16T05:29:14.584 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T05:29:14.953 INFO:teuthology.orchestra.run.smithi160.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.1 MB/s | 6.0 MB 00:01 2024-09-16T05:29:14.953 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:14.953 INFO:teuthology.orchestra.run.smithi160.stdout:Total 4.4 MB/s | 7.0 MB 00:01 2024-09-16T05:29:14.954 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:14.954 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:14.954 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:14.954 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 13/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 1/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T05:29:14.955 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T05:29:14.956 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T05:29:14.989 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:14.989 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:15.104 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T05:29:15.104 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:15.104 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:15.104 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-rook-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:15.105 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T05:29:15.105 INFO:teuthology.orchestra.run.smithi148.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T05:29:15.105 INFO:teuthology.orchestra.run.smithi148.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T05:29:15.105 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T05:29:15.105 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T05:29:15.105 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T05:29:15.106 INFO:teuthology.orchestra.run.smithi148.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T05:29:15.106 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T05:29:15.106 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T05:29:15.106 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T05:29:15.106 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T05:29:15.106 INFO:teuthology.orchestra.run.smithi148.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T05:29:15.107 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:15.107 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:15.307 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:15.379 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T05:29:15.465 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T05:29:15.509 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T05:29:15.522 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:27 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:15.654 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 146 k 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T05:29:15.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 7.0 M 2024-09-16T05:29:15.656 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 33 M 2024-09-16T05:29:15.657 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:15.945 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:27 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:16.036 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-09-16T05:29:16.061 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): ceph-mgr-cephadm-19.1.1-326.g8921c8ef.el 719 kB/s | 146 kB 00:00 2024-09-16T05:29:16.063 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T05:29:16.080 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-cephadm noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 146 k 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T05:29:16.081 INFO:teuthology.orchestra.run.smithi148.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T05:29:16.082 INFO:teuthology.orchestra.run.smithi148.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T05:29:16.082 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:16.082 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:16.082 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:16.082 INFO:teuthology.orchestra.run.smithi148.stdout:Install 6 Packages 2024-09-16T05:29:16.082 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:16.083 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 7.0 M 2024-09-16T05:29:16.083 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 33 M 2024-09-16T05:29:16.083 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:16.120 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 991 kB/s | 58 kB 00:00 2024-09-16T05:29:16.145 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-16T05:29:16.154 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T05:29:16.170 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 4.0 MB/s | 548 kB 00:00 2024-09-16T05:29:16.218 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T05:29:16.248 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 6/6 2024-09-16T05:29:16.467 INFO:teuthology.orchestra.run.smithi148.stdout:(1/6): ceph-mgr-cephadm-19.1.1-326.g8921c8ef.el 641 kB/s | 146 kB 00:00 2024-09-16T05:29:16.517 INFO:teuthology.orchestra.run.smithi148.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-16T05:29:16.542 INFO:teuthology.orchestra.run.smithi148.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-16T05:29:16.568 INFO:teuthology.orchestra.run.smithi148.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-16T05:29:16.868 INFO:teuthology.orchestra.run.smithi148.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 395 kB/s | 248 kB 00:00 2024-09-16T05:29:17.025 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 6/6 2024-09-16T05:29:17.025 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/6 2024-09-16T05:29:17.025 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T05:29:17.025 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T05:29:17.025 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T05:29:17.025 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T05:29:17.095 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.8 MB/s | 6.0 MB 00:01 2024-09-16T05:29:17.098 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:17.098 INFO:teuthology.orchestra.run.smithi088.stdout:Total 4.9 MB/s | 7.0 MB 00:01 2024-09-16T05:29:17.170 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:17.181 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:17.181 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:17.281 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:17.282 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:17.311 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:17.312 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:17.588 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-fuse 2024-09-16T05:29:17.594 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:17.660 INFO:teuthology.orchestra.run.smithi148.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.2 MB/s | 6.0 MB 00:01 2024-09-16T05:29:17.661 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:17.662 INFO:teuthology.orchestra.run.smithi148.stdout:Total 4.4 MB/s | 7.0 MB 00:01 2024-09-16T05:29:17.733 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:17.744 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:17.744 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:17.765 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T05:29:17.814 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T05:29:17.846 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:17.849 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:18.155 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:32 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:18.162 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:18.288 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-fuse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 896 k 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:18.289 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:18.290 INFO:teuthology.orchestra.run.smithi160.stdout:Install 2 Packages 2024-09-16T05:29:18.290 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:18.290 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 976 k 2024-09-16T05:29:18.290 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 2.9 M 2024-09-16T05:29:18.290 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:18.325 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T05:29:18.335 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T05:29:18.387 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T05:29:18.426 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T05:29:18.489 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T05:29:18.518 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 6/6 2024-09-16T05:29:18.567 INFO:teuthology.orchestra.run.smithi160.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 504 kB/s | 80 kB 00:00 2024-09-16T05:29:18.709 INFO:teuthology.orchestra.run.smithi160.stdout:(2/2): ceph-fuse-19.1.1-326.g8921c8ef.el9.x86_6 2.9 MB/s | 896 kB 00:00 2024-09-16T05:29:18.710 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:18.710 INFO:teuthology.orchestra.run.smithi160.stdout:Total 2.3 MB/s | 976 kB 00:00 2024-09-16T05:29:18.722 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:18.744 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:18.744 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:18.826 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:18.826 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:18.908 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T05:29:18.989 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T05:29:19.027 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:19.053 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T05:29:19.082 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 6/6 2024-09-16T05:29:19.170 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T05:29:19.243 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2/2 2024-09-16T05:29:19.301 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 6/6 2024-09-16T05:29:19.301 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/6 2024-09-16T05:29:19.301 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T05:29:19.301 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T05:29:19.301 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T05:29:19.301 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T05:29:19.575 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T05:29:19.575 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:19.575 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:19.576 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:19.821 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-fuse 2024-09-16T05:29:19.890 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 6/6 2024-09-16T05:29:19.890 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 1/6 2024-09-16T05:29:19.890 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T05:29:19.890 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T05:29:19.890 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T05:29:19.891 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T05:29:19.935 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2/2 2024-09-16T05:29:19.935 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/2 2024-09-16T05:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T05:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-cephadm-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:20.212 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T05:29:20.213 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:20.213 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:20.213 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T05:29:20.213 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:20.213 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:20.405 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:32 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:20.463 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-fuse 2024-09-16T05:29:20.497 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-volume 2024-09-16T05:29:20.537 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:20.538 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:20.538 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:29:20.538 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:20.538 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:20.538 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 896 k 2024-09-16T05:29:20.538 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-09-16T05:29:20.539 INFO:teuthology.orchestra.run.smithi088.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T05:29:20.539 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:20.539 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:20.539 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:20.539 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2024-09-16T05:29:20.539 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:20.539 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 976 k 2024-09-16T05:29:20.540 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 2.9 M 2024-09-16T05:29:20.540 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:20.938 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): ceph-fuse-19.1.1-326.g8921c8ef.el9.x86_6 3.3 MB/s | 896 kB 00:00 2024-09-16T05:29:21.028 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:33 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:21.089 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:35 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:21.161 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-fuse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 896 k 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:21.162 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:21.163 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:21.163 INFO:teuthology.orchestra.run.smithi148.stdout:Install 2 Packages 2024-09-16T05:29:21.163 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:21.163 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 976 k 2024-09-16T05:29:21.163 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 2.9 M 2024-09-16T05:29:21.164 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:21.221 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-volume noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 285 k 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 285 k 2024-09-16T05:29:21.222 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 1.3 M 2024-09-16T05:29:21.223 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:21.303 INFO:teuthology.orchestra.run.smithi148.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 671 kB/s | 80 kB 00:00 2024-09-16T05:29:21.305 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 126 kB/s | 80 kB 00:00 2024-09-16T05:29:21.306 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:21.306 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.2 MB/s | 976 kB 00:00 2024-09-16T05:29:21.319 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:21.342 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:21.342 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:21.425 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:21.425 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:21.439 INFO:teuthology.orchestra.run.smithi160.stdout:ceph-volume-19.1.1-326.g8921c8ef.el9.noarch.rpm 1.3 MB/s | 285 kB 00:00 2024-09-16T05:29:21.440 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:21.441 INFO:teuthology.orchestra.run.smithi160.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-16T05:29:21.441 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:21.448 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:21.448 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:21.470 INFO:teuthology.orchestra.run.smithi148.stdout:(2/2): ceph-fuse-19.1.1-326.g8921c8ef.el9.x86_6 3.1 MB/s | 896 kB 00:00 2024-09-16T05:29:21.470 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:21.471 INFO:teuthology.orchestra.run.smithi148.stdout:Total 3.1 MB/s | 976 kB 00:00 2024-09-16T05:29:21.474 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:21.474 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:21.482 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:21.504 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:21.504 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:21.587 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:21.587 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:21.614 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:21.694 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:21.757 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T05:29:21.779 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:21.782 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:21.799 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:21.799 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:29:21.799 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T05:29:21.799 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:21.829 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2/2 2024-09-16T05:29:21.939 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T05:29:22.002 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2/2 2024-09-16T05:29:22.494 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2/2 2024-09-16T05:29:22.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/2 2024-09-16T05:29:22.682 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2/2 2024-09-16T05:29:22.682 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/2 2024-09-16T05:29:22.766 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T05:29:22.766 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:22.766 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:22.766 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T05:29:22.767 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:22.767 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:22.844 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:22.844 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:22.844 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:22.845 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:22.845 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:22.845 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:22.958 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T05:29:22.958 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:22.958 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:22.958 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T05:29:22.959 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:22.959 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:23.067 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-volume 2024-09-16T05:29:23.182 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install librados-devel 2024-09-16T05:29:23.261 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-volume 2024-09-16T05:29:23.641 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:35 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:23.771 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:37 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:23.777 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 285 k 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:29:23.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:23.779 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 285 k 2024-09-16T05:29:23.779 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 1.3 M 2024-09-16T05:29:23.779 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:23.846 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:35 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:23.905 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:23.905 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:23.905 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout: librados-devel x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 127 k 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 127 k 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 456 k 2024-09-16T05:29:23.906 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:23.984 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-volume noarch 2:19.1.1-326.g8921c8ef.el9 ceph-noarch 285 k 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:23.985 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:29:23.986 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:23.986 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 285 k 2024-09-16T05:29:23.986 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 1.3 M 2024-09-16T05:29:23.986 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:24.019 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-volume-19.1.1-326.g8921c8ef.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-16T05:29:24.019 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:24.019 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-16T05:29:24.020 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:24.028 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:24.028 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:24.061 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:24.061 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:24.119 INFO:teuthology.orchestra.run.smithi160.stdout:librados-devel-19.1.1-326.g8921c8ef.el9.x86_64. 598 kB/s | 127 kB 00:00 2024-09-16T05:29:24.119 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:24.119 INFO:teuthology.orchestra.run.smithi160.stdout:Total 593 kB/s | 127 kB 00:00 2024-09-16T05:29:24.120 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:24.125 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:24.125 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:24.195 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:24.195 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:24.224 INFO:teuthology.orchestra.run.smithi148.stdout:ceph-volume-19.1.1-326.g8921c8ef.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-16T05:29:24.225 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:24.225 INFO:teuthology.orchestra.run.smithi148.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-16T05:29:24.225 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:24.234 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:24.234 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:24.269 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:24.270 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:24.279 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:24.346 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:24.361 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:24.362 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:24.362 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:29:24.362 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T05:29:24.362 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:24.466 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:24.490 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:24.568 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:24.584 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:24.584 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:29:24.584 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T05:29:24.584 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:24.924 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:25.178 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:25.178 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:25.178 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:25.178 INFO:teuthology.orchestra.run.smithi160.stdout: librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:25.178 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:25.178 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:25.372 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:25.372 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:25.372 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:25.372 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:25.372 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:25.372 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:25.480 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install libcephfs2 2024-09-16T05:29:25.653 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 1/1 2024-09-16T05:29:25.653 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:25.654 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:25.654 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-volume-2:19.1.1-326.g8921c8ef.el9.noarch 2024-09-16T05:29:25.654 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:25.654 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:25.686 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados-devel 2024-09-16T05:29:25.973 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librados-devel 2024-09-16T05:29:26.066 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:26.157 INFO:teuthology.orchestra.run.smithi160.stdout:Package libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:26.202 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:26.203 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:29:26.203 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:26.266 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:38 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:26.282 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install libcephfs-devel 2024-09-16T05:29:26.400 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 127 k 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:29:26.401 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:26.402 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 127 k 2024-09-16T05:29:26.402 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 456 k 2024-09-16T05:29:26.402 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:26.560 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:38 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:26.615 INFO:teuthology.orchestra.run.smithi088.stdout:librados-devel-19.1.1-326.g8921c8ef.el9.x86_64. 594 kB/s | 127 kB 00:00 2024-09-16T05:29:26.617 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:26.617 INFO:teuthology.orchestra.run.smithi088.stdout:Total 590 kB/s | 127 kB 00:00 2024-09-16T05:29:26.617 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:26.622 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:26.622 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:26.690 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:26.691 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:26.694 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout: librados-devel x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 127 k 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:26.695 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:26.696 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:29:26.696 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:26.696 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 127 k 2024-09-16T05:29:26.696 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 456 k 2024-09-16T05:29:26.696 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:26.847 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:26.859 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:26.904 INFO:teuthology.orchestra.run.smithi148.stdout:librados-devel-19.1.1-326.g8921c8ef.el9.x86_64. 612 kB/s | 127 kB 00:00 2024-09-16T05:29:26.904 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:26.905 INFO:teuthology.orchestra.run.smithi148.stdout:Total 607 kB/s | 127 kB 00:00 2024-09-16T05:29:26.905 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:26.910 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:26.910 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:26.955 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:26.980 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:26.980 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:26.982 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:26.982 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:26.982 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs-devel x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 32 k 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:29:26.983 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:26.984 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 32 k 2024-09-16T05:29:26.984 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 142 k 2024-09-16T05:29:26.984 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:27.147 INFO:teuthology.orchestra.run.smithi160.stdout:libcephfs-devel-19.1.1-326.g8921c8ef.el9.x86_64 194 kB/s | 32 kB 00:00 2024-09-16T05:29:27.147 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:27.148 INFO:teuthology.orchestra.run.smithi160.stdout:Total 193 kB/s | 32 kB 00:00 2024-09-16T05:29:27.148 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:27.151 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:27.151 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:27.152 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:27.171 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:27.171 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:27.263 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:27.281 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:27.377 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:27.379 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:27.634 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:27.634 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:27.634 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:27.634 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:27.634 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:27.634 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:27.753 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:27.782 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:27.908 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs2 2024-09-16T05:29:28.017 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:28.017 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:28.017 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:28.018 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:28.018 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:28.018 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:28.029 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:28.029 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:28.029 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:28.029 INFO:teuthology.orchestra.run.smithi148.stdout: librados-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:28.029 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:28.029 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:28.228 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install librados2 2024-09-16T05:29:28.279 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install libcephfs2 2024-09-16T05:29:28.482 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:28.573 INFO:teuthology.orchestra.run.smithi088.stdout:Package libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:28.617 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:28.618 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:29:28.618 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:28.701 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs-devel 2024-09-16T05:29:28.791 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:42 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:28.864 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:28.881 INFO:teuthology.orchestra.run.smithi160.stdout:Package librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:28.925 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:28.926 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:29:28.926 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:28.956 INFO:teuthology.orchestra.run.smithi148.stdout:Package libcephfs2-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:29.002 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:29.003 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:29:29.003 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:29.004 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install librbd1 2024-09-16T05:29:29.086 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install libcephfs-devel 2024-09-16T05:29:29.266 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:41 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:29.400 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 32 k 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:29.401 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:29.402 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:29:29.402 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:29.402 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 32 k 2024-09-16T05:29:29.402 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 142 k 2024-09-16T05:29:29.402 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:29.551 INFO:teuthology.orchestra.run.smithi088.stdout:libcephfs-devel-19.1.1-326.g8921c8ef.el9.x86_64 212 kB/s | 32 kB 00:00 2024-09-16T05:29:29.552 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:29.552 INFO:teuthology.orchestra.run.smithi088.stdout:Total 210 kB/s | 32 kB 00:00 2024-09-16T05:29:29.552 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:29.556 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:29.556 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:29.564 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:29.571 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:29.572 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:29.653 INFO:teuthology.orchestra.run.smithi160.stdout:Package librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:29.657 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:41 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:29.658 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:29.697 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:29.697 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:29:29.697 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:29.778 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-rados 2024-09-16T05:29:29.790 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:29.792 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:29.792 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:29.792 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-16T05:29:29.792 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:29.793 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:29.793 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs-devel x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 32 k 2024-09-16T05:29:29.793 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:29.793 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:29.793 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:29.794 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:29:29.794 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:29.794 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 32 k 2024-09-16T05:29:29.794 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 142 k 2024-09-16T05:29:29.794 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:29.949 INFO:teuthology.orchestra.run.smithi148.stdout:libcephfs-devel-19.1.1-326.g8921c8ef.el9.x86_64 203 kB/s | 32 kB 00:00 2024-09-16T05:29:29.950 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:29.950 INFO:teuthology.orchestra.run.smithi148.stdout:Total 201 kB/s | 32 kB 00:00 2024-09-16T05:29:29.950 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:29.954 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:29.955 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:29.968 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:29.968 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:30.058 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:30.171 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:30.182 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:30.338 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:44 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:30.420 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:30.420 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:30.421 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:30.421 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:30.421 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:30.421 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:30.427 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:30.470 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:30.471 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:29:30.471 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:30.528 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:30.553 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-rgw 2024-09-16T05:29:30.624 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados2 2024-09-16T05:29:30.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:30.759 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:30.759 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:30.759 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs-devel-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:30.759 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:30.759 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:30.970 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librados2 2024-09-16T05:29:31.119 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:31.187 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:31.209 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:31.252 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:31.253 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:29:31.253 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:31.277 INFO:teuthology.orchestra.run.smithi088.stdout:Package librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:31.321 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:31.321 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:29:31.322 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:31.331 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-cephfs 2024-09-16T05:29:31.400 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librbd1 2024-09-16T05:29:31.535 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:31.624 INFO:teuthology.orchestra.run.smithi148.stdout:Package librados2-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:31.667 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:31.668 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:29:31.668 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:31.749 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librbd1 2024-09-16T05:29:31.898 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:31.978 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:31.989 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:32.030 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:32.031 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:29:32.031 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:32.070 INFO:teuthology.orchestra.run.smithi088.stdout:Package librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:32.111 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-rbd 2024-09-16T05:29:32.116 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:32.117 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:29:32.117 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:32.204 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rados 2024-09-16T05:29:32.311 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:44 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:32.400 INFO:teuthology.orchestra.run.smithi148.stdout:Package librbd1-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:32.443 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:32.444 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:29:32.444 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:32.523 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rados 2024-09-16T05:29:32.671 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:32.762 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:32.795 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:44 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:32.809 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:32.809 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-09-16T05:29:32.809 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:32.888 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:32.889 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install rbd-fuse 2024-09-16T05:29:32.933 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:32.934 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:29:32.934 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:33.034 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rgw 2024-09-16T05:29:33.086 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:33.176 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rados-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:33.220 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:33.220 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:29:33.221 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:33.290 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rgw 2024-09-16T05:29:33.447 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:33.579 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:33.580 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:33.580 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-09-16T05:29:33.580 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-fuse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 85 k 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 85 k 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 231 k 2024-09-16T05:29:33.581 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:33.596 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:33.686 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:33.729 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:33.730 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:29:33.730 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:33.775 INFO:teuthology.orchestra.run.smithi160.stdout:rbd-fuse-19.1.1-326.g8921c8ef.el9.x86_64.rpm 440 kB/s | 85 kB 00:00 2024-09-16T05:29:33.776 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:33.776 INFO:teuthology.orchestra.run.smithi160.stdout:Total 437 kB/s | 85 kB 00:00 2024-09-16T05:29:33.776 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:33.782 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:33.783 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:33.810 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-cephfs 2024-09-16T05:29:33.846 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:33.847 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:33.859 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:33.950 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rgw-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:33.991 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:33.995 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:33.996 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:29:33.996 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:34.064 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-cephfs 2024-09-16T05:29:34.088 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:34.384 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:34.473 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:34.492 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:34.516 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:34.516 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:29:34.517 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:34.592 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rbd 2024-09-16T05:29:34.634 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:34.725 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-cephfs-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:34.759 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:34.760 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:34.760 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:34.760 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:34.760 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:34.760 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:34.768 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:34.769 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:29:34.770 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:34.850 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rbd 2024-09-16T05:29:35.020 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install rbd-mirror 2024-09-16T05:29:35.153 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:35.243 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:35.286 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:35.287 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-09-16T05:29:35.287 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:35.376 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-fuse 2024-09-16T05:29:35.418 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:35.508 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rbd-2:19.1.1-326.g8921c8ef.el9.x86_64 is already installed. 2024-09-16T05:29:35.551 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:35.552 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-16T05:29:35.552 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:35.601 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:49 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:35.634 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-fuse 2024-09-16T05:29:35.738 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:35.739 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:35.739 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-09-16T05:29:35.739 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:35.739 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:35.739 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-mirror x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.1 M 2024-09-16T05:29:35.739 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:35.740 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:35.740 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:35.740 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:29:35.740 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:35.740 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 3.1 M 2024-09-16T05:29:35.740 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 13 M 2024-09-16T05:29:35.740 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:35.938 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:36.070 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 85 k 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:36.071 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:29:36.072 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:36.072 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 85 k 2024-09-16T05:29:36.072 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 231 k 2024-09-16T05:29:36.072 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:36.087 INFO:teuthology.orchestra.run.smithi160.stdout:rbd-mirror-19.1.1-326.g8921c8ef.el9.x86_64.rpm 9.0 MB/s | 3.1 MB 00:00 2024-09-16T05:29:36.088 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:36.088 INFO:teuthology.orchestra.run.smithi160.stdout:Total 8.9 MB/s | 3.1 MB 00:00 2024-09-16T05:29:36.088 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:36.097 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:36.097 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:36.178 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:36.178 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:36.203 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:48 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:36.271 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-fuse-19.1.1-326.g8921c8ef.el9.x86_64.rpm 427 kB/s | 85 kB 00:00 2024-09-16T05:29:36.272 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:36.272 INFO:teuthology.orchestra.run.smithi088.stdout:Total 424 kB/s | 85 kB 00:00 2024-09-16T05:29:36.272 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:36.279 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:36.279 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:36.338 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-fuse x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 85 k 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:29:36.339 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:36.340 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 85 k 2024-09-16T05:29:36.340 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 231 k 2024-09-16T05:29:36.340 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:36.342 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:36.343 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:36.487 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:36.527 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-fuse-19.1.1-326.g8921c8ef.el9.x86_64.rpm 456 kB/s | 85 kB 00:00 2024-09-16T05:29:36.528 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:36.528 INFO:teuthology.orchestra.run.smithi148.stdout:Total 452 kB/s | 85 kB 00:00 2024-09-16T05:29:36.528 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:36.535 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:36.535 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:36.576 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:36.599 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:36.599 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:36.618 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:36.696 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:36.721 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:36.721 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:29:36.721 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T05:29:36.721 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T05:29:36.721 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T05:29:36.721 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:36.746 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:36.858 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:36.985 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:37.243 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:37.277 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:37.277 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:37.277 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:37.278 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:37.278 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:37.278 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:37.520 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:37.520 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:37.520 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:37.520 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-fuse-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:37.520 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:37.520 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:37.521 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-mirror 2024-09-16T05:29:37.796 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-mirror 2024-09-16T05:29:37.955 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:37.955 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:37.955 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:37.955 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:37.955 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:37.955 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:38.102 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:50 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:38.191 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install rbd-nbd 2024-09-16T05:29:38.237 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:38.238 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:38.238 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-09-16T05:29:38.238 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:38.238 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.1 M 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 3.1 M 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 13 M 2024-09-16T05:29:38.239 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:38.390 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:50 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:38.532 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:38.533 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:38.533 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-16T05:29:38.533 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-mirror x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 3.1 M 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 3.1 M 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 13 M 2024-09-16T05:29:38.534 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:38.591 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-mirror-19.1.1-326.g8921c8ef.el9.x86_64.rpm 8.8 MB/s | 3.1 MB 00:00 2024-09-16T05:29:38.591 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:38.592 INFO:teuthology.orchestra.run.smithi088.stdout:Total 8.8 MB/s | 3.1 MB 00:00 2024-09-16T05:29:38.592 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:38.601 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:38.601 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:38.683 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:38.684 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:38.771 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:52 ago on Mon 16 Sep 2024 05:27:46 AM UTC. 2024-09-16T05:29:38.881 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-mirror-19.1.1-326.g8921c8ef.el9.x86_64.rpm 8.9 MB/s | 3.1 MB 00:00 2024-09-16T05:29:38.882 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:38.882 INFO:teuthology.orchestra.run.smithi148.stdout:Total 8.9 MB/s | 3.1 MB 00:00 2024-09-16T05:29:38.882 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:38.891 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:38.891 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:38.902 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-09-16T05:29:38.902 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:38.902 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-09-16T05:29:38.902 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:38.902 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-09-16T05:29:38.902 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-nbd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 170 k 2024-09-16T05:29:38.903 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:38.903 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-09-16T05:29:38.903 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-09-16T05:29:38.903 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-09-16T05:29:38.903 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:38.903 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 170 k 2024-09-16T05:29:38.904 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 494 k 2024-09-16T05:29:38.904 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-09-16T05:29:38.974 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:38.975 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:39.115 INFO:teuthology.orchestra.run.smithi160.stdout:rbd-nbd-19.1.1-326.g8921c8ef.el9.x86_64.rpm 806 kB/s | 170 kB 00:00 2024-09-16T05:29:39.116 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:39.116 INFO:teuthology.orchestra.run.smithi160.stdout:Total 800 kB/s | 170 kB 00:00 2024-09-16T05:29:39.116 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-09-16T05:29:39.124 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-09-16T05:29:39.124 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-09-16T05:29:39.124 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:39.183 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:39.188 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-09-16T05:29:39.188 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-09-16T05:29:39.209 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:39.209 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:29:39.209 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T05:29:39.209 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T05:29:39.209 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T05:29:39.210 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:39.344 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-09-16T05:29:39.418 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:39.463 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:39.599 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:39.625 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:39.625 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T05:29:39.626 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T05:29:39.626 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T05:29:39.626 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T05:29:39.626 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:39.918 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:40.159 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:40.159 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:40.159 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-09-16T05:29:40.159 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:40.159 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:29:40.159 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-09-16T05:29:40.392 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:40.392 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:40.392 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:40.392 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:40.392 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:40.392 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:40.428 DEBUG:teuthology.parallel:result is None 2024-09-16T05:29:40.628 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-nbd 2024-09-16T05:29:40.741 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:40.741 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:40.741 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:40.741 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-mirror-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:40.741 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:40.741 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:40.985 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-nbd 2024-09-16T05:29:41.206 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:53 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:41.337 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-09-16T05:29:41.337 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:41.337 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-09-16T05:29:41.337 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 170 k 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 170 k 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 494 k 2024-09-16T05:29:41.338 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-09-16T05:29:41.544 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-nbd-19.1.1-326.g8921c8ef.el9.x86_64.rpm 829 kB/s | 170 kB 00:00 2024-09-16T05:29:41.545 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:41.545 INFO:teuthology.orchestra.run.smithi088.stdout:Total 822 kB/s | 170 kB 00:00 2024-09-16T05:29:41.545 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-09-16T05:29:41.553 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-09-16T05:29:41.553 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-09-16T05:29:41.572 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:53 ago on Mon 16 Sep 2024 05:27:48 AM UTC. 2024-09-16T05:29:41.617 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-09-16T05:29:41.617 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-09-16T05:29:41.705 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-nbd x86_64 2:19.1.1-326.g8921c8ef.el9 ceph 170 k 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:41.706 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 170 k 2024-09-16T05:29:41.707 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 494 k 2024-09-16T05:29:41.707 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-16T05:29:41.773 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-09-16T05:29:41.883 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:41.910 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-nbd-19.1.1-326.g8921c8ef.el9.x86_64.rpm 837 kB/s | 170 kB 00:00 2024-09-16T05:29:41.910 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:29:41.911 INFO:teuthology.orchestra.run.smithi148.stdout:Total 831 kB/s | 170 kB 00:00 2024-09-16T05:29:41.911 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-16T05:29:41.918 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-16T05:29:41.918 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-16T05:29:41.983 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-16T05:29:41.983 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-16T05:29:42.134 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-16T05:29:42.241 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:42.300 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:42.560 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:42.560 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:42.560 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-09-16T05:29:42.561 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:42.561 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:29:42.561 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-09-16T05:29:42.710 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:42.803 DEBUG:teuthology.parallel:result is None 2024-09-16T05:29:42.976 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 1/1 2024-09-16T05:29:42.976 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:42.976 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-16T05:29:42.976 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-nbd-2:19.1.1-326.g8921c8ef.el9.x86_64 2024-09-16T05:29:42.976 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:29:42.976 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-16T05:29:43.205 DEBUG:teuthology.parallel:result is None 2024-09-16T05:29:43.206 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:29:43.357 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T05:29:43.379 INFO:teuthology.orchestra.run.smithi088.stdout:19.1.1-326.g8921c8ef.el9 2024-09-16T05:29:43.380 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-326.g8921c8ef.el9 2024-09-16T05:29:43.380 INFO:teuthology.task.install:The correct ceph version 19.1.1-326.g8921c8ef is installed. 2024-09-16T05:29:43.381 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:29:43.525 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T05:29:43.547 INFO:teuthology.orchestra.run.smithi148.stdout:19.1.1-326.g8921c8ef.el9 2024-09-16T05:29:43.547 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-326.g8921c8ef.el9 2024-09-16T05:29:43.547 INFO:teuthology.task.install:The correct ceph version 19.1.1-326.g8921c8ef is installed. 2024-09-16T05:29:43.549 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:29:43.685 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T05:29:43.711 INFO:teuthology.orchestra.run.smithi160.stdout:19.1.1-326.g8921c8ef.el9 2024-09-16T05:29:43.711 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-326.g8921c8ef.el9 2024-09-16T05:29:43.711 INFO:teuthology.task.install:The correct ceph version 19.1.1-326.g8921c8ef is installed. 2024-09-16T05:29:43.713 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-16T05:29:43.713 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:29:43.713 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T05:29:43.742 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:29:43.742 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T05:29:43.769 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:29:43.769 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T05:29:43.799 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-16T05:29:43.800 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:29:43.800 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T05:29:43.828 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T05:29:43.894 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:29:43.894 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T05:29:43.934 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T05:29:44.000 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:29:44.000 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T05:29:44.030 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T05:29:44.099 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-16T05:29:44.099 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:29:44.099 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T05:29:44.127 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T05:29:44.195 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:29:44.195 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T05:29:44.221 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T05:29:44.290 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:29:44.290 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T05:29:44.319 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T05:29:44.387 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-16T05:29:44.387 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:29:44.388 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T05:29:44.415 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T05:29:44.483 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:29:44.483 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T05:29:44.510 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T05:29:44.576 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:29:44.576 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T05:29:44.605 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T05:29:44.672 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-16T05:29:44.768 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8921c8ef947807b717db041d85f0761b7914d5fc'} 2024-09-16T05:29:44.768 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:29:44.769 INFO:tasks.cephadm:Cluster fsid is ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:29:44.769 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-16T05:29:44.769 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.88', 'mon.b': '172.21.15.148', 'mon.c': '172.21.15.160'} 2024-09-16T05:29:44.769 INFO:tasks.cephadm:First mon is mon.a on smithi088 2024-09-16T05:29:44.769 INFO:tasks.cephadm:First mgr is a 2024-09-16T05:29:44.769 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-16T05:29:44.770 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-09-16T05:29:44.799 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-09-16T05:29:44.826 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-09-16T05:29:44.854 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-16T05:29:44.854 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:29:44.994 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8921c8ef947807b717db041d85f0761b7914d5fc', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/56081/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-326-g8921c8ef', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.1.1-326.g8921c8ef'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-15 16:06:42.385367', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-16T05:29:45.134 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 8921c8ef947807b717db041d85f0761b7914d5fc from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:29:45.136 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/x86_64/flavors/default/cephadm 2024-09-16T05:29:45.136 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/x86_64/flavors/default/cephadm 2024-09-16T05:29:45.136 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:45.507 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-r--r--. 1 ubuntu ubuntu 784481 Sep 16 05:29 /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:45.507 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:45.882 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-r--r--. 1 ubuntu ubuntu 784481 Sep 16 05:29 /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:45.882 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/8921c8ef947807b717db041d85f0761b7914d5fc/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:46.269 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-r--r--. 1 ubuntu ubuntu 784481 Sep 16 05:29 /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:46.269 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:46.289 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:46.309 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T05:29:46.342 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc on all hosts... 2024-09-16T05:29:46.342 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc pull 2024-09-16T05:29:46.345 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc pull 2024-09-16T05:29:46.351 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc pull 2024-09-16T05:29:47.929 INFO:teuthology.orchestra.run.smithi148.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc... 2024-09-16T05:29:47.968 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc... 2024-09-16T05:29:47.977 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc... 2024-09-16T05:30:23.503 INFO:teuthology.orchestra.run.smithi148.stdout:{ 2024-09-16T05:30:23.504 INFO:teuthology.orchestra.run.smithi148.stdout: "ceph_version": "ceph version 19.1.1-326-g8921c8ef (8921c8ef947807b717db041d85f0761b7914d5fc) squid (stable)", 2024-09-16T05:30:23.504 INFO:teuthology.orchestra.run.smithi148.stdout: "image_id": "f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee", 2024-09-16T05:30:23.504 INFO:teuthology.orchestra.run.smithi148.stdout: "repo_digests": [ 2024-09-16T05:30:23.504 INFO:teuthology.orchestra.run.smithi148.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80" 2024-09-16T05:30:23.504 INFO:teuthology.orchestra.run.smithi148.stdout: ] 2024-09-16T05:30:23.504 INFO:teuthology.orchestra.run.smithi148.stdout:} 2024-09-16T05:30:40.482 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-09-16T05:30:40.482 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 19.1.1-326-g8921c8ef (8921c8ef947807b717db041d85f0761b7914d5fc) squid (stable)", 2024-09-16T05:30:40.483 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee", 2024-09-16T05:30:40.483 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2024-09-16T05:30:40.483 INFO:teuthology.orchestra.run.smithi160.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80" 2024-09-16T05:30:40.483 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-09-16T05:30:40.483 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-09-16T05:30:46.234 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-09-16T05:30:46.234 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 19.1.1-326-g8921c8ef (8921c8ef947807b717db041d85f0761b7914d5fc) squid (stable)", 2024-09-16T05:30:46.234 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee", 2024-09-16T05:30:46.234 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2024-09-16T05:30:46.234 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80" 2024-09-16T05:30:46.234 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2024-09-16T05:30:46.234 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-09-16T05:30:46.263 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2024-09-16T05:30:46.316 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2024-09-16T05:30:46.350 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-09-16T05:30:46.383 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2024-09-16T05:30:46.409 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2024-09-16T05:30:46.440 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-09-16T05:30:46.469 INFO:tasks.cephadm:Writing seed config... 2024-09-16T05:30:46.470 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-16T05:30:46.470 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-16T05:30:46.470 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-16T05:30:46.470 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-16T05:30:46.470 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-16T05:30:46.470 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-16T05:30:46.471 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-16T05:30:46.471 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-16T05:30:46.471 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-16T05:30:46.471 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:30:46.471 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-16T05:30:46.487 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 to file = true 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 = ae6dec00-73ec-11ef-bceb-c7b262605968 mon election default strategy = 3 [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 mgr/cephadm/use_agent = True [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 2024-09-16T05:30:46.488 DEBUG:teuthology.orchestra.run.smithi088:mon.a> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service 2024-09-16T05:30:46.530 DEBUG:teuthology.orchestra.run.smithi088:mgr.a> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.a.service 2024-09-16T05:30:46.574 INFO:tasks.cephadm:Bootstrapping... 2024-09-16T05:30:46.574 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc -v bootstrap --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 --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-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:30:46.775 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-09-16T05:30:46.775 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc', '-v', 'bootstrap', '--fsid', 'ae6dec00-73ec-11ef-bceb-c7b262605968', '--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-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.88', '--skip-admin-label'] 2024-09-16T05:30:46.776 INFO:teuthology.orchestra.run.smithi088.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-16T05:30:46.776 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying podman|docker is present... 2024-09-16T05:30:46.800 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 5.2.2 2024-09-16T05:30:46.800 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying lvm2 is present... 2024-09-16T05:30:46.800 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying time synchronization is in place... 2024-09-16T05:30:46.807 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T05:30:46.807 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T05:30:46.814 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T05:30:46.814 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-09-16T05:30:46.820 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2024-09-16T05:30:46.826 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2024-09-16T05:30:46.827 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2024-09-16T05:30:46.827 INFO:teuthology.orchestra.run.smithi088.stdout:Repeating the final host check... 2024-09-16T05:30:46.873 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 5.2.2 2024-09-16T05:30:46.873 INFO:teuthology.orchestra.run.smithi088.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-16T05:30:46.873 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl is present 2024-09-16T05:30:46.873 INFO:teuthology.orchestra.run.smithi088.stdout:lvcreate is present 2024-09-16T05:30:46.880 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T05:30:46.880 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T05:30:46.886 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T05:30:46.886 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-09-16T05:30:46.892 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2024-09-16T05:30:46.899 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2024-09-16T05:30:46.899 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2024-09-16T05:30:46.899 INFO:teuthology.orchestra.run.smithi088.stdout:Host looks OK 2024-09-16T05:30:46.899 INFO:teuthology.orchestra.run.smithi088.stdout:Cluster fsid: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:30:46.900 INFO:teuthology.orchestra.run.smithi088.stdout:Acquiring lock 139901988283392 on /run/cephadm/ae6dec00-73ec-11ef-bceb-c7b262605968.lock 2024-09-16T05:30:46.900 INFO:teuthology.orchestra.run.smithi088.stdout:Lock 139901988283392 acquired on /run/cephadm/ae6dec00-73ec-11ef-bceb-c7b262605968.lock 2024-09-16T05:30:46.900 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 3300 ... 2024-09-16T05:30:46.900 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 6789 ... 2024-09-16T05:30:46.900 INFO:teuthology.orchestra.run.smithi088.stdout:Base mon IP(s) is [172.21.15.88:3300, 172.21.15.88:6789], mon addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-09-16T05:30:46.903 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.88 metric 100 2024-09-16T05:30:46.903 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2024-09-16T05:30:46.905 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-16T05:30:46.906 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-16T05:30:46.906 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-16T05:30:46.908 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-16T05:30:46.908 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-16T05:30:46.908 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T05:30:46.908 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-16T05:30:46.908 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d42d/64 scope link noprefixroute 2024-09-16T05:30:46.908 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T05:30:46.909 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-09-16T05:30:46.909 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-09-16T05:30:46.909 INFO:teuthology.orchestra.run.smithi088.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-16T05:30:46.910 INFO:teuthology.orchestra.run.smithi088.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-16T05:30:46.910 INFO:teuthology.orchestra.run.smithi088.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc... 2024-09-16T05:30:47.377 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee 2024-09-16T05:30:47.377 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc... 2024-09-16T05:30:47.377 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Getting image source signatures 2024-09-16T05:30:47.377 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:c0574da0c3174f3dc49daa274908f97d06456bd6a3cfab87e94022c1369a83a6 2024-09-16T05:30:47.377 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-16T05:30:47.377 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying config sha256:f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee 2024-09-16T05:30:47.377 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-16T05:30:48.282 INFO:teuthology.orchestra.run.smithi088.stdout:ceph: stdout ceph version 19.1.1-326-g8921c8ef (8921c8ef947807b717db041d85f0761b7914d5fc) squid (stable) 2024-09-16T05:30:48.282 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph version: ceph version 19.1.1-326-g8921c8ef (8921c8ef947807b717db041d85f0761b7914d5fc) squid (stable) 2024-09-16T05:30:48.282 INFO:teuthology.orchestra.run.smithi088.stdout:Extracting ceph user uid/gid from container image... 2024-09-16T05:30:49.304 INFO:teuthology.orchestra.run.smithi088.stdout:stat: stdout 167 167 2024-09-16T05:30:49.304 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial keys... 2024-09-16T05:30:50.184 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQCJwudmxmzsJBAAJ7cDzuYeiUgmNPHjKuCSZw== 2024-09-16T05:30:51.116 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQCKwudmPSFbHRAAzXk3HSY4h8TIV8IedOBVwg== 2024-09-16T05:30:52.071 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQCLwudmTrhEGxAAuf+ICSQzqWyK1UT/UV738w== 2024-09-16T05:30:52.072 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial monmap... 2024-09-16T05:30:53.003 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T05:30:53.003 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout:monmaptool for a [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout:setting min_mon_release = quincy 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: set fsid to ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:30:53.004 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mon... 2024-09-16T05:30:53.975 INFO:teuthology.orchestra.run.smithi088.stdout:create mon.a on 2024-09-16T05:30:54.187 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-16T05:30:54.357 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-16T05:30:54.534 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968.target. 2024-09-16T05:30:54.535 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968.target. 2024-09-16T05:30:54.794 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a 2024-09-16T05:30:54.794 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-16T05:30:54.962 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968.target.wants/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@.service. 2024-09-16T05:30:55.509 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T05:30:55.509 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-09-16T05:30:55.515 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T05:30:55.515 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-09-16T05:30:55.516 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-09-16T05:30:55.516 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T05:30:55.516 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon to start... 2024-09-16T05:30:55.516 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon... 2024-09-16T05:30:56.584 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:56 smithi088 ceph-mon[28935]: from='client.? 172.21.15.88:0/3582190371' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T05:30:56.588 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout cluster: 2024-09-16T05:30:56.588 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout id: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:30:56.588 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-16T05:30:56.588 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:30:56.588 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout services: 2024-09-16T05:30:56.588 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.572941s) 2024-09-16T05:30:56.588 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout data: 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pgs: 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:mon is available 2024-09-16T05:30:56.589 INFO:teuthology.orchestra.run.smithi088.stdout:Assimilating anything we can from ceph.conf... 2024-09-16T05:30:57.519 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:30:57.519 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T05:30:57.519 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:30:57.519 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-09-16T05:30:57.519 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T05:30:57.520 INFO:teuthology.orchestra.run.smithi088.stdout:Generating new minimal ceph.conf... 2024-09-16T05:30:57.633 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:57 smithi088 ceph-mon[28935]: from='client.? 172.21.15.88:0/1291843621' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-16T05:30:57.633 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:57 smithi088 ceph-mon[28935]: from='client.? 172.21.15.88:0/1291843621' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T05:30:58.491 INFO:teuthology.orchestra.run.smithi088.stdout:Restarting the monitor... 2024-09-16T05:30:58.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:58 smithi088 ceph-mon[28935]: from='client.? 172.21.15.88:0/1824171231' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:30:58.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:58 smithi088 systemd[1]: Stopping Ceph mon.a for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:30:59.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:58 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a[28931]: 2024-09-16T05:30:58.739+0000 7fb7fa47c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -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 2024-09-16T05:30:59.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:58 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a[28931]: 2024-09-16T05:30:58.739+0000 7fb7fa47c640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-16T05:30:59.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:58 smithi088 podman[29176]: 2024-09-16 05:30:58.98719411 +0000 UTC m=+0.340179788 container died d14882267e29c5808b38f00647e28b82d7b51ebe5180dd9ed52fc86cf2abb58d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=squid-8921c8e, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-16T05:30:59.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 podman[29176]: 2024-09-16 05:30:59.274328765 +0000 UTC m=+0.627314432 container cleanup d14882267e29c5808b38f00647e28b82d7b51ebe5180dd9ed52fc86cf2abb58d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=squid-8921c8e, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-16T05:30:59.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 bash[29176]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a 2024-09-16T05:30:59.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 podman[29188]: 2024-09-16 05:30:59.508603368 +0000 UTC m=+0.516950847 container remove d14882267e29c5808b38f00647e28b82d7b51ebe5180dd9ed52fc86cf2abb58d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=squid-8921c8e, GIT_BRANCH=HEAD) 2024-09-16T05:30:59.866 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-16T05:30:59.866 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 systemd[1]: Stopped Ceph mon.a for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:30:59.866 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 systemd[1]: Starting Ceph mon.a for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:31:00.153 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 podman[29281]: 2024-09-16 05:30:59.768192769 +0000 UTC m=+0.015732970 image pull f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:31:00.153 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:30:59 smithi088 podman[29281]: 2024-09-16 05:30:59.86762199 +0000 UTC m=+0.115162194 container create bb2c4bce4c8528910c0304bcc6192a20802ced6e3649f3accc08d5fff6f852f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-8921c8e, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 podman[29281]: 2024-09-16 05:31:00.069814714 +0000 UTC m=+0.317354915 container init bb2c4bce4c8528910c0304bcc6192a20802ced6e3649f3accc08d5fff6f852f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-8921c8e, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0) 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 podman[29281]: 2024-09-16 05:31:00.072885255 +0000 UTC m=+0.320425456 container start bb2c4bce4c8528910c0304bcc6192a20802ced6e3649f3accc08d5fff6f852f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=squid-8921c8e, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: ceph version 19.1.1-326-g8921c8ef (8921c8ef947807b717db041d85f0761b7914d5fc) squid (stable), process ceph-mon, pid 2 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: pidfile_write: ignore empty --pid-file 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: load: jerasure load: lrc 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: RocksDB version: 7.9.2 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Git sha 0 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Compile date 2024-09-15 15:04:35 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: DB SUMMARY 2024-09-16T05:31:00.154 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: DB Session ID: 16MF88SRQ3ZTVUDG8G47 2024-09-16T05:31:00.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: CURRENT file: CURRENT 2024-09-16T05:31:00.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T05:31:00.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-16T05:31:00.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-16T05:31:00.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88789 ; 2024-09-16T05:31:00.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.error_if_exists: 0 2024-09-16T05:31:00.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.create_if_missing: 0 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.paranoid_checks: 1 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.env: 0x56096b232940 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.info_log: 0x56096cbff6e0 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.statistics: (nil) 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.use_fsync: 0 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_log_file_size: 0 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T05:31:00.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.allow_fallocate: 1 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.use_direct_reads: 0 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.db_log_dir: 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.wal_dir: 2024-09-16T05:31:00.158 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.write_buffer_manager: 0x56096cc0edc0 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T05:31:00.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.unordered_write: 0 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.row_cache: None 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.wal_filter: None 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.two_write_queues: 0 2024-09-16T05:31:00.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.wal_compression: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.atomic_flush: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.log_readahead_size: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T05:31:00.161 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_background_jobs: 2 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_background_compactions: -1 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_subcompactions: 1 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_open_files: -1 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T05:31:00.162 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_background_flushes: -1 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Compression algorithms supported: 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kZSTD supported: 0 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kXpressCompression supported: 0 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kBZip2Compression supported: 0 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kLZ4Compression supported: 1 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kZlibCompression supported: 1 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: kSnappyCompression supported: 1 2024-09-16T05:31:00.163 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.merge_operator: 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_filter: None 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56096cbff320) 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout: cache_index_and_filter_blocks: 1 2024-09-16T05:31:00.164 INFO:journalctl@ceph.mon.a.smithi088.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: pin_top_level_index_and_filter: 1 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_type: 0 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: data_block_index_type: 0 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_shortening: 1 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: checksum: 4 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: no_block_cache: 0 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache: 0x56096cbf31f0 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_name: BinnedLRUCache 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_options: 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: capacity : 536870912 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: num_shard_bits : 4 2024-09-16T05:31:00.165 INFO:journalctl@ceph.mon.a.smithi088.stdout: strict_capacity_limit : 0 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: high_pri_pool_ratio: 0.000 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_compressed: (nil) 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: persistent_cache: (nil) 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_size: 4096 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_size_deviation: 10 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_restart_interval: 16 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_block_restart_interval: 1 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: metadata_block_size: 4096 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: partition_filters: 0 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: use_delta_encoding: 1 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: filter_policy: bloomfilter 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: whole_key_filtering: 1 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: verify_compression: 0 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: read_amp_bytes_per_bit: 0 2024-09-16T05:31:00.166 INFO:journalctl@ceph.mon.a.smithi088.stdout: format_version: 5 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout: enable_index_compression: 1 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_align: 0 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout: max_auto_readahead_size: 262144 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout: prepopulate_block_cache: 0 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout: initial_auto_readahead_size: 8192 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression: NoCompression 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T05:31:00.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.num_levels: 7 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T05:31:00.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T05:31:00.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T05:31:00.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T05:31:00.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.inplace_update_support: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.bloom_locality: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.max_successive_merges: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T05:31:00.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.ttl: 2592000 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.enable_blob_files: false 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.min_blob_size: 0 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T05:31:00.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d7473834-0384-4e55-a2f8-697aaa7f1e55 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726464660099087, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726464660099926, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85406, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83553, "index_size": 237, "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": 10201, "raw_average_key_size": 47, "raw_value_size": 77760, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726464660, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d7473834-0384-4e55-a2f8-697aaa7f1e55", "db_session_id": "16MF88SRQ3ZTVUDG8G47", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726464660100021, "job": 1, "event": "recovery_finished"} 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56096cc20e00 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: DB pointer 0x56096cd1c000 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T05:31:00.174 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** DB Stats ** 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** Compaction Stats [default] ** 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: L0 2/0 85.26 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Sum 2/0 85.26 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T05:31:00.175 INFO:journalctl@ceph.mon.a.smithi088.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** Compaction Stats [default] ** 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T05:31:00.176 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative compaction: 0.00 GB write, 27.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval compaction: 0.00 GB write, 27.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: Block cache BinnedLRUCache@0x56096cbf31f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: starting mon.a rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???) e1 preinit fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???).mds e1 new map 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???).mds e1 print_map 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: e1 2024-09-16T05:31:00.177 INFO:journalctl@ceph.mon.a.smithi088.stdout: btime 2024-09-16T05:30:55:460253+0000 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout: legacy client fscid: -1 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout: No filesystems configured 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 bash[29281]: bb2c4bce4c8528910c0304bcc6192a20802ced6e3649f3accc08d5fff6f852f0 2024-09-16T05:31:00.178 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 systemd[1]: Started Ceph mon.a for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:31:00.179 INFO:teuthology.orchestra.run.smithi088.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-16T05:31:00.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: monmap epoch 1 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: last_changed 2024-09-16T05:30:52.411075+0000 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: min_mon_release 19 (squid) 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: election_strategy: 1 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: fsmap 2024-09-16T05:31:00.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: osdmap e1: 0 total, 0 up, 0 in 2024-09-16T05:31:00.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:00 smithi088 ceph-mon[29300]: mgrmap e1: no daemons active 2024-09-16T05:31:01.247 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-16T05:31:01.268 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:31:01.268 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mgr... 2024-09-16T05:31:01.268 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-16T05:31:01.269 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-16T05:31:01.525 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.a 2024-09-16T05:31:01.525 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-16T05:31:01.680 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968.target.wants/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@.service. 2024-09-16T05:31:01.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:01 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/2755489776' entity='client.admin' 2024-09-16T05:31:01.908 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:01 smithi088 systemd[1]: Starting Ceph mgr.a for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:31:02.158 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:01 smithi088 podman[29512]: 2024-09-16 05:31:01.809768903 +0000 UTC m=+0.015320161 image pull f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc 2024-09-16T05:31:02.158 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:01 smithi088 podman[29512]: 2024-09-16 05:31:01.91157003 +0000 UTC m=+0.117121280 container create 4fbd6bd557131988e11c9a1404f9e102dfcf485f1a78a8a1a1e4f4f1e1173511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=squid-8921c8e, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T05:31:02.158 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 podman[29512]: 2024-09-16 05:31:02.097211195 +0000 UTC m=+0.302762446 container init 4fbd6bd557131988e11c9a1404f9e102dfcf485f1a78a8a1a1e4f4f1e1173511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=squid-8921c8e, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-16T05:31:02.159 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 podman[29512]: 2024-09-16 05:31:02.099906034 +0000 UTC m=+0.305457285 container start 4fbd6bd557131988e11c9a1404f9e102dfcf485f1a78a8a1a1e4f4f1e1173511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=squid-8921c8e, maintainer=Guillaume Abrioux ) 2024-09-16T05:31:02.159 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 bash[29512]: 4fbd6bd557131988e11c9a1404f9e102dfcf485f1a78a8a1a1e4f4f1e1173511 2024-09-16T05:31:02.169 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T05:31:02.169 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-09-16T05:31:02.177 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T05:31:02.177 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-09-16T05:31:02.177 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-09-16T05:31:02.177 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T05:31:02.185 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T05:31:02.185 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-09-16T05:31:02.193 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T05:31:02.193 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-09-16T05:31:02.193 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-09-16T05:31:02.193 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-16T05:31:02.193 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr to start... 2024-09-16T05:31:02.193 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr... 2024-09-16T05:31:02.434 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 systemd[1]: Started Ceph mgr.a for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:31:02.435 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:02.223+0000 7fd5a4923040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T05:31:02.435 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:02.280+0000 7fd5a4923040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T05:31:02.435 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:02.432+0000 7fd5a4923040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T05:31:02.702 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:02.500+0000 7fd5a4923040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T05:31:02.702 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:02.653+0000 7fd5a4923040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:31:02.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:02 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/4056213186' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-16T05:31:02.962 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:02 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:02.799+0000 7fd5a4923040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T05:31:03.260 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:31:03.260 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "ae6dec00-73ec-11ef-bceb-c7b262605968", 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:03.261 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T05:31:03.262 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T05:31:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T05:30:55:460253+0000", 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T05:31:03.267 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T05:30:55.460897+0000", 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-09-16T05:31:03.268 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (1/15)... 2024-09-16T05:31:03.462 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:03 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:03.117+0000 7fd5a4923040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T05:31:03.462 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:03 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:03.179+0000 7fd5a4923040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T05:31:03.462 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:03 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:03.365+0000 7fd5a4923040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T05:31:04.712 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:04 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:04.231+0000 7fd5a4923040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T05:31:04.712 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:04 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:04.296+0000 7fd5a4923040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T05:31:05.266 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.007+0000 7fd5a4923040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T05:31:05.266 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.126+0000 7fd5a4923040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T05:31:05.267 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.265+0000 7fd5a4923040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:31:05.556 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.332+0000 7fd5a4923040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T05:31:05.556 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.485+0000 7fd5a4923040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T05:31:05.556 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.555+0000 7fd5a4923040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T05:31:05.853 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3023766708' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-16T05:31:05.853 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.618+0000 7fd5a4923040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T05:31:05.853 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.787+0000 7fd5a4923040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T05:31:05.854 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.852+0000 7fd5a4923040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T05:31:06.122 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:05 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:05.921+0000 7fd5a4923040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T05:31:06.122 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:06.002+0000 7fd5a4923040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T05:31:06.122 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:06.062+0000 7fd5a4923040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T05:31:06.122 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:06.121+0000 7fd5a4923040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T05:31:06.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:31:06.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "ae6dec00-73ec-11ef-bceb-c7b262605968", 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:06.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T05:31:06.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T05:31:06.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T05:30:55:460253+0000", 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T05:31:06.457 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T05:30:55.460897+0000", 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-09-16T05:31:06.458 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (2/15)... 2024-09-16T05:31:07.212 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:06.906+0000 7fd5a4923040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T05:31:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: Activating manager daemon a 2024-09-16T05:31:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: mgrmap e2: a(active, starting, since 0.00299981s) 2024-09-16T05:31:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: Manager daemon a is now available 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' 2024-09-16T05:31:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:06 smithi088 ceph-mon[29300]: from='mgr.14100 172.21.15.88:0/242036242' entity='mgr.a' 2024-09-16T05:31:09.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:08 smithi088 ceph-mon[29300]: mgrmap e3: a(active, since 1.00704s) 2024-09-16T05:31:10.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:09 smithi088 ceph-mon[29300]: mgrmap e4: a(active, since 2s) 2024-09-16T05:31:12.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:12 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3608094113' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-16T05:31:18.477 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:31:18.477 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-09-16T05:31:18.477 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "ae6dec00-73ec-11ef-bceb-c7b262605968", 2024-09-16T05:31:18.477 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T05:31:18.477 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:18.478 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T05:31:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T05:31:18.483 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T05:30:55:460253+0000", 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-09-16T05:31:18.484 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T05:30:55.460897+0000", 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-09-16T05:31:18.485 INFO:teuthology.orchestra.run.smithi088.stdout:mgr is available 2024-09-16T05:31:19.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:19 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1288334335' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-16T05:31:19.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:19 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1288334335' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T05:31:20.165 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T05:31:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-09-16T05:31:20.167 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T05:31:20.167 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T05:31:20.167 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T05:31:20.167 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling cephadm module... 2024-09-16T05:31:21.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:20 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/2629397962' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-16T05:31:21.193 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:20 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: ignoring --setuser ceph since I am not root 2024-09-16T05:31:21.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:20 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: ignoring --setgroup ceph since I am not root 2024-09-16T05:31:21.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:20 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:20.988+0000 7f0a545b6040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T05:31:21.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:21.044+0000 7f0a545b6040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T05:31:21.194 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:21.191+0000 7f0a545b6040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T05:31:21.462 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:21.259+0000 7f0a545b6040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T05:31:21.462 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:21.406+0000 7f0a545b6040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:31:21.753 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:21.554+0000 7f0a545b6040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T05:31:22.059 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/2629397962' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T05:31:22.059 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-mon[29300]: mgrmap e5: a(active, since 13s) 2024-09-16T05:31:22.059 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:21.875+0000 7f0a545b6040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T05:31:22.059 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:21 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:21.938+0000 7f0a545b6040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T05:31:22.462 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:22 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:22.129+0000 7f0a545b6040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T05:31:22.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:22 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3401322488' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2024-09-16T05:31:22.910 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 5... 2024-09-16T05:31:23.160 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:23 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:23.025+0000 7f0a545b6040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T05:31:23.160 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:23 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:23.093+0000 7f0a545b6040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T05:31:24.057 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:23 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:23.802+0000 7f0a545b6040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T05:31:24.060 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:23 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:23.914+0000 7f0a545b6040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T05:31:24.332 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.055+0000 7f0a545b6040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:31:24.333 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.116+0000 7f0a545b6040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T05:31:24.333 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.262+0000 7f0a545b6040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T05:31:24.333 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.331+0000 7f0a545b6040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T05:31:24.622 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.392+0000 7f0a545b6040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T05:31:24.622 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.555+0000 7f0a545b6040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T05:31:24.622 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.621+0000 7f0a545b6040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T05:31:24.903 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.691+0000 7f0a545b6040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T05:31:24.903 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.780+0000 7f0a545b6040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T05:31:24.903 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.842+0000 7f0a545b6040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T05:31:24.903 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:24 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:24.902+0000 7f0a545b6040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T05:31:25.962 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:25.680+0000 7f0a545b6040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T05:31:25.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: Active manager daemon a restarted 2024-09-16T05:31:25.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: Activating manager daemon a 2024-09-16T05:31:25.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: osdmap e2: 0 total, 0 up, 0 in 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: mgrmap e6: a(active, starting, since 0.00328755s) 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: Manager daemon a is now available 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:25.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-16T05:31:25.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:25 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-16T05:31:26.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:26 smithi088 ceph-mon[29300]: Found migration_current of "None". Setting to last migration. 2024-09-16T05:31:26.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:26 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:26.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:26 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:26.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:26 smithi088 ceph-mon[29300]: mgrmap e7: a(active, since 1.00535s) 2024-09-16T05:31:27.327 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-09-16T05:31:27.327 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-16T05:31:27.327 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T05:31:27.328 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-09-16T05:31:27.328 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 5 is available 2024-09-16T05:31:27.328 INFO:teuthology.orchestra.run.smithi088.stdout:Setting orchestrator backend to cephadm... 2024-09-16T05:31:27.600 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:27.508+0000 7f09bb910640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:05:31:27] ENGINE Error in HTTPServer.serve 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: Traceback (most recent call last): 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self._connections.run(self.expiration_interval) 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self._run(expiration_interval) 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T05:31:27.601 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: s = self.context.wrap_socket( 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: return self.sslsocket_class._create( 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self.do_handshake() 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self._sslobj.do_handshake() 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T05:31:27.602 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:27.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-mon[29300]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T05:31:27.978 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-mon[29300]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T05:31:27.978 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:27 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:28.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:27] ENGINE Bus STARTING 2024-09-16T05:31:28.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:27] ENGINE Serving on http://172.21.15.88:8765 2024-09-16T05:31:28.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:27] ENGINE Serving on https://172.21.15.88:7150 2024-09-16T05:31:28.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:27] ENGINE Bus STARTED 2024-09-16T05:31:28.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:27] ENGINE Error in HTTPServer.serve 2024-09-16T05:31:28.901 INFO:journalctl@ceph.mon.a.smithi088.stdout: Traceback (most recent call last): 2024-09-16T05:31:28.901 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: self._connections.run(self.expiration_interval) 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: self._run(expiration_interval) 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: s = self.context.wrap_socket( 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: return self.sslsocket_class._create( 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: self.do_handshake() 2024-09-16T05:31:28.902 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T05:31:28.903 INFO:journalctl@ceph.mon.a.smithi088.stdout: self._sslobj.do_handshake() 2024-09-16T05:31:28.903 INFO:journalctl@ceph.mon.a.smithi088.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T05:31:28.903 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: mgrmap e8: a(active, since 2s) 2024-09-16T05:31:28.903 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:28.903 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:28 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:29.715 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-16T05:31:29.715 INFO:teuthology.orchestra.run.smithi088.stdout:Generating ssh key... 2024-09-16T05:31:29.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:29 smithi088 ceph-mon[29300]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:30.712 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: Generating public/private rsa key pair. 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: Your identification has been saved in /tmp/tmpg9_c19d6/key 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: Your public key has been saved in /tmp/tmpg9_c19d6/key.pub 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: The key fingerprint is: 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: SHA256:v6eAL8504aftYKpihbKBTPmwN8XnwKPmRe7hZpHN4jI ceph-ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: The key's randomart image is: 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: +---[RSA 3072]----+ 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: | | 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: | | 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: | . o | 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: | + B . | 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: |+ +.= O S | 2024-09-16T05:31:30.713 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: |+o.*.B * o | 2024-09-16T05:31:30.714 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: | ++.* * * o | 2024-09-16T05:31:30.714 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: |. oE O.= * .. | 2024-09-16T05:31:30.714 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: | . .*o+.o.=o | 2024-09-16T05:31:30.714 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: +----[SHA256]-----+ 2024-09-16T05:31:31.119 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-mon[29300]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:31.119 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:31.119 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:30 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:31 smithi088 ceph-mon[29300]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:31 smithi088 ceph-mon[29300]: Generating ssh key... 2024-09-16T05:31:32.477 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwp8qfTKbbWjLA0F1F/mVnoP1hZZOMVkuuKmeTv0Yty0bG8sgj994r2Ewt17Z0VkAO+MMpEt9VKoB8lsnmw7Y5wnBYjLinS9vMxVjNK92fKiBZtjfD/lKdoc1GdUTIzOHwyypn7ynuPJOMUWpGfvDHbAy9TeZ0pSE157/RlUB4Vixe1P1WNKbd79XYbcmM5rvlSwcQdwYZwdS0FG17mmlELbjCjxrDjrvCGddp0593kOI00ZICr9iwNTRaLw5WDl+P3WbG5kNzZkS3bNb1agMA/tWXoRvG9kMUmtrFd+zXfjCcDYgWMGe1eJjGkg3wchXCFYSk/127aHwlRq2g80j+1+5pkPiFzpugfQloyD/Z7jxPIVf2juK28V3pMA7v82w9Ah2CNEf5s7AHM/OqYMaNEA+pqjKnMn2CDyjOEW5imElZqNnUp5ZvvoDoopZo6cUeodVOT+Fs0xG6voPxXwMKZyLqxH+exdQN0p4NyY4Lo9qvoWIkyZo0dn7Y0oMrH8= ceph-ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:32.478 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-16T05:31:32.478 INFO:teuthology.orchestra.run.smithi088.stdout:Adding key to root@localhost authorized_keys... 2024-09-16T05:31:32.480 INFO:teuthology.orchestra.run.smithi088.stdout:Adding host smithi088... 2024-09-16T05:31:33.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:32 smithi088 ceph-mon[29300]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:34.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:33 smithi088 ceph-mon[29300]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:34.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:33 smithi088 ceph-mon[29300]: Deploying cephadm binary to smithi088 2024-09-16T05:31:36.751 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Added host 'smithi088' with addr '172.21.15.88' 2024-09-16T05:31:36.751 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying unmanaged mon service... 2024-09-16T05:31:37.397 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:37 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:37.397 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:37 smithi088 ceph-mon[29300]: Added host smithi088 2024-09-16T05:31:37.397 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:37 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:37.993 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-16T05:31:37.994 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying unmanaged mgr service... 2024-09-16T05:31:38.540 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:38 smithi088 ceph-mon[29300]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:38.540 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:38 smithi088 ceph-mon[29300]: Saving service mon spec with placement count:5 2024-09-16T05:31:38.540 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:38 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:39.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:39 smithi088 ceph-mon[29300]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:39.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:39 smithi088 ceph-mon[29300]: Saving service mgr spec with placement count:2 2024-09-16T05:31:39.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:39 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:40.080 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-16T05:31:40.934 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:40 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:40.934 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:40 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:42.090 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:41 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/4114874371' entity='client.admin' 2024-09-16T05:31:43.035 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:42 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:43.036 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:42 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:43.036 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:42 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:31:43.036 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:42 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' 2024-09-16T05:31:43.036 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:42 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi088", "caps": []}]: dispatch 2024-09-16T05:31:43.036 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:42 smithi088 ceph-mon[29300]: from='mgr.14118 172.21.15.88:0/4180036887' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi088", "caps": []}]': finished 2024-09-16T05:31:43.036 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:42 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1919979903' entity='client.admin' 2024-09-16T05:31:43.037 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling the dashboard module... 2024-09-16T05:31:44.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:43 smithi088 ceph-mon[29300]: Deploying daemon agent.smithi088 on smithi088 2024-09-16T05:31:44.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:43 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1015484112' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-16T05:31:44.212 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:43 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: ignoring --setuser ceph since I am not root 2024-09-16T05:31:44.212 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:43 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: ignoring --setgroup ceph since I am not root 2024-09-16T05:31:44.213 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.041+0000 7f830bad1040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T05:31:44.213 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.098+0000 7f830bad1040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T05:31:44.567 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.248+0000 7f830bad1040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T05:31:44.567 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.316+0000 7f830bad1040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T05:31:44.567 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.463+0000 7f830bad1040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:31:44.821 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.608+0000 7f830bad1040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T05:31:45.185 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1015484112' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T05:31:45.186 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-mon[29300]: mgrmap e9: a(active, since 18s) 2024-09-16T05:31:45.186 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.925+0000 7f830bad1040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T05:31:45.186 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:44 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:44.989+0000 7f830bad1040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T05:31:45.186 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:45 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:45.184+0000 7f830bad1040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T05:31:45.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-09-16T05:31:45.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-16T05:31:45.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T05:31:45.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T05:31:45.905 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T05:31:45.905 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-09-16T05:31:45.905 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2024-09-16T05:31:45.905 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 9... 2024-09-16T05:31:46.208 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:45 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1422045011' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-16T05:31:46.208 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:46 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:46.137+0000 7f830bad1040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T05:31:46.208 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:46 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:46.206+0000 7f830bad1040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T05:31:47.186 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:46 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:46.930+0000 7f830bad1040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T05:31:47.186 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.044+0000 7f830bad1040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T05:31:47.459 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.185+0000 7f830bad1040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:31:47.459 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.245+0000 7f830bad1040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T05:31:47.460 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.392+0000 7f830bad1040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T05:31:47.460 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.458+0000 7f830bad1040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T05:31:47.712 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.518+0000 7f830bad1040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T05:31:47.712 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.673+0000 7f830bad1040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T05:31:47.999 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.737+0000 7f830bad1040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T05:31:48.000 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.802+0000 7f830bad1040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T05:31:48.000 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.881+0000 7f830bad1040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T05:31:48.000 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.940+0000 7f830bad1040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T05:31:48.000 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:47 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:47.997+0000 7f830bad1040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T05:31:49.212 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:48.776+0000 7f830bad1040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T05:31:49.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: Active manager daemon a restarted 2024-09-16T05:31:49.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: Activating manager daemon a 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: osdmap e3: 0 total, 0 up, 0 in 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: mgrmap e10: a(active, starting, since 0.00333s) 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: Manager daemon a is now available 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-16T05:31:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-16T05:31:50.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-09-16T05:31:50.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-16T05:31:50.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T05:31:50.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-09-16T05:31:50.561 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 9 is available 2024-09-16T05:31:50.561 INFO:teuthology.orchestra.run.smithi088.stdout:Generating a dashboard self-signed certificate... 2024-09-16T05:31:50.812 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-mon[29300]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T05:31:50.812 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-mon[29300]: mgrmap e11: a(active, since 1.00565s) 2024-09-16T05:31:50.812 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-mon[29300]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T05:31:50.812 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:50.812 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:31:50.812 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi088", "caps": []}]: dispatch 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:50.767+0000 7f827159a640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:05:31:50] ENGINE Error in HTTPServer.serve 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: Traceback (most recent call last): 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self._connections.run(self.expiration_interval) 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self._run(expiration_interval) 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T05:31:50.813 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: s = self.context.wrap_socket( 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: return self.sslsocket_class._create( 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self.do_handshake() 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: self._sslobj.do_handshake() 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T05:31:50.814 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:31:50 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:31:51.866 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-16T05:31:51.866 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial admin user... 2024-09-16T05:31:51.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:50] ENGINE Bus STARTING 2024-09-16T05:31:51.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: Deploying daemon agent.smithi088 on smithi088 2024-09-16T05:31:51.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:50] ENGINE Serving on http://172.21.15.88:8765 2024-09-16T05:31:51.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:50] ENGINE Serving on https://172.21.15.88:7150 2024-09-16T05:31:51.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:50] ENGINE Bus STARTED 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: [16/Sep/2024:05:31:50] ENGINE Error in HTTPServer.serve 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: Traceback (most recent call last): 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: self._connections.run(self.expiration_interval) 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: self._run(expiration_interval) 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: s = self.context.wrap_socket( 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: return self.sslsocket_class._create( 2024-09-16T05:31:51.963 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T05:31:51.964 INFO:journalctl@ceph.mon.a.smithi088.stdout: self.do_handshake() 2024-09-16T05:31:51.964 INFO:journalctl@ceph.mon.a.smithi088.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T05:31:51.964 INFO:journalctl@ceph.mon.a.smithi088.stdout: self._sslobj.do_handshake() 2024-09-16T05:31:51.964 INFO:journalctl@ceph.mon.a.smithi088.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T05:31:51.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: mgrmap e12: a(active, since 2s) 2024-09-16T05:31:51.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:51.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:52.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:52 smithi088 ceph-mon[29300]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:52.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:53.281 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$rlvMQivFiwhT/tBPProP7e4l7h.cMr0F0jmnKyqKW4zUf/D0itAdC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726464712, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-16T05:31:53.281 INFO:teuthology.orchestra.run.smithi088.stdout:Fetching dashboard port number... 2024-09-16T05:31:54.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:53 smithi088 ceph-mon[29300]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:31:54.495 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 8443 2024-09-16T05:31:54.505 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T05:31:54.505 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-09-16T05:31:54.512 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T05:31:54.512 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-09-16T05:31:54.513 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-09-16T05:31:54.513 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-16T05:31:54.515 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph Dashboard is now available at: 2024-09-16T05:31:54.515 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:54.515 INFO:teuthology.orchestra.run.smithi088.stdout: URL: https://smithi088.front.sepia.ceph.com:8443/ 2024-09-16T05:31:54.515 INFO:teuthology.orchestra.run.smithi088.stdout: User: admin 2024-09-16T05:31:54.515 INFO:teuthology.orchestra.run.smithi088.stdout: Password: 3qwdphp9cj 2024-09-16T05:31:54.515 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:54.515 INFO:teuthology.orchestra.run.smithi088.stdout:Saving cluster configuration to /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config directory 2024-09-16T05:31:55.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:54 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1966147037' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout:Or, if you are only running a single cluster on this host: 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.769 INFO:teuthology.orchestra.run.smithi088.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout: ceph telemetry on 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:For more information see: 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:31:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:Bootstrap complete. 2024-09-16T05:31:55.816 INFO:tasks.cephadm:Fetching config... 2024-09-16T05:31:55.816 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:31:55.816 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-16T05:31:55.833 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-16T05:31:55.833 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:31:55.833 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-16T05:31:55.888 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-16T05:31:55.889 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:31:55.889 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-16T05:31:56.014 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-16T05:31:56.014 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:31:56.014 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-16T05:31:56.017 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:55 smithi088 ceph-mon[29300]: mgrmap e13: a(active, since 6s) 2024-09-16T05:31:56.017 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:55 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/2970729902' entity='client.admin' 2024-09-16T05:31:56.033 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-16T05:31:56.033 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwp8qfTKbbWjLA0F1F/mVnoP1hZZOMVkuuKmeTv0Yty0bG8sgj994r2Ewt17Z0VkAO+MMpEt9VKoB8lsnmw7Y5wnBYjLinS9vMxVjNK92fKiBZtjfD/lKdoc1GdUTIzOHwyypn7ynuPJOMUWpGfvDHbAy9TeZ0pSE157/RlUB4Vixe1P1WNKbd79XYbcmM5rvlSwcQdwYZwdS0FG17mmlELbjCjxrDjrvCGddp0593kOI00ZICr9iwNTRaLw5WDl+P3WbG5kNzZkS3bNb1agMA/tWXoRvG9kMUmtrFd+zXfjCcDYgWMGe1eJjGkg3wchXCFYSk/127aHwlRq2g80j+1+5pkPiFzpugfQloyD/Z7jxPIVf2juK28V3pMA7v82w9Ah2CNEf5s7AHM/OqYMaNEA+pqjKnMn2CDyjOEW5imElZqNnUp5ZvvoDoopZo6cUeodVOT+Fs0xG6voPxXwMKZyLqxH+exdQN0p4NyY4Lo9qvoWIkyZo0dn7Y0oMrH8= ceph-ae6dec00-73ec-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T05:31:56.223 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwp8qfTKbbWjLA0F1F/mVnoP1hZZOMVkuuKmeTv0Yty0bG8sgj994r2Ewt17Z0VkAO+MMpEt9VKoB8lsnmw7Y5wnBYjLinS9vMxVjNK92fKiBZtjfD/lKdoc1GdUTIzOHwyypn7ynuPJOMUWpGfvDHbAy9TeZ0pSE157/RlUB4Vixe1P1WNKbd79XYbcmM5rvlSwcQdwYZwdS0FG17mmlELbjCjxrDjrvCGddp0593kOI00ZICr9iwNTRaLw5WDl+P3WbG5kNzZkS3bNb1agMA/tWXoRvG9kMUmtrFd+zXfjCcDYgWMGe1eJjGkg3wchXCFYSk/127aHwlRq2g80j+1+5pkPiFzpugfQloyD/Z7jxPIVf2juK28V3pMA7v82w9Ah2CNEf5s7AHM/OqYMaNEA+pqjKnMn2CDyjOEW5imElZqNnUp5ZvvoDoopZo6cUeodVOT+Fs0xG6voPxXwMKZyLqxH+exdQN0p4NyY4Lo9qvoWIkyZo0dn7Y0oMrH8= ceph-ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:56.236 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwp8qfTKbbWjLA0F1F/mVnoP1hZZOMVkuuKmeTv0Yty0bG8sgj994r2Ewt17Z0VkAO+MMpEt9VKoB8lsnmw7Y5wnBYjLinS9vMxVjNK92fKiBZtjfD/lKdoc1GdUTIzOHwyypn7ynuPJOMUWpGfvDHbAy9TeZ0pSE157/RlUB4Vixe1P1WNKbd79XYbcmM5rvlSwcQdwYZwdS0FG17mmlELbjCjxrDjrvCGddp0593kOI00ZICr9iwNTRaLw5WDl+P3WbG5kNzZkS3bNb1agMA/tWXoRvG9kMUmtrFd+zXfjCcDYgWMGe1eJjGkg3wchXCFYSk/127aHwlRq2g80j+1+5pkPiFzpugfQloyD/Z7jxPIVf2juK28V3pMA7v82w9Ah2CNEf5s7AHM/OqYMaNEA+pqjKnMn2CDyjOEW5imElZqNnUp5ZvvoDoopZo6cUeodVOT+Fs0xG6voPxXwMKZyLqxH+exdQN0p4NyY4Lo9qvoWIkyZo0dn7Y0oMrH8= ceph-ae6dec00-73ec-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T05:31:56.315 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwp8qfTKbbWjLA0F1F/mVnoP1hZZOMVkuuKmeTv0Yty0bG8sgj994r2Ewt17Z0VkAO+MMpEt9VKoB8lsnmw7Y5wnBYjLinS9vMxVjNK92fKiBZtjfD/lKdoc1GdUTIzOHwyypn7ynuPJOMUWpGfvDHbAy9TeZ0pSE157/RlUB4Vixe1P1WNKbd79XYbcmM5rvlSwcQdwYZwdS0FG17mmlELbjCjxrDjrvCGddp0593kOI00ZICr9iwNTRaLw5WDl+P3WbG5kNzZkS3bNb1agMA/tWXoRvG9kMUmtrFd+zXfjCcDYgWMGe1eJjGkg3wchXCFYSk/127aHwlRq2g80j+1+5pkPiFzpugfQloyD/Z7jxPIVf2juK28V3pMA7v82w9Ah2CNEf5s7AHM/OqYMaNEA+pqjKnMn2CDyjOEW5imElZqNnUp5ZvvoDoopZo6cUeodVOT+Fs0xG6voPxXwMKZyLqxH+exdQN0p4NyY4Lo9qvoWIkyZo0dn7Y0oMrH8= ceph-ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:56.329 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwp8qfTKbbWjLA0F1F/mVnoP1hZZOMVkuuKmeTv0Yty0bG8sgj994r2Ewt17Z0VkAO+MMpEt9VKoB8lsnmw7Y5wnBYjLinS9vMxVjNK92fKiBZtjfD/lKdoc1GdUTIzOHwyypn7ynuPJOMUWpGfvDHbAy9TeZ0pSE157/RlUB4Vixe1P1WNKbd79XYbcmM5rvlSwcQdwYZwdS0FG17mmlELbjCjxrDjrvCGddp0593kOI00ZICr9iwNTRaLw5WDl+P3WbG5kNzZkS3bNb1agMA/tWXoRvG9kMUmtrFd+zXfjCcDYgWMGe1eJjGkg3wchXCFYSk/127aHwlRq2g80j+1+5pkPiFzpugfQloyD/Z7jxPIVf2juK28V3pMA7v82w9Ah2CNEf5s7AHM/OqYMaNEA+pqjKnMn2CDyjOEW5imElZqNnUp5ZvvoDoopZo6cUeodVOT+Fs0xG6voPxXwMKZyLqxH+exdQN0p4NyY4Lo9qvoWIkyZo0dn7Y0oMrH8= ceph-ae6dec00-73ec-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T05:31:56.386 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwp8qfTKbbWjLA0F1F/mVnoP1hZZOMVkuuKmeTv0Yty0bG8sgj994r2Ewt17Z0VkAO+MMpEt9VKoB8lsnmw7Y5wnBYjLinS9vMxVjNK92fKiBZtjfD/lKdoc1GdUTIzOHwyypn7ynuPJOMUWpGfvDHbAy9TeZ0pSE157/RlUB4Vixe1P1WNKbd79XYbcmM5rvlSwcQdwYZwdS0FG17mmlELbjCjxrDjrvCGddp0593kOI00ZICr9iwNTRaLw5WDl+P3WbG5kNzZkS3bNb1agMA/tWXoRvG9kMUmtrFd+zXfjCcDYgWMGe1eJjGkg3wchXCFYSk/127aHwlRq2g80j+1+5pkPiFzpugfQloyD/Z7jxPIVf2juK28V3pMA7v82w9Ah2CNEf5s7AHM/OqYMaNEA+pqjKnMn2CDyjOEW5imElZqNnUp5ZvvoDoopZo6cUeodVOT+Fs0xG6voPxXwMKZyLqxH+exdQN0p4NyY4Lo9qvoWIkyZo0dn7Y0oMrH8= ceph-ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:31:56.399 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-16T05:31:56.800 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:31:57.329 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.329 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.329 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.329 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:57.329 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.329 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.330 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.330 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.330 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.330 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:57.330 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:57.330 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:57 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:58.533 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-16T05:31:58.533 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-16T05:31:58.801 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:58 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1168243605' entity='client.admin' 2024-09-16T05:31:58.801 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:31:58.801 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:31:59.751 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:31:59.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:31:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:01.318 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi148 2024-09-16T05:32:01.318 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:32:01.318 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.conf 2024-09-16T05:32:01.342 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:32:01.342 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:01.401 INFO:tasks.cephadm:Adding host smithi148 to orchestrator... 2024-09-16T05:32:01.401 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch host add smithi148 2024-09-16T05:32:01.661 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:01.696 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:01.696 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:01.696 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:01.696 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:01.696 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:01.696 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-16T05:32:01.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: Updating smithi088:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:01.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:01.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:01.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:02.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:02 smithi088 ceph-mon[29300]: Updating smithi088:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T05:32:02.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:02.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:04.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:03 smithi088 ceph-mon[29300]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:04.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:04.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:05.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:04 smithi088 ceph-mon[29300]: Deploying cephadm binary to smithi148 2024-09-16T05:32:05.615 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi148' with addr '172.21.15.148' 2024-09-16T05:32:06.190 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T05:32:06.439 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: Added host smithi148 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:32:06.902 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:06.903 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:07.168 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:32:07.168 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}] 2024-09-16T05:32:07.734 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-16T05:32:07.734 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: Updating smithi148:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:07.735 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:07.735 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: Updating smithi148:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T05:32:07.735 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:07.735 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:07.735 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]: dispatch 2024-09-16T05:32:07.735 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:07 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi148", "caps": []}]': finished 2024-09-16T05:32:07.757 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-09-16T05:32:07.757 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:32:07.757 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-09-16T05:32:07.778 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:32:07.779 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:07.837 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-09-16T05:32:07.837 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch host add smithi160 2024-09-16T05:32:08.075 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:08.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:08 smithi088 ceph-mon[29300]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:32:08.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:08 smithi088 ceph-mon[29300]: Deploying daemon agent.smithi148 on smithi148 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:09.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:10.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:10 smithi088 ceph-mon[29300]: Deploying cephadm binary to smithi160 2024-09-16T05:32:11.883 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:11 smithi088 ceph-mon[29300]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:11.883 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:11.883 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:11.884 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-09-16T05:32:12.644 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T05:32:12.887 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:13.176 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:13.176 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: Added host smithi160 2024-09-16T05:32:13.176 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:13.176 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:13.176 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:13.176 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:13.176 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:32:13.177 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:13.177 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:13.591 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:32:13.591 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: Updating smithi160:/etc/ceph/ceph.conf 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: Updating smithi160:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-09-16T05:32:14.196 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-09-16T05:32:14.223 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-16T05:32:14.224 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-16T05:32:14.466 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:15.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: Updating smithi160:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T05:32:15.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:32:15.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: Deploying daemon agent.smithi160 on smithi160 2024-09-16T05:32:15.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:15.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:15.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:15.917 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2024-09-16T05:32:16.193 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:15 smithi088 ceph-mon[29300]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:16.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:15 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:16.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:15 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:16.194 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:15 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/4158164784' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-16T05:32:16.556 INFO:tasks.cephadm:Adding mon.a on smithi088 2024-09-16T05:32:16.556 INFO:tasks.cephadm:Adding mon.b on smithi148 2024-09-16T05:32:16.556 INFO:tasks.cephadm:Adding mon.c on smithi160 2024-09-16T05:32:16.557 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi088:172.21.15.88=a;smithi148:172.21.15.148=b;smithi160:172.21.15.160=c' 2024-09-16T05:32:16.817 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:17.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:16 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/4158164784' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T05:32:17.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:16 smithi088 ceph-mon[29300]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T05:32:18.130 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-09-16T05:32:18.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:17 smithi088 ceph-mon[29300]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:18.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:17 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:18.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:17 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:18.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:17 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:18.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:17 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:18.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:17 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:18.744 DEBUG:teuthology.orchestra.run.smithi148:mon.b> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.b.service 2024-09-16T05:32:18.747 DEBUG:teuthology.orchestra.run.smithi160:mon.c> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.c.service 2024-09-16T05:32:18.749 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T05:32:18.749 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T05:32:19.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi088:172.21.15.88=a;smithi148:172.21.15.148=b;smithi160:172.21.15.160=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: Saving service mon spec with placement smithi088:172.21.15.88=a;smithi148:172.21.15.148=b;smithi160:172.21.15.160=c;count:3 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: Deploying daemon mon.c on smithi160 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:19.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:19.641 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:20.853 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:32:20.853 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","modified":"2024-09-16T05:30:52.411075Z","created":"2024-09-16T05:30:52.411075Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T05:32:20.853 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-16T05:32:22.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:21 smithi088 ceph-mon[29300]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:22.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:21 smithi088 ceph-mon[29300]: from='client.? 172.21.15.160:0/2414383697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:22.536 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T05:32:22.536 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T05:32:22.857 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T05:32:23.597 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:32:23.597 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","modified":"2024-09-16T05:30:52.411075Z","created":"2024-09-16T05:30:52.411075Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T05:32:23.597 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-16T05:32:24.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:23 smithi088 ceph-mon[29300]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:24.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:23 smithi088 ceph-mon[29300]: from='client.? 172.21.15.160:0/730491003' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:25.342 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T05:32:25.343 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T05:32:25.598 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T05:32:29.288 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:32:29.288 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","modified":"2024-09-16T05:32:23.955594Z","created":"2024-09-16T05:30:52.411075Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T05:32:29.288 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-09-16T05:32:29.288 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: mon.a calling monitor election 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: mon.c calling monitor election 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:29.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: monmap epoch 2 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: last_changed 2024-09-16T05:32:23.955594+0000 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: min_mon_release 19 (squid) 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: election_strategy: 1 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: fsmap 2024-09-16T05:32:29.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T05:32:29.465 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: mgrmap e13: a(active, since 40s) 2024-09-16T05:32:29.465 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: overall HEALTH_OK 2024-09-16T05:32:29.465 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:29.465 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:29.465 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:29.465 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:29.465 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:30.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:30 smithi160 ceph-mon[31189]: Deploying daemon mon.b on smithi148 2024-09-16T05:32:30.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:30 smithi160 ceph-mon[31189]: from='client.? 172.21.15.160:0/1912357888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:30.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:30 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:30.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:30 smithi088 ceph-mon[29300]: Deploying daemon mon.b on smithi148 2024-09-16T05:32:30.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:30 smithi088 ceph-mon[29300]: from='client.? 172.21.15.160:0/1912357888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:30.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:30 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:30.878 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T05:32:30.879 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T05:32:31.133 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T05:32:31.253 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:31 smithi160 ceph-mon[31189]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:31.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:31 smithi088 ceph-mon[29300]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:31.811 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:32:31.811 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","modified":"2024-09-16T05:32:23.955594Z","created":"2024-09-16T05:30:52.411075Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T05:32:31.812 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-09-16T05:32:33.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:32 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:33.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:32 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:33.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:32 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:33.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:32 smithi160 ceph-mon[31189]: from='client.? 172.21.15.160:0/251919450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:33.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:32 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:33.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:32 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:33.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:32 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:33.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:32 smithi088 ceph-mon[29300]: from='client.? 172.21.15.160:0/251919450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:33.458 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T05:32:33.458 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T05:32:33.712 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T05:32:33.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:33 smithi148 systemd[1]: Started Ceph mon.b for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: mon.a calling monitor election 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: mon.c calling monitor election 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:38.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: mon.b calling monitor election 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: monmap epoch 3 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: last_changed 2024-09-16T05:32:33.610341+0000 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: min_mon_release 19 (squid) 2024-09-16T05:32:38.964 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: election_strategy: 1 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: fsmap 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: mgrmap e13: a(active, since 49s) 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: overall HEALTH_OK 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.965 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.966 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.966 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.966 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:32:38.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: mon.a calling monitor election 2024-09-16T05:32:38.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: mon.c calling monitor election 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: mon.b calling monitor election 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: monmap epoch 3 2024-09-16T05:32:38.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: last_changed 2024-09-16T05:32:33.610341+0000 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: min_mon_release 19 (squid) 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: election_strategy: 1 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: fsmap 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: mgrmap e13: a(active, since 49s) 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: overall HEALTH_OK 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:38.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:32:39.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: mon.a calling monitor election 2024-09-16T05:32:39.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:39.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:32:39.135 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: mon.c calling monitor election 2024-09-16T05:32:39.135 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:39.135 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:39.135 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:39.135 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: mon.b calling monitor election 2024-09-16T05:32:39.136 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:39.136 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:39.136 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:39.136 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:39.136 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T05:32:39.136 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: monmap epoch 3 2024-09-16T05:32:39.137 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:32:39.137 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: last_changed 2024-09-16T05:32:33.610341+0000 2024-09-16T05:32:39.137 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:32:39.137 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: min_mon_release 19 (squid) 2024-09-16T05:32:39.138 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: election_strategy: 1 2024-09-16T05:32:39.138 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-09-16T05:32:39.138 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c 2024-09-16T05:32:39.138 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b 2024-09-16T05:32:39.138 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: fsmap 2024-09-16T05:32:39.139 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T05:32:39.139 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: mgrmap e13: a(active, since 49s) 2024-09-16T05:32:39.139 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: overall HEALTH_OK 2024-09-16T05:32:39.139 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.139 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.140 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.140 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.140 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.140 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.141 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.141 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.141 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.141 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.812 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.812 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.812 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.812 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:39.812 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:39.812 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: Updating smithi160:/etc/ceph/ceph.conf 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:39.813 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:39.814 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:39.814 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:39.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:39.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:39.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: Updating smithi160:/etc/ceph/ceph.conf 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:39.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:39.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:39.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:39.973 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:40.104 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.104 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.104 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.104 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:40.104 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:40.104 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:40.104 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: Updating smithi088:/etc/ceph/ceph.conf 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: Updating smithi160:/etc/ceph/ceph.conf 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:40.105 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:40.106 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:40.106 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:32:40.369 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:32:40.370 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":3,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","modified":"2024-09-16T05:32:33.610341Z","created":"2024-09-16T05:30:52.411075Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-16T05:32:40.370 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 3 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: Updating smithi160:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: Updating smithi148:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: Updating smithi088:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: Reconfiguring daemon mon.a on smithi088 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.936 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.937 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.937 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:40 smithi160 ceph-mon[31189]: from='client.? 172.21.15.160:0/3416420351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:40.938 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-16T05:32:40.938 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-16T05:32:40.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: Updating smithi160:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:40.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: Updating smithi148:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:40.974 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: Updating smithi088:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:40.975 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:40.975 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T05:32:40.975 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: Reconfiguring daemon mon.a on smithi088 2024-09-16T05:32:40.975 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.975 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.975 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:40.975 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:40 smithi148 ceph-mon[31251]: from='client.? 172.21.15.160:0/3416420351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:41.175 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: Updating smithi160:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: Updating smithi148:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: Updating smithi088:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T05:32:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T05:32:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: Reconfiguring daemon mon.a on smithi088 2024-09-16T05:32:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:40 smithi088 ceph-mon[29300]: from='client.? 172.21.15.160:0/3416420351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:32:41.765 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:32:41.765 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2024-09-16T05:32:41.765 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:32:41.765 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-09-16T05:32:41.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:41.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: Reconfiguring mon.b (monmap changed)... 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: Reconfiguring daemon mon.b on smithi148 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:41 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1450599960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:41.891 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: Reconfiguring mon.b (monmap changed)... 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: Reconfiguring daemon mon.b on smithi148 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.892 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:41 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1450599960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:41.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:41.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: Reconfiguring mon.b (monmap changed)... 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: Reconfiguring daemon mon.b on smithi148 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:41.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:41 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1450599960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:42.325 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-16T05:32:42.325 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:32:42.325 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T05:32:42.351 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:32:42.351 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:42.416 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:32:42.416 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T05:32:42.445 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:32:42.445 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:42.511 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:32:42.511 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T05:32:42.541 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:32:42.541 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T05:32:42.605 INFO:tasks.cephadm:Adding mgr.a on smithi088 2024-09-16T05:32:42.605 INFO:tasks.cephadm:Adding mgr.b on smithi148 2024-09-16T05:32:42.605 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi088=a;smithi148=b' 2024-09-16T05:32:42.884 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T05:32:43.522 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mgr update... 2024-09-16T05:32:43.533 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.533 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.533 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.533 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.533 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.533 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.534 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:43 smithi160 ceph-mon[31189]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:43.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:43 smithi088 ceph-mon[29300]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:43 smithi148 ceph-mon[31251]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:44.064 DEBUG:teuthology.orchestra.run.smithi148:mgr.b> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.b.service 2024-09-16T05:32:44.066 INFO:tasks.cephadm:Deploying OSDs... 2024-09-16T05:32:44.067 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-09-16T05:32:44.067 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T05:32:44.086 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T05:32:44.087 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2024-09-16T05:32:44.145 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-16 05:32:38.108079065 +0000 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-16 05:27:27.661651871 +0000 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-16 05:27:27.661651871 +0000 2024-09-16T05:32:44.146 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-16 05:27:27.661651871 +0000 2024-09-16T05:32:44.146 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T05:32:44.216 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-16T05:32:44.216 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-16T05:32:44.216 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000233365 s, 2.2 MB/s 2024-09-16T05:32:44.217 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T05:32:44.277 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2024-09-16T05:32:44.336 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T05:32:44.336 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:44.338 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-16T05:32:44.338 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:44.338 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:44.338 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-16 05:32:38.108079065 +0000 2024-09-16T05:32:44.338 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-16 05:27:27.661651871 +0000 2024-09-16T05:32:44.338 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-16 05:27:27.661651871 +0000 2024-09-16T05:32:44.338 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-16 05:27:27.661651871 +0000 2024-09-16T05:32:44.339 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T05:32:44.404 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-16T05:32:44.404 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-16T05:32:44.404 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000253455 s, 2.0 MB/s 2024-09-16T05:32:44.406 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T05:32:44.464 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2024-09-16T05:32:44.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: Reconfiguring mon.c (monmap changed)... 2024-09-16T05:32:44.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:44.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:44.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:44.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: Reconfiguring daemon mon.c on smithi160 2024-09-16T05:32:44.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:44.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: Saving service mgr spec with placement smithi088=a;smithi148=b;count:2 2024-09-16T05:32:44.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.522 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T05:32:44.522 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:44.523 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-16T05:32:44.523 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:44.523 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:44.523 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-16 05:32:38.109079047 +0000 2024-09-16T05:32:44.523 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-16 05:27:27.660651693 +0000 2024-09-16T05:32:44.523 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-16 05:27:27.660651693 +0000 2024-09-16T05:32:44.523 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-16 05:27:27.660651693 +0000 2024-09-16T05:32:44.523 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T05:32:44.585 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: Reconfiguring mon.c (monmap changed)... 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: Reconfiguring daemon mon.c on smithi160 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: Saving service mgr spec with placement smithi088=a;smithi148=b;count:2 2024-09-16T05:32:44.586 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.588 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-16T05:32:44.588 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-16T05:32:44.588 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000286775 s, 1.8 MB/s 2024-09-16T05:32:44.590 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T05:32:44.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: Reconfiguring mon.c (monmap changed)... 2024-09-16T05:32:44.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:32:44.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:32:44.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:44.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: Reconfiguring daemon mon.c on smithi160 2024-09-16T05:32:44.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi148=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:44.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: Saving service mgr spec with placement smithi088=a;smithi148=b;count:2 2024-09-16T05:32:44.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:44.647 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2024-09-16T05:32:44.703 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-09-16 05:32:38.109079047 +0000 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-09-16 05:27:27.662652048 +0000 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-09-16 05:27:27.662652048 +0000 2024-09-16T05:32:44.704 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-09-16 05:27:27.662652048 +0000 2024-09-16T05:32:44.704 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T05:32:44.768 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-09-16T05:32:44.826 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-09-16T05:32:44.826 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000215366 s, 2.4 MB/s 2024-09-16T05:32:44.827 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T05:32:44.895 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-16T05:32:44.895 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T05:32:44.916 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T05:32:44.916 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-09-16T05:32:44.979 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-16 05:32:40.918551409 +0000 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:44.980 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:44.980 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T05:32:45.050 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-16T05:32:45.050 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-16T05:32:45.050 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000215144 s, 2.4 MB/s 2024-09-16T05:32:45.051 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T05:32:45.111 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-09-16T05:32:45.170 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T05:32:45.171 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:45.171 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-16T05:32:45.171 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:45.171 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:45.171 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-16 05:32:40.919551385 +0000 2024-09-16T05:32:45.171 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:45.172 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:45.172 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:45.172 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T05:32:45.238 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-16T05:32:45.238 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-16T05:32:45.238 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000187072 s, 2.7 MB/s 2024-09-16T05:32:45.240 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T05:32:45.299 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-16 05:32:40.919551385 +0000 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-16 05:27:27.389248285 +0000 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-16 05:27:27.389248285 +0000 2024-09-16T05:32:45.355 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-16 05:27:27.389248285 +0000 2024-09-16T05:32:45.356 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T05:32:45.420 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-16T05:32:45.420 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-16T05:32:45.420 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000223851 s, 2.3 MB/s 2024-09-16T05:32:45.421 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T05:32:45.478 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-09-16T05:32:45.535 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T05:32:45.535 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:45.535 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-09-16T05:32:45.536 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:45.536 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:45.536 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-16 05:32:40.919551385 +0000 2024-09-16T05:32:45.536 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:45.536 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:45.536 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-16 05:27:27.388248334 +0000 2024-09-16T05:32:45.536 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T05:32:45.597 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:45.597 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.597 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.597 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:45.598 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:45.598 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:45.598 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.598 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:32:45.598 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T05:32:45.598 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:32:45.598 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:45.599 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-16T05:32:45.599 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-16T05:32:45.599 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000190667 s, 2.7 MB/s 2024-09-16T05:32:45.601 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T05:32:45.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:32:45.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T05:32:45.635 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:32:45.635 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:45.657 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-16T05:32:45.657 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T05:32:45.678 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T05:32:45.678 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-09-16T05:32:45.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:45.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:32:45.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-16 05:32:41.606382053 +0000 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-16 05:27:27.401786625 +0000 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-16 05:27:27.401786625 +0000 2024-09-16T05:32:45.737 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-09-16 05:27:27.401786625 +0000 2024-09-16T05:32:45.737 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T05:32:45.805 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-16T05:32:45.805 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-16T05:32:45.805 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000232122 s, 2.2 MB/s 2024-09-16T05:32:45.806 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T05:32:45.865 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-16 05:32:41.606382053 +0000 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-16 05:27:27.400786562 +0000 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-16 05:27:27.400786562 +0000 2024-09-16T05:32:45.923 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-09-16 05:27:27.400786562 +0000 2024-09-16T05:32:45.924 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T05:32:45.989 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-16T05:32:45.989 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-16T05:32:45.989 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000212637 s, 2.4 MB/s 2024-09-16T05:32:45.991 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T05:32:46.049 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-09-16T05:32:46.105 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-16 05:32:41.606382053 +0000 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-16 05:27:27.401786625 +0000 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-16 05:27:27.401786625 +0000 2024-09-16T05:32:46.106 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-09-16 05:27:27.401786625 +0000 2024-09-16T05:32:46.107 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T05:32:46.171 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-16T05:32:46.171 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-16T05:32:46.171 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000243535 s, 2.1 MB/s 2024-09-16T05:32:46.172 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T05:32:46.231 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-16 05:32:41.606382053 +0000 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-16 05:27:27.399786500 +0000 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-16 05:27:27.399786500 +0000 2024-09-16T05:32:46.288 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-09-16 05:27:27.399786500 +0000 2024-09-16T05:32:46.289 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T05:32:46.353 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-16T05:32:46.353 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-16T05:32:46.353 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000223762 s, 2.3 MB/s 2024-09-16T05:32:46.354 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T05:32:46.411 INFO:tasks.cephadm:Deploying osd.0 on smithi088 with /dev/vg_nvme/lv_4... 2024-09-16T05:32:46.412 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T05:32:46.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:46 smithi160 ceph-mon[31189]: Deploying daemon mgr.b on smithi148 2024-09-16T05:32:46.662 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:46.696 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:46 smithi148 ceph-mon[31251]: Deploying daemon mgr.b on smithi148 2024-09-16T05:32:46.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:46 smithi088 ceph-mon[29300]: Deploying daemon mgr.b on smithi148 2024-09-16T05:32:47.343 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 systemd[1]: Starting Ceph mgr.b for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:32:47.464 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:47 smithi088 ceph-mon[29300]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:47.595 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:47 smithi148 ceph-mon[31251]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:47.595 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 podman[32825]: 2024-09-16 05:32:47.262832113 +0000 UTC m=+0.015557908 image pull f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80 2024-09-16T05:32:47.595 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 podman[32825]: 2024-09-16 05:32:47.365051686 +0000 UTC m=+0.117777467 container create eb5776bfc8d9756540456170618e7564ab110c9741930f0176f0a2bef864dcb4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b, RELEASE=squid-8921c8e, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-16T05:32:47.595 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 podman[32825]: 2024-09-16 05:32:47.59250348 +0000 UTC m=+0.345229262 container init eb5776bfc8d9756540456170618e7564ab110c9741930f0176f0a2bef864dcb4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b, RELEASE=squid-8921c8e, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-16T05:32:47.596 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 podman[32825]: 2024-09-16 05:32:47.595186654 +0000 UTC m=+0.347912443 container start eb5776bfc8d9756540456170618e7564ab110c9741930f0176f0a2bef864dcb4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-8921c8e, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-16T05:32:47.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:47 smithi160 ceph-mon[31189]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:47.943 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 ceph-mgr[32844]: -- 172.21.15.148:0/1632127248 <== mon.2 v2:172.21.15.148:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563b46e2d0e0 con 0x563b46e0b000 2024-09-16T05:32:47.943 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 bash[32825]: eb5776bfc8d9756540456170618e7564ab110c9741930f0176f0a2bef864dcb4 2024-09-16T05:32:47.943 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 systemd[1]: Started Ceph mgr.b for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:32:47.943 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:47.718+0000 7f53bc2a1040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T05:32:47.943 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:47.788+0000 7f53bc2a1040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T05:32:47.943 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:47 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:47.942+0000 7f53bc2a1040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T05:32:48.221 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:48.010+0000 7f53bc2a1040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T05:32:48.221 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:48.158+0000 7f53bc2a1040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:32:48.566 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:48.299+0000 7f53bc2a1040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T05:32:48.901 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:48.640+0000 7f53bc2a1040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T05:32:48.901 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:48.707+0000 7f53bc2a1040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T05:32:48.901 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:48.901 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:48.901 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:32:48.902 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:49.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:32:49.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:32:49.205 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:49.206 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:32:49.221 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:48 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:48.900+0000 7f53bc2a1040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T05:32:49.230 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_4 2024-09-16T05:32:50.091 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:49 smithi088 ceph-mon[29300]: Reconfiguring mgr.a (unknown last config time)... 2024-09-16T05:32:50.091 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:49 smithi088 ceph-mon[29300]: Reconfiguring daemon mgr.a on smithi088 2024-09-16T05:32:50.091 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:49 smithi088 ceph-mon[29300]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:50.091 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:50.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:49 smithi160 ceph-mon[31189]: Reconfiguring mgr.a (unknown last config time)... 2024-09-16T05:32:50.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:49 smithi160 ceph-mon[31189]: Reconfiguring daemon mgr.a on smithi088 2024-09-16T05:32:50.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:49 smithi160 ceph-mon[31189]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:50.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:50.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:49 smithi148 ceph-mon[31251]: Reconfiguring mgr.a (unknown last config time)... 2024-09-16T05:32:50.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:49 smithi148 ceph-mon[31251]: Reconfiguring daemon mgr.a on smithi088 2024-09-16T05:32:50.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:49 smithi148 ceph-mon[31251]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:50.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:50.222 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:49 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:49.831+0000 7f53bc2a1040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T05:32:50.222 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:49 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:49.903+0000 7f53bc2a1040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T05:32:50.441 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:32:50.971 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:50 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:50.695+0000 7f53bc2a1040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T05:32:50.971 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:50 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:50.815+0000 7f53bc2a1040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T05:32:51.261 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:50 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:50.975+0000 7f53bc2a1040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T05:32:51.261 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.038+0000 7f53bc2a1040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T05:32:51.261 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.189+0000 7f53bc2a1040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T05:32:51.261 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.260+0000 7f53bc2a1040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T05:32:51.559 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.323+0000 7f53bc2a1040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T05:32:51.559 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.494+0000 7f53bc2a1040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T05:32:51.559 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.558+0000 7f53bc2a1040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T05:32:51.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:51.559 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:51.560 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:51.560 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.560 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:51.560 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:51.560 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:32:51.560 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:32:51.560 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:32:51.697 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:51.843 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.625+0000 7f53bc2a1040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T05:32:51.843 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.715+0000 7f53bc2a1040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T05:32:51.843 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.780+0000 7f53bc2a1040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T05:32:51.843 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:51 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:51.842+0000 7f53bc2a1040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T05:32:51.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:32:51.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:52.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:52.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:52.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:52.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:52.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:52 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.720 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b[32840]: 2024-09-16T05:32:52.639+0000 7f53bc2a1040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:52.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:52 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:32:52.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:52 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:32:53.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: Standby manager daemon b started 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1317114677' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7321cc1a-a0eb-4ff7-9827-2100e15359b5"}]: dispatch 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1317114677' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7321cc1a-a0eb-4ff7-9827-2100e15359b5"}]': finished 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T05:32:53.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:53 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:32:53.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: Standby manager daemon b started 2024-09-16T05:32:53.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-16T05:32:53.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T05:32:53.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-16T05:32:53.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T05:32:53.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:53.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1317114677' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7321cc1a-a0eb-4ff7-9827-2100e15359b5"}]: dispatch 2024-09-16T05:32:53.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1317114677' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7321cc1a-a0eb-4ff7-9827-2100e15359b5"}]': finished 2024-09-16T05:32:53.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T05:32:53.722 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:53 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:32:53.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: Standby manager daemon b started 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: from='mgr.? 172.21.15.148:0/628602258' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1317114677' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7321cc1a-a0eb-4ff7-9827-2100e15359b5"}]: dispatch 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1317114677' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7321cc1a-a0eb-4ff7-9827-2100e15359b5"}]': finished 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T05:32:53.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:53 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:32:54.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:54 smithi088 ceph-mon[29300]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-16T05:32:54.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:54 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-16T05:32:54.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:54 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/560613858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:32:54.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:54 smithi148 ceph-mon[31251]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-16T05:32:54.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:54 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-16T05:32:54.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:54 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/560613858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:32:54.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:54 smithi160 ceph-mon[31189]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-16T05:32:54.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:54 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-16T05:32:54.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:54 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/560613858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:32:55.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:55 smithi088 ceph-mon[29300]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:55.720 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:55 smithi148 ceph-mon[31251]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:55.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:55 smithi160 ceph-mon[31189]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:58.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:57 smithi160 ceph-mon[31189]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:58.173 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:57 smithi088 ceph-mon[29300]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:32:58.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:57 smithi148 ceph-mon[31251]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:00.023 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.023 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.024 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.024 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:32:59 smithi148 ceph-mon[31251]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:00.059 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.059 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.059 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.059 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:32:59 smithi088 ceph-mon[29300]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:00.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:00.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:32:59 smithi160 ceph-mon[31189]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:02.133 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:01 smithi088 ceph-mon[29300]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:02.133 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T05:33:02.133 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:02.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:01 smithi160 ceph-mon[31189]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:02.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:01 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T05:33:02.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:01 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:02.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:01 smithi148 ceph-mon[31251]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:02.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:01 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T05:33:02.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:01 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:03.133 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:02 smithi088 ceph-mon[29300]: Deploying daemon osd.0 on smithi088 2024-09-16T05:33:03.133 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.133 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.133 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:02 smithi160 ceph-mon[31189]: Deploying daemon osd.0 on smithi088 2024-09-16T05:33:03.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:02 smithi148 ceph-mon[31251]: Deploying daemon osd.0 on smithi088 2024-09-16T05:33:03.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:03.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:04.129 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:03 smithi088 ceph-mon[29300]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:04.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:03 smithi160 ceph-mon[31189]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:04.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:03 smithi148 ceph-mon[31251]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:06.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:05 smithi160 ceph-mon[31189]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:06.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:05 smithi088 ceph-mon[29300]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:06.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:05 smithi148 ceph-mon[31251]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:08.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:07 smithi160 ceph-mon[31189]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:08.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:07 smithi088 ceph-mon[29300]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:07 smithi148 ceph-mon[31251]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:08.986 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:08.986 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:08.986 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:08.986 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:08.986 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:08.986 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:09.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:09.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:09.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:09.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:09.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:09.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:09.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:09.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:09 smithi160 ceph-mon[31189]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:10.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:09 smithi088 ceph-mon[29300]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:10.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:09 smithi148 ceph-mon[31251]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:11.616 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 0 on host 'smithi088' 2024-09-16T05:33:12.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:12.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:12.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:12.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:33:12.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:12.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:12.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:12.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:12.262 DEBUG:teuthology.orchestra.run.smithi088:osd.0> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.0.service 2024-09-16T05:33:12.264 INFO:tasks.cephadm:Deploying osd.1 on smithi148 with /dev/vg_nvme/lv_4... 2024-09-16T05:33:12.265 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T05:33:12.522 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T05:33:12.917 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:12 smithi148 ceph-mon[31251]: Adjusting osd_memory_target on smithi088 to 16064M 2024-09-16T05:33:12.918 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:12 smithi148 ceph-mon[31251]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-16T05:33:13.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:12 smithi160 ceph-mon[31189]: Adjusting osd_memory_target on smithi088 to 16064M 2024-09-16T05:33:13.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:12 smithi160 ceph-mon[31189]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-16T05:33:13.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:12 smithi088 ceph-mon[29300]: Adjusting osd_memory_target on smithi088 to 16064M 2024-09-16T05:33:13.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:12 smithi088 ceph-mon[29300]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-16T05:33:13.212 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:33:12 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0[39090]: 2024-09-16T05:33:12.791+0000 7f1cff9e7640 -1 osd.0 0 log_to_monitors true 2024-09-16T05:33:14.122 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:13 smithi148 ceph-mon[31251]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:14.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:13 smithi148 ceph-mon[31251]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T05:33:14.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:13 smithi148 ceph-mon[31251]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T05:33:14.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:13 smithi148 ceph-mon[31251]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-09-16T05:33:14.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:13 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:13 smithi160 ceph-mon[31189]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:13 smithi160 ceph-mon[31189]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T05:33:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:13 smithi160 ceph-mon[31189]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T05:33:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:13 smithi160 ceph-mon[31189]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-09-16T05:33:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:13 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:14.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:13 smithi088 ceph-mon[29300]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:14.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:13 smithi088 ceph-mon[29300]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T05:33:14.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:13 smithi088 ceph-mon[29300]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T05:33:14.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:13 smithi088 ceph-mon[29300]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-09-16T05:33:14.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:14.213 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:33:13 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0[39090]: 2024-09-16T05:33:13.872+0000 7f1cfb96a640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T05:33:14.213 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:33:13 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0[39090]: 2024-09-16T05:33:13.877+0000 7f1cf7792640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T05:33:14.900 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-16T05:33:14.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:14 smithi148 ceph-mon[31251]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-16T05:33:14.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:14 smithi148 ceph-mon[31251]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T05:33:14.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:14 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:14.924 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:14 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:14.925 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi148:vg_nvme/lv_4 2024-09-16T05:33:15.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:14 smithi160 ceph-mon[31189]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-16T05:33:15.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:14 smithi160 ceph-mon[31189]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T05:33:15.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:14 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:15.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:14 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:15.176 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T05:33:15.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:14 smithi088 ceph-mon[29300]: from='osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-09-16T05:33:15.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:14 smithi088 ceph-mon[29300]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T05:33:15.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:15.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:14 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: purged_snaps scrub starts 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: purged_snaps scrub ok 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576] boot 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:16.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:33:16.125 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:33:16.125 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:15 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: purged_snaps scrub starts 2024-09-16T05:33:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: purged_snaps scrub ok 2024-09-16T05:33:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576] boot 2024-09-16T05:33:16.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T05:33:16.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:16.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:33:16.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:33:16.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:15 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: purged_snaps scrub starts 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: purged_snaps scrub ok 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: osd.0 [v2:172.21.15.88:6802/3338942576,v1:172.21.15.88:6803/3338942576] boot 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:33:16.198 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:33:16.199 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:15 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:17.120 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:16 smithi148 ceph-mon[31251]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:33:17.120 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:16 smithi148 ceph-mon[31251]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T05:33:17.120 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:16 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.120 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:16 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.120 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:16 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.189 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:16 smithi088 ceph-mon[29300]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:33:17.189 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:16 smithi088 ceph-mon[29300]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T05:33:17.190 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:16 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.190 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:16 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.190 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:16 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:16 smithi160 ceph-mon[31189]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:33:17.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:16 smithi160 ceph-mon[31189]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T05:33:17.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:16 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:16 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:17.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:16 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:18.169 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:17 smithi160 ceph-mon[31189]: Detected new or changed devices on smithi088 2024-09-16T05:33:18.169 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:17 smithi160 ceph-mon[31189]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:18.190 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:17 smithi088 ceph-mon[29300]: Detected new or changed devices on smithi088 2024-09-16T05:33:18.190 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:17 smithi088 ceph-mon[29300]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:18.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:17 smithi148 ceph-mon[31251]: Detected new or changed devices on smithi088 2024-09-16T05:33:18.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:17 smithi148 ceph-mon[31251]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:19.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:18 smithi088 ceph-mon[29300]: from='client.? 172.21.15.148:0/1351591959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]: dispatch 2024-09-16T05:33:19.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:18 smithi088 ceph-mon[29300]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]: dispatch 2024-09-16T05:33:19.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:18 smithi088 ceph-mon[29300]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]': finished 2024-09-16T05:33:19.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:18 smithi088 ceph-mon[29300]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T05:33:19.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:18 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:19.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:18 smithi088 ceph-mon[29300]: from='client.? 172.21.15.148:0/126232603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:33:19.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:18 smithi148 ceph-mon[31251]: from='client.? 172.21.15.148:0/1351591959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]: dispatch 2024-09-16T05:33:19.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:18 smithi148 ceph-mon[31251]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]: dispatch 2024-09-16T05:33:19.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:18 smithi148 ceph-mon[31251]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]': finished 2024-09-16T05:33:19.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:18 smithi148 ceph-mon[31251]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T05:33:19.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:18 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:19.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:18 smithi148 ceph-mon[31251]: from='client.? 172.21.15.148:0/126232603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:33:19.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:18 smithi160 ceph-mon[31189]: from='client.? 172.21.15.148:0/1351591959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]: dispatch 2024-09-16T05:33:19.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:18 smithi160 ceph-mon[31189]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]: dispatch 2024-09-16T05:33:19.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:18 smithi160 ceph-mon[31189]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8ee18f3-7455-4889-abfa-bce0bd1a9163"}]': finished 2024-09-16T05:33:19.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:18 smithi160 ceph-mon[31189]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T05:33:19.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:18 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:19.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:18 smithi160 ceph-mon[31189]: from='client.? 172.21.15.148:0/126232603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:33:19.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:19 smithi088 ceph-mon[29300]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:19 smithi148 ceph-mon[31251]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:20.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:19 smithi160 ceph-mon[31189]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:22.171 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:21 smithi148 ceph-mon[31251]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:22.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:21 smithi088 ceph-mon[29300]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:22.274 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:21 smithi160 ceph-mon[31189]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:23.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:23 smithi160 ceph-mon[31189]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:23.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.925 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.926 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:23 smithi148 ceph-mon[31251]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:23.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:23.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:23 smithi088 ceph-mon[29300]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:26.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:25 smithi160 ceph-mon[31189]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:26.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:25 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:33:26.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:25 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:26.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:25 smithi088 ceph-mon[29300]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:26.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:25 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:33:26.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:25 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:26.192 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:25 smithi148 ceph-mon[31251]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:26.192 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:25 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:33:26.192 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:25 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:27.111 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:26 smithi148 ceph-mon[31251]: Deploying daemon osd.1 on smithi148 2024-09-16T05:33:27.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:26 smithi160 ceph-mon[31189]: Deploying daemon osd.1 on smithi148 2024-09-16T05:33:27.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:26 smithi088 ceph-mon[29300]: Deploying daemon osd.1 on smithi148 2024-09-16T05:33:27.944 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:27 smithi148 ceph-mon[31251]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:28.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:27 smithi160 ceph-mon[31189]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:28.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:27 smithi088 ceph-mon[29300]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:30.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:29 smithi148 ceph-mon[31251]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:30.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.063 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:29 smithi160 ceph-mon[31189]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:29 smithi088 ceph-mon[29300]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:33:32.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:33:32.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:32.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:32.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:32.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:32.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:33:32.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:32.910 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:32 smithi148 ceph-mon[31251]: Reconfiguring osd.1 (unknown last config time)... 2024-09-16T05:33:32.910 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:32 smithi148 ceph-mon[31251]: Reconfiguring daemon osd.1 on smithi148 2024-09-16T05:33:32.911 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:32 smithi148 ceph-mon[31251]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-16T05:33:33.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:32 smithi160 ceph-mon[31189]: Reconfiguring osd.1 (unknown last config time)... 2024-09-16T05:33:33.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:32 smithi160 ceph-mon[31189]: Reconfiguring daemon osd.1 on smithi148 2024-09-16T05:33:33.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:32 smithi160 ceph-mon[31189]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-16T05:33:33.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:32 smithi088 ceph-mon[29300]: Reconfiguring osd.1 (unknown last config time)... 2024-09-16T05:33:33.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:32 smithi088 ceph-mon[29300]: Reconfiguring daemon osd.1 on smithi148 2024-09-16T05:33:33.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:32 smithi088 ceph-mon[29300]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-16T05:33:33.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:33 smithi148 ceph-mon[31251]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:33.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:33.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:33 smithi160 ceph-mon[31189]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:34.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:33 smithi088 ceph-mon[29300]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:34.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:34.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:35 smithi088 ceph-mon[29300]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:35 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:35 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:35 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:35 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:35 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:35 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:35 smithi148 ceph-mon[31251]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:35 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:35 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:35 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:35 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:35 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:35 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:35 smithi160 ceph-mon[31189]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:36.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:35 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:35 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:36.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:35 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:36.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:35 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:36.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:35 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:36.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:35 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: Cluster is now healthy 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.041 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:36 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: Cluster is now healthy 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.064 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:36 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: Cluster is now healthy 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:37.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:36 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:38.040 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:37 smithi088 ceph-mon[29300]: from='osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T05:33:38.040 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:37 smithi088 ceph-mon[29300]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T05:33:38.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:37 smithi148 ceph-mon[31251]: from='osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T05:33:38.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:37 smithi148 ceph-mon[31251]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T05:33:38.265 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:37 smithi160 ceph-mon[31189]: from='osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T05:33:38.265 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:37 smithi160 ceph-mon[31189]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T05:33:39.122 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:38 smithi148 ceph-mon[31251]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:39.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:38 smithi148 ceph-mon[31251]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T05:33:39.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:38 smithi148 ceph-mon[31251]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T05:33:39.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:38 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:39.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:38 smithi148 ceph-mon[31251]: from='osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-16T05:33:39.123 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:38 smithi148 ceph-mon[31251]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-16T05:33:39.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:38 smithi160 ceph-mon[31189]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:39.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:38 smithi160 ceph-mon[31189]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T05:33:39.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:38 smithi160 ceph-mon[31189]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T05:33:39.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:38 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:39.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:38 smithi160 ceph-mon[31189]: from='osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-16T05:33:39.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:38 smithi160 ceph-mon[31189]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-16T05:33:39.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:38 smithi088 ceph-mon[29300]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:39.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:38 smithi088 ceph-mon[29300]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T05:33:39.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:38 smithi088 ceph-mon[29300]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T05:33:39.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:38 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:39.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:38 smithi088 ceph-mon[29300]: from='osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-16T05:33:39.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:38 smithi088 ceph-mon[29300]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-16T05:33:39.162 INFO:teuthology.orchestra.run.smithi148.stdout:Created osd(s) 1 on host 'smithi148' 2024-09-16T05:33:39.920 DEBUG:teuthology.orchestra.run.smithi148:osd.1> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.1.service 2024-09-16T05:33:39.923 INFO:tasks.cephadm:Deploying osd.2 on smithi160 with /dev/vg_nvme/lv_4... 2024-09-16T05:33:39.923 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T05:33:40.180 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T05:33:40.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-09-16T05:33:40.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T05:33:40.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:40.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:40.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:40.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:33:40.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:40.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:40.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:40.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:40.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.300 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-09-16T05:33:40.300 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:33:40.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:40 smithi088 ceph-mon[29300]: purged_snaps scrub starts 2024-09-16T05:33:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:40 smithi088 ceph-mon[29300]: purged_snaps scrub ok 2024-09-16T05:33:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:40 smithi088 ceph-mon[29300]: Adjusting osd_memory_target on smithi148 to 16064M 2024-09-16T05:33:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:40 smithi088 ceph-mon[29300]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:40 smithi088 ceph-mon[29300]: osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730] boot 2024-09-16T05:33:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:40 smithi088 ceph-mon[29300]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T05:33:41.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:40 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:40 smithi148 ceph-mon[31251]: purged_snaps scrub starts 2024-09-16T05:33:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:40 smithi148 ceph-mon[31251]: purged_snaps scrub ok 2024-09-16T05:33:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:40 smithi148 ceph-mon[31251]: Adjusting osd_memory_target on smithi148 to 16064M 2024-09-16T05:33:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:40 smithi148 ceph-mon[31251]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:40 smithi148 ceph-mon[31251]: osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730] boot 2024-09-16T05:33:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:40 smithi148 ceph-mon[31251]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T05:33:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:40 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:41.241 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:40 smithi160 ceph-mon[31189]: purged_snaps scrub starts 2024-09-16T05:33:41.241 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:40 smithi160 ceph-mon[31189]: purged_snaps scrub ok 2024-09-16T05:33:41.241 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:40 smithi160 ceph-mon[31189]: Adjusting osd_memory_target on smithi148 to 16064M 2024-09-16T05:33:41.241 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:40 smithi160 ceph-mon[31189]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T05:33:41.241 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:40 smithi160 ceph-mon[31189]: osd.1 [v2:172.21.15.148:6800/1339990730,v1:172.21.15.148:6801/1339990730] boot 2024-09-16T05:33:41.241 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:40 smithi160 ceph-mon[31189]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T05:33:41.241 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:40 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T05:33:42.440 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:42 smithi160 ceph-mon[31189]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T05:33:42.441 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:42 smithi160 ceph-mon[31189]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:42.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:42 smithi088 ceph-mon[29300]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T05:33:42.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:42 smithi088 ceph-mon[29300]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:42.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:42 smithi148 ceph-mon[31251]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T05:33:42.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:42 smithi148 ceph-mon[31251]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:43.389 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-16T05:33:43.414 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi160:vg_nvme/lv_4 2024-09-16T05:33:43.717 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.717 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.717 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.958 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T05:33:43.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:43.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:44.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:44 smithi088 ceph-mon[29300]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:44.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:33:44.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:33:44.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:44 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:44.970 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:44 smithi148 ceph-mon[31251]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:44.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:33:44.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:33:44.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:44 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:45.095 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:44 smithi160 ceph-mon[31189]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:45.095 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T05:33:45.095 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T05:33:45.095 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:44 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:45.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:45 smithi088 ceph-mon[29300]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:33:45.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:45 smithi148 ceph-mon[31251]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:33:46.000 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:45 smithi160 ceph-mon[31189]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:33:46.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:46 smithi160 ceph-mon[31189]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:46.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:46 smithi088 ceph-mon[29300]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:46.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:46 smithi148 ceph-mon[31251]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:47.803 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:47 smithi160 ceph-mon[31189]: from='client.? 172.21.15.160:0/476638373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]: dispatch 2024-09-16T05:33:47.803 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:47 smithi160 ceph-mon[31189]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]: dispatch 2024-09-16T05:33:47.804 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:47 smithi160 ceph-mon[31189]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]': finished 2024-09-16T05:33:47.804 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:47 smithi160 ceph-mon[31189]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T05:33:47.804 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:47 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:33:47.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:47 smithi088 ceph-mon[29300]: from='client.? 172.21.15.160:0/476638373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]: dispatch 2024-09-16T05:33:47.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:47 smithi088 ceph-mon[29300]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]: dispatch 2024-09-16T05:33:47.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:47 smithi088 ceph-mon[29300]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]': finished 2024-09-16T05:33:47.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:47 smithi088 ceph-mon[29300]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T05:33:47.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:47 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:33:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:47 smithi148 ceph-mon[31251]: from='client.? 172.21.15.160:0/476638373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]: dispatch 2024-09-16T05:33:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:47 smithi148 ceph-mon[31251]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]: dispatch 2024-09-16T05:33:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:47 smithi148 ceph-mon[31251]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b24b872d-f41e-4cbc-b1d4-fd7644c95b76"}]': finished 2024-09-16T05:33:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:47 smithi148 ceph-mon[31251]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T05:33:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:47 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:33:48.947 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:48 smithi148 ceph-mon[31251]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:48.947 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:48 smithi148 ceph-mon[31251]: from='client.? 172.21.15.160:0/1220722213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:33:48.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:48 smithi088 ceph-mon[29300]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:48.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:48 smithi088 ceph-mon[29300]: from='client.? 172.21.15.160:0/1220722213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:33:49.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:48 smithi160 ceph-mon[31189]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:49.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:48 smithi160 ceph-mon[31189]: from='client.? 172.21.15.160:0/1220722213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T05:33:50.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:50 smithi088 ceph-mon[29300]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:50.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:50 smithi148 ceph-mon[31251]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:50.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:50 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:50 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:50 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.992 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:50 smithi160 ceph-mon[31189]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:50.992 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:50 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.992 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:50 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:50.992 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:50 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:51.951 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:51 smithi160 ceph-mon[31189]: Detected new or changed devices on smithi148 2024-09-16T05:33:51.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:51 smithi088 ceph-mon[29300]: Detected new or changed devices on smithi148 2024-09-16T05:33:51.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:51 smithi148 ceph-mon[31251]: Detected new or changed devices on smithi148 2024-09-16T05:33:52.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:52 smithi088 ceph-mon[29300]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:52.970 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:52 smithi148 ceph-mon[31251]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:53.030 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:52 smithi160 ceph-mon[31189]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:54.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:54 smithi160 ceph-mon[31189]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:54.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:54 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:33:54.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:54 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:54.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:54 smithi088 ceph-mon[29300]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:54.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:54 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:33:54.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:54 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:54.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:54 smithi148 ceph-mon[31251]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:54.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:54 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:33:54.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:54 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:33:55.946 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:55 smithi088 ceph-mon[29300]: Deploying daemon osd.2 on smithi160 2024-09-16T05:33:55.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:55 smithi148 ceph-mon[31251]: Deploying daemon osd.2 on smithi160 2024-09-16T05:33:56.002 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:55 smithi160 ceph-mon[31189]: Deploying daemon osd.2 on smithi160 2024-09-16T05:33:56.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:56 smithi088 ceph-mon[29300]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:56.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:56 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:56.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:56 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:56.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:56 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:56.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:56 smithi148 ceph-mon[31251]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:56.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:56 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:56.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:56 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:56.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:56 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:57.000 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:56 smithi160 ceph-mon[31189]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:57.000 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:56 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:57.000 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:56 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:57.000 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:56 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:33:58.757 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:33:58 smithi088 ceph-mon[29300]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:58.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:33:58 smithi148 ceph-mon[31251]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:33:59.062 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:33:58 smithi160 ceph-mon[31189]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:00.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: Reconfiguring osd.2 (unknown last config time)... 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:00.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:00 smithi160 ceph-mon[31189]: Reconfiguring daemon osd.2 on smithi160 2024-09-16T05:34:00.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: Reconfiguring osd.2 (unknown last config time)... 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:00.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:00 smithi088 ceph-mon[29300]: Reconfiguring daemon osd.2 on smithi160 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:00.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:00.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: Reconfiguring osd.2 (unknown last config time)... 2024-09-16T05:34:00.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:34:00.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:00.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:00 smithi148 ceph-mon[31251]: Reconfiguring daemon osd.2 on smithi160 2024-09-16T05:34:01.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:01 smithi088 ceph-mon[29300]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-16T05:34:01.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:01.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:01 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:01.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:01 smithi148 ceph-mon[31251]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-16T05:34:01.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:01 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:01.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:01 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:02.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:01 smithi160 ceph-mon[31189]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-16T05:34:02.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:01 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:02.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:01 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:02.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:02 smithi148 ceph-mon[31251]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:02.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:02.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:02.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:02.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:02.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:02.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:02 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:03.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:02 smithi160 ceph-mon[31189]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:03.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:03.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:03.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:03.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:03.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:03.018 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:02 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:03.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:02 smithi088 ceph-mon[29300]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:03.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:03.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:03.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:03.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:03.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:03.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:02 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:03.865 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:03 smithi160 ceph-mon[31189]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:03.865 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:03 smithi160 ceph-mon[31189]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-16T05:34:03.865 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:03 smithi160 ceph-mon[31189]: Cluster is now healthy 2024-09-16T05:34:03.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:03 smithi148 ceph-mon[31251]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:03.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:03 smithi148 ceph-mon[31251]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-16T05:34:03.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:03 smithi148 ceph-mon[31251]: Cluster is now healthy 2024-09-16T05:34:04.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:03 smithi088 ceph-mon[29300]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:04.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:03 smithi088 ceph-mon[29300]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-16T05:34:04.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:03 smithi088 ceph-mon[29300]: Cluster is now healthy 2024-09-16T05:34:05.378 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 2 on host 'smithi160' 2024-09-16T05:34:05.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:05.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T05:34:05.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T05:34:05.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:05.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:05.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:34:05.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:05.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:05.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:05.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:05.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.009 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:06.009 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T05:34:06.009 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T05:34:06.009 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:06.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:34:06.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:06.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:06.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:06.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T05:34:06.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T05:34:06.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:06.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T05:34:06.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:06.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:06.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:06.457 DEBUG:teuthology.orchestra.run.smithi160:osd.2> sudo journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.2.service 2024-09-16T05:34:06.459 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-16T05:34:06.459 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T05:34:06.715 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:06.837 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:06 smithi088 ceph-mon[29300]: Adjusting osd_memory_target on smithi160 to 20160M 2024-09-16T05:34:06.837 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:06 smithi088 ceph-mon[29300]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T05:34:06.837 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:06 smithi088 ceph-mon[29300]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T05:34:06.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:06.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:06 smithi088 ceph-mon[29300]: from='osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-16T05:34:06.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:06 smithi088 ceph-mon[29300]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-16T05:34:06.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:06 smithi148 ceph-mon[31251]: Adjusting osd_memory_target on smithi160 to 20160M 2024-09-16T05:34:06.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:06 smithi148 ceph-mon[31251]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T05:34:06.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:06 smithi148 ceph-mon[31251]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T05:34:06.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:06.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:06 smithi148 ceph-mon[31251]: from='osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-16T05:34:06.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:06 smithi148 ceph-mon[31251]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-16T05:34:06.990 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:06 smithi160 ceph-mon[31189]: Adjusting osd_memory_target on smithi160 to 20160M 2024-09-16T05:34:06.990 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:06 smithi160 ceph-mon[31189]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T05:34:06.990 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:06 smithi160 ceph-mon[31189]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T05:34:06.991 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:06.991 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:06 smithi160 ceph-mon[31189]: from='osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-16T05:34:06.991 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:06 smithi160 ceph-mon[31189]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-09-16T05:34:07.364 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:07.383 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2[36382]: 2024-09-16T05:34:07.152+0000 7fd39cb1d640 -1 osd.2 0 waiting for initial osdmap 2024-09-16T05:34:07.383 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2[36382]: 2024-09-16T05:34:07.159+0000 7fd39493d640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T05:34:08.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:07 smithi088 ceph-mon[29300]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:08.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:07 smithi088 ceph-mon[29300]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-16T05:34:08.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:07 smithi088 ceph-mon[29300]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T05:34:08.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:07 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:08.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:07 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:08.006 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:07 smithi088 ceph-mon[29300]: from='osd.2 ' entity='osd.2' 2024-09-16T05:34:08.006 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:07 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1785747780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T05:34:08.032 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1726464819,"num_in_osds":3,"osd_in_since":1726464827,"num_remapped_pgs":0} 2024-09-16T05:34:08.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-mon[31189]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:08.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-mon[31189]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-16T05:34:08.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-mon[31189]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T05:34:08.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:08.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:08.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-mon[31189]: from='osd.2 ' entity='osd.2' 2024-09-16T05:34:08.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:07 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1785747780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T05:34:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:07 smithi148 ceph-mon[31251]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:07 smithi148 ceph-mon[31251]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-16T05:34:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:07 smithi148 ceph-mon[31251]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T05:34:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:07 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:07 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:07 smithi148 ceph-mon[31251]: from='osd.2 ' entity='osd.2' 2024-09-16T05:34:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:07 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1785747780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T05:34:09.033 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T05:34:09.056 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:08 smithi088 ceph-mon[29300]: purged_snaps scrub starts 2024-09-16T05:34:09.056 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:08 smithi088 ceph-mon[29300]: purged_snaps scrub ok 2024-09-16T05:34:09.056 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:09.056 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:08 smithi088 ceph-mon[29300]: osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757] boot 2024-09-16T05:34:09.056 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:08 smithi088 ceph-mon[29300]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T05:34:09.056 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:08 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:09.078 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:08 smithi148 ceph-mon[31251]: purged_snaps scrub starts 2024-09-16T05:34:09.079 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:08 smithi148 ceph-mon[31251]: purged_snaps scrub ok 2024-09-16T05:34:09.079 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:09.079 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:08 smithi148 ceph-mon[31251]: osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757] boot 2024-09-16T05:34:09.079 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:08 smithi148 ceph-mon[31251]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T05:34:09.079 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:08 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:09.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:08 smithi160 ceph-mon[31189]: purged_snaps scrub starts 2024-09-16T05:34:09.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:08 smithi160 ceph-mon[31189]: purged_snaps scrub ok 2024-09-16T05:34:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:08 smithi160 ceph-mon[31189]: osd.2 [v2:172.21.15.160:6800/1019417757,v1:172.21.15.160:6801/1019417757] boot 2024-09-16T05:34:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:08 smithi160 ceph-mon[31189]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T05:34:09.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:08 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T05:34:09.278 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:09.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:09.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-16T05:34:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T05:34:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T05:34:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-16T05:34:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:09.963 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:10.018 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:10.130 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:10.130 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-16T05:34:10.131 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T05:34:10.131 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T05:34:10.131 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-16T05:34:10.131 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:10.131 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:10.131 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T05:34:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-16T05:34:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T05:34:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T05:34:10.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-16T05:34:10.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:10.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:10.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:10.712 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41034]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T05:34:10.713 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41034]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:10.713 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41034]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:10.713 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41034]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:10.779 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1726464848,"num_in_osds":3,"osd_in_since":1726464827,"num_remapped_pgs":0} 2024-09-16T05:34:10.780 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T05:34:11.040 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:10 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1968978427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T05:34:11.040 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:10 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T05:34:11.040 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:10 smithi148 ceph-mon[31251]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T05:34:11.067 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:11.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:10 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1968978427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T05:34:11.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:10 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T05:34:11.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:10 smithi160 ceph-mon[31189]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T05:34:11.188 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:10 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1968978427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T05:34:11.188 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:10 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T05:34:11.188 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:10 smithi088 ceph-mon[29300]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T05:34:11.188 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41045]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T05:34:11.189 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41045]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:11.189 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41045]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:11.189 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:34:10 smithi088 sudo[41045]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:11.294 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37643]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T05:34:11.294 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37643]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:11.294 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37643]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:11.294 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37643]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:11.295 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37646]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T05:34:11.631 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37646]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:11.631 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37646]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:11.631 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:34:11 smithi148 sudo[37646]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:11.718 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:11.718 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":21,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","created":"2024-09-16T05:30:55.460447+0000","modified":"2024-09-16T05:34:11.160344+0000","last_up_change":"2024-09-16T05:34:08.155604+0000","last_in_change":"2024-09-16T05:33:47.251592+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T05:34:09.093861+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,"is_stretch_pool":false,"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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"7321cc1a-a0eb-4ff7-9827-2100e15359b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6803","nonce":3338942576}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6805","nonce":3338942576}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6809","nonce":3338942576}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6807","nonce":3338942576}]},"public_addr":"172.21.15.88:6803/3338942576","cluster_addr":"172.21.15.88:6805/3338942576","heartbeat_back_addr":"172.21.15.88:6809/3338942576","heartbeat_front_addr":"172.21.15.88:6807/3338942576","state":["exists","up"]},{"osd":1,"uuid":"a8ee18f3-7455-4889-abfa-bce0bd1a9163","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6801","nonce":1339990730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6803","nonce":1339990730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6807","nonce":1339990730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6805","nonce":1339990730}]},"public_addr":"172.21.15.148:6801/1339990730","cluster_addr":"172.21.15.148:6803/1339990730","heartbeat_back_addr":"172.21.15.148:6807/1339990730","heartbeat_front_addr":"172.21.15.148:6805/1339990730","state":["exists","up"]},{"osd":2,"uuid":"b24b872d-f41e-4cbc-b1d4-fd7644c95b76","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6801","nonce":1019417757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6803","nonce":1019417757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6807","nonce":1019417757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6805","nonce":1019417757}]},"public_addr":"172.21.15.160:6801/1019417757","cluster_addr":"172.21.15.160:6803/1019417757","heartbeat_back_addr":"172.21.15.160:6807/1019417757","heartbeat_front_addr":"172.21.15.160:6805/1019417757","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:33:13.803987+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:33:38.783368+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:34:06.331260+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:0/2736337867":"2024-09-17T05:31:48.780054+0000","172.21.15.88:6800/418073192":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/3708593254":"2024-09-17T05:31:48.780054+0000","172.21.15.88:6801/418073192":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/2422561349":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/887927278":"2024-09-17T05:31:25.681942+0000","172.21.15.88:6801/3295419577":"2024-09-17T05:31:25.681942+0000","172.21.15.88:6800/3295419577":"2024-09-17T05:31:25.681942+0000","172.21.15.88:0/759964003":"2024-09-17T05:31:25.681942+0000","172.21.15.88:0/3824729865":"2024-09-17T05:31:25.681942+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T05:34:11.815 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:11 smithi160 ceph-mon[31189]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:11.815 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:11 smithi160 ceph-mon[31189]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T05:34:11.815 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:11.815 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:11 smithi160 ceph-mon[31189]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T05:34:11.816 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:11.816 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:11 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1630187534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:11.816 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37352]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T05:34:11.816 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37352]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:11.816 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37352]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:11.816 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37352]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:11.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:11 smithi148 ceph-mon[31251]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:11.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:11 smithi148 ceph-mon[31251]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T05:34:11.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:11.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:11 smithi148 ceph-mon[31251]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T05:34:11.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:11.883 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:11 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1630187534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:12.084 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:11 smithi088 ceph-mon[29300]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:12.126 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:11 smithi088 ceph-mon[29300]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T05:34:12.127 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:12.127 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:11 smithi088 ceph-mon[29300]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T05:34:12.127 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:12.127 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:11 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1630187534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:12.133 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37355]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T05:34:12.133 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37355]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:12.134 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37355]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:12.134 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:34:11 smithi160 sudo[37355]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:12.341 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41158]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T05:34:12.341 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41158]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:12.341 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41158]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:12.341 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41158]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:12.414 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-16T05:34:09.093861+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, 'is_stretch_pool': False, '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': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-16T05:34:12.414 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-16T05:34:12.653 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:12.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41163]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T05:34:12.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41163]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:12.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41163]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:12.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 sudo[41163]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:12.835 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37358]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T05:34:12.835 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37358]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:12.836 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37358]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:12.836 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37358]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:12.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:12 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:13.058 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:12 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:13.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37361]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T05:34:13.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37361]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37361]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 sudo[37361]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:13.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:12 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:13.310 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2024-09-16T05:34:13.356 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37709]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T05:34:13.357 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37709]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:13.357 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37709]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:13.357 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37709]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:13.357 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37725]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T05:34:13.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37725]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T05:34:13.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37725]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T05:34:13.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 sudo[37725]: pam_unix(sudo:session): session closed for user root 2024-09-16T05:34:13.887 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:13.887 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:13.887 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T05:34:13.887 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: Cluster is now healthy 2024-09-16T05:34:13.887 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:13.887 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:13.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:13.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:13.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:13.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3240961608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-16T05:34:13.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:13 smithi088 ceph-mon[29300]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:13.914 INFO:tasks.cephadm:Setting up client nodes... 2024-09-16T05:34:13.915 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-16T05:34:13.915 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-16T05:34:13.915 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-16T05:34:14.059 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: Cluster is now healthy 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/3240961608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-16T05:34:14.060 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:13 smithi148 ceph-mon[31251]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: Cluster is now healthy 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/3240961608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-16T05:34:14.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:13 smithi160 ceph-mon[31189]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T05:34:14.152 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:14.810 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:15.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:14 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/303129539' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T05:34:15.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:14 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/303129539' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T05:34:15.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:14 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/303129539' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T05:34:15.473 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":4002700416},{"type":"v1","addr":"172.21.15.88:6801","nonce":4002700416}]},"active_addr":"172.21.15.88:6801/4002700416","active_change":"2024-09-16T05:31:48.780170+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24116,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","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","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.88:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":237369311}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":1438286727}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":4183863232}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":3122484173}]}]} 2024-09-16T05:34:15.477 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-16T05:34:15.477 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-16T05:34:15.477 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T05:34:15.716 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:15.969 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:15 smithi088 ceph-mon[29300]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:15 smithi160 ceph-mon[31189]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:16.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:15 smithi148 ceph-mon[31251]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:16.383 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:16.384 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":21,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","created":"2024-09-16T05:30:55.460447+0000","modified":"2024-09-16T05:34:11.160344+0000","last_up_change":"2024-09-16T05:34:08.155604+0000","last_in_change":"2024-09-16T05:33:47.251592+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T05:34:09.093861+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,"is_stretch_pool":false,"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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"7321cc1a-a0eb-4ff7-9827-2100e15359b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6803","nonce":3338942576}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6805","nonce":3338942576}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6809","nonce":3338942576}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6807","nonce":3338942576}]},"public_addr":"172.21.15.88:6803/3338942576","cluster_addr":"172.21.15.88:6805/3338942576","heartbeat_back_addr":"172.21.15.88:6809/3338942576","heartbeat_front_addr":"172.21.15.88:6807/3338942576","state":["exists","up"]},{"osd":1,"uuid":"a8ee18f3-7455-4889-abfa-bce0bd1a9163","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6801","nonce":1339990730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6803","nonce":1339990730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6807","nonce":1339990730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6805","nonce":1339990730}]},"public_addr":"172.21.15.148:6801/1339990730","cluster_addr":"172.21.15.148:6803/1339990730","heartbeat_back_addr":"172.21.15.148:6807/1339990730","heartbeat_front_addr":"172.21.15.148:6805/1339990730","state":["exists","up"]},{"osd":2,"uuid":"b24b872d-f41e-4cbc-b1d4-fd7644c95b76","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6801","nonce":1019417757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6803","nonce":1019417757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6807","nonce":1019417757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6805","nonce":1019417757}]},"public_addr":"172.21.15.160:6801/1019417757","cluster_addr":"172.21.15.160:6803/1019417757","heartbeat_back_addr":"172.21.15.160:6807/1019417757","heartbeat_front_addr":"172.21.15.160:6805/1019417757","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:33:13.803987+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:33:38.783368+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:34:06.331260+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:0/2736337867":"2024-09-17T05:31:48.780054+0000","172.21.15.88:6800/418073192":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/3708593254":"2024-09-17T05:31:48.780054+0000","172.21.15.88:6801/418073192":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/2422561349":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/887927278":"2024-09-17T05:31:25.681942+0000","172.21.15.88:6801/3295419577":"2024-09-17T05:31:25.681942+0000","172.21.15.88:6800/3295419577":"2024-09-17T05:31:25.681942+0000","172.21.15.88:0/759964003":"2024-09-17T05:31:25.681942+0000","172.21.15.88:0/3824729865":"2024-09-17T05:31:25.681942+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T05:34:16.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:16 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/2178830842' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:16.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:16 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:16.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:16 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:16.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:16 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:17.003 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-16T05:34:17.003 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T05:34:17.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:16 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/2178830842' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:17.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:16 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:17.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:16 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:17.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:16 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:17.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:16 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/2178830842' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:17.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:16 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:17.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:16 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:17.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:16 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:18.132 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:17 smithi088 ceph-mon[29300]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.6 KiB/s rd, 270 KiB/s wr, 18 op/s 2024-09-16T05:34:18.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:17 smithi160 ceph-mon[31189]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.6 KiB/s rd, 270 KiB/s wr, 18 op/s 2024-09-16T05:34:18.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:17 smithi148 ceph-mon[31251]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.6 KiB/s rd, 270 KiB/s wr, 18 op/s 2024-09-16T05:34:18.632 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:19.282 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:19.282 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":21,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","created":"2024-09-16T05:30:55.460447+0000","modified":"2024-09-16T05:34:11.160344+0000","last_up_change":"2024-09-16T05:34:08.155604+0000","last_in_change":"2024-09-16T05:33:47.251592+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T05:34:09.093861+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,"is_stretch_pool":false,"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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"7321cc1a-a0eb-4ff7-9827-2100e15359b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6803","nonce":3338942576}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6805","nonce":3338942576}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6809","nonce":3338942576}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3338942576},{"type":"v1","addr":"172.21.15.88:6807","nonce":3338942576}]},"public_addr":"172.21.15.88:6803/3338942576","cluster_addr":"172.21.15.88:6805/3338942576","heartbeat_back_addr":"172.21.15.88:6809/3338942576","heartbeat_front_addr":"172.21.15.88:6807/3338942576","state":["exists","up"]},{"osd":1,"uuid":"a8ee18f3-7455-4889-abfa-bce0bd1a9163","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6801","nonce":1339990730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6803","nonce":1339990730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6807","nonce":1339990730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":1339990730},{"type":"v1","addr":"172.21.15.148:6805","nonce":1339990730}]},"public_addr":"172.21.15.148:6801/1339990730","cluster_addr":"172.21.15.148:6803/1339990730","heartbeat_back_addr":"172.21.15.148:6807/1339990730","heartbeat_front_addr":"172.21.15.148:6805/1339990730","state":["exists","up"]},{"osd":2,"uuid":"b24b872d-f41e-4cbc-b1d4-fd7644c95b76","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6801","nonce":1019417757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6803","nonce":1019417757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6807","nonce":1019417757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1019417757},{"type":"v1","addr":"172.21.15.160:6805","nonce":1019417757}]},"public_addr":"172.21.15.160:6801/1019417757","cluster_addr":"172.21.15.160:6803/1019417757","heartbeat_back_addr":"172.21.15.160:6807/1019417757","heartbeat_front_addr":"172.21.15.160:6805/1019417757","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:33:13.803987+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:33:38.783368+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T05:34:06.331260+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:0/2736337867":"2024-09-17T05:31:48.780054+0000","172.21.15.88:6800/418073192":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/3708593254":"2024-09-17T05:31:48.780054+0000","172.21.15.88:6801/418073192":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/2422561349":"2024-09-17T05:31:48.780054+0000","172.21.15.88:0/887927278":"2024-09-17T05:31:25.681942+0000","172.21.15.88:6801/3295419577":"2024-09-17T05:31:25.681942+0000","172.21.15.88:6800/3295419577":"2024-09-17T05:31:25.681942+0000","172.21.15.88:0/759964003":"2024-09-17T05:31:25.681942+0000","172.21.15.88:0/3824729865":"2024-09-17T05:31:25.681942+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T05:34:19.887 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-16T05:34:19.888 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-16T05:34:19.888 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 191 KiB/s wr, 12 op/s 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/3218440402' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:19 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 191 KiB/s wr, 12 op/s 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3218440402' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:19 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 191 KiB/s wr, 12 op/s 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/3218440402' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:19 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:20.335 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:20.342 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:20.610 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:21.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 151 KiB/s wr, 10 op/s 2024-09-16T05:34:21.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: Detected new or changed devices on smithi160 2024-09-16T05:34:21.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 150 KiB/s wr, 10 op/s 2024-09-16T05:34:21.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 167 KiB/s wr, 11 op/s 2024-09-16T05:34:21.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:21.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:21.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:21.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 151 KiB/s wr, 10 op/s 2024-09-16T05:34:21.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: Detected new or changed devices on smithi160 2024-09-16T05:34:21.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 150 KiB/s wr, 10 op/s 2024-09-16T05:34:21.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 167 KiB/s wr, 11 op/s 2024-09-16T05:34:21.155 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:21.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:21.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:21.156 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 151 KiB/s wr, 10 op/s 2024-09-16T05:34:21.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: Detected new or changed devices on smithi160 2024-09-16T05:34:21.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 150 KiB/s wr, 10 op/s 2024-09-16T05:34:21.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 167 KiB/s wr, 11 op/s 2024-09-16T05:34:21.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:21.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:21.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:21.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:21.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:22.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:21 smithi160 ceph-mon[31189]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.1 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-16T05:34:22.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:21 smithi088 ceph-mon[29300]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.1 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-16T05:34:22.197 INFO:teuthology.orchestra.run.smithi088.stdout:34359738385 2024-09-16T05:34:22.197 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-16T05:34:22.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:21 smithi148 ceph-mon[31251]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 4.1 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-16T05:34:23.077 INFO:teuthology.orchestra.run.smithi088.stdout:55834574860 2024-09-16T05:34:23.078 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-16T05:34:23.661 INFO:teuthology.orchestra.run.smithi088.stdout:77309411334 2024-09-16T05:34:23.662 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-16T05:34:23.754 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:23.787 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:23.936 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:23 smithi088 ceph-mon[29300]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:24.120 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:23 smithi160 ceph-mon[31189]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:24.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:23 smithi148 ceph-mon[31251]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:24.612 INFO:teuthology.orchestra.run.smithi088.stdout:55834574860 2024-09-16T05:34:24.838 INFO:teuthology.orchestra.run.smithi088.stdout:34359738385 2024-09-16T05:34:25.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:24 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/3996275505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-16T05:34:25.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:24 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1908610199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-16T05:34:25.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:24 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3996275505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-16T05:34:25.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:24 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1908610199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-16T05:34:25.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:24 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/3996275505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-16T05:34:25.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:24 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1908610199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-16T05:34:25.280 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574860 for osd.1 2024-09-16T05:34:25.281 DEBUG:teuthology.parallel:result is None 2024-09-16T05:34:25.911 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738385 for osd.0 2024-09-16T05:34:25.912 DEBUG:teuthology.parallel:result is None 2024-09-16T05:34:25.944 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:26.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:25 smithi160 ceph-mon[31189]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:26.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:25 smithi088 ceph-mon[29300]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:26.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:25 smithi148 ceph-mon[31251]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:26.612 INFO:teuthology.orchestra.run.smithi088.stdout:77309411335 2024-09-16T05:34:27.071 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:26 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1928527591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-16T05:34:27.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:26 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1928527591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-16T05:34:27.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:26 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1928527591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-16T05:34:27.267 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411335 for osd.2 2024-09-16T05:34:27.268 DEBUG:teuthology.parallel:result is None 2024-09-16T05:34:27.268 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-16T05:34:27.268 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T05:34:27.544 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:27.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:27 smithi088 ceph-mon[29300]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:28.124 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:28.125 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-09-16T05:34:28.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:27 smithi160 ceph-mon[31189]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:28.200 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:27 smithi148 ceph-mon[31251]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:28.820 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":100,"stamp":"2024-09-16T05:34:26.659166+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84092,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151364,"statfs":{"total":287985106944,"available":287898996736,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":"6.819950"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T05:34:13.372633+0000","last_change":"2024-09-16T05:34:10.167379+0000","last_active":"2024-09-16T05:34:13.372633+0000","last_peered":"2024-09-16T05:34:13.372633+0000","last_clean":"2024-09-16T05:34:13.372633+0000","last_became_active":"2024-09-16T05:34:10.166901+0000","last_became_peered":"2024-09-16T05:34:10.166901+0000","last_unstale":"2024-09-16T05:34:13.372633+0000","last_undegraded":"2024-09-16T05:34:13.372633+0000","last_fullsized":"2024-09-16T05:34:13.372633+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T05:34:09.157175+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T05:34:09.157175+0000","last_clean_scrub_stamp":"2024-09-16T05:34:09.157175+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"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 @ 2024-09-17T14:49:04.230207+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27908,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717244,"statfs":{"total":95995035648,"available":95966457856,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"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":[]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T05:34:28.821 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T05:34:29.063 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:29.742 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:29.742 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-09-16T05:34:30.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:29 smithi160 ceph-mon[31189]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:34:30.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:29 smithi160 ceph-mon[31189]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.189 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:29 smithi148 ceph-mon[31251]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:34:30.189 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:29 smithi148 ceph-mon[31251]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:30.189 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.189 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.189 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:29 smithi088 ceph-mon[29300]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:34:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:29 smithi088 ceph-mon[29300]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:30.399 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":101,"stamp":"2024-09-16T05:34:28.659593+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84092,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151364,"statfs":{"total":287985106944,"available":287898996736,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":"8.816083"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T05:34:13.372633+0000","last_change":"2024-09-16T05:34:10.167379+0000","last_active":"2024-09-16T05:34:13.372633+0000","last_peered":"2024-09-16T05:34:13.372633+0000","last_clean":"2024-09-16T05:34:13.372633+0000","last_became_active":"2024-09-16T05:34:10.166901+0000","last_became_peered":"2024-09-16T05:34:10.166901+0000","last_unstale":"2024-09-16T05:34:13.372633+0000","last_undegraded":"2024-09-16T05:34:13.372633+0000","last_fullsized":"2024-09-16T05:34:13.372633+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T05:34:09.157175+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T05:34:09.157175+0000","last_clean_scrub_stamp":"2024-09-16T05:34:09.157175+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"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 @ 2024-09-17T14:49:04.230207+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27908,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717244,"statfs":{"total":95995035648,"available":95966457856,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"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":[]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T05:34:30.399 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-16T05:34:30.400 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-16T05:34:30.400 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-16T05:34:30.400 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-16T05:34:30.637 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:31.024 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:30 smithi088 ceph-mon[29300]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:34:31.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:30 smithi160 ceph-mon[31189]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:34:31.204 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:30 smithi148 ceph-mon[31251]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T05:34:31.310 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:34:31.310 INFO:teuthology.orchestra.run.smithi088.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T05:34:31.957 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-16T05:34:31.957 INFO:tasks.cephadm:Setup complete, yielding 2024-09-16T05:34:31.958 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-16T05:34:31.969 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2024-09-16T05:34:31.969 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- ceph orch apply -i - 2024-09-16T05:34:32.205 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:31 smithi088 ceph-mon[29300]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:31 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3031198785' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-16T05:34:32.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:31 smithi148 ceph-mon[31251]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:32.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:31 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/3031198785' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-16T05:34:32.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:31 smithi160 ceph-mon[31189]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:32.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:31 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/3031198785' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-16T05:34:32.835 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2024-09-16T05:34:33.550 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T05:34:33.559 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 -- bash -c 'set -ex 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> # the actual names cephadm knows the host by within the mon spec 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> MONSPEC=`cat mon.yaml` 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> echo "$MONSPEC" 2024-09-16T05:34:33.560 DEBUG:teuthology.orchestra.run.smithi088:> while read realname <&3 && read fakename <&4; do 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> cat mon.yaml 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch apply -i mon.yaml 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> sleep 90 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch ps --refresh 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> sleep 90 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> ceph mon dump 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> ceph mon dump --format json 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-16T05:34:33.561 DEBUG:teuthology.orchestra.run.smithi088:> while read monid <&3 && read crushloc <&4; do 2024-09-16T05:34:33.562 DEBUG:teuthology.orchestra.run.smithi088:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-16T05:34:33.562 DEBUG:teuthology.orchestra.run.smithi088:> done 3 ' 2024-09-16T05:34:33.800 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T05:34:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: Saving service mon spec with placement count:3 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T05:34:34.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:33 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: Saving service mon spec with placement count:3 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T05:34:34.180 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:33 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:34.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:34:34.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: Saving service mon spec with placement count:3 2024-09-16T05:34:34.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:34:34.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:34.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:34:34.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T05:34:34.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:33 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:34.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch host ls --format json 2024-09-16T05:34:34.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq -r '.[] | .hostname' 2024-09-16T05:34:34.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'host.a 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:host.b 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:host.c' 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'a 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:b 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:c' 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo '{datacenter=a} 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:{datacenter=b,rack=2} 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:{datacenter=a,rack=3}' 2024-09-16T05:34:34.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch ls --service-name mon --export 2024-09-16T05:34:34.723 INFO:teuthology.orchestra.run.smithi088.stderr:++ cat mon.yaml 2024-09-16T05:34:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-09-16T05:34:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-09-16T05:34:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-09-16T05:34:34.724 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-09-16T05:34:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: host.a: 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: host.b: 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.725 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout:service_type: mon 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout:service_name: mon 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout:placement: 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: count: 3 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout:spec: 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: crush_locations: 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: host.a: 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: host.b: 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=b 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=2 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: host.c: 2024-09-16T05:34:34.726 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-09-16T05:34:34.727 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=3 2024-09-16T05:34:34.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'service_type: mon 2024-09-16T05:34:34.727 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-09-16T05:34:34.727 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-09-16T05:34:34.727 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: host.a: 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: host.b: 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ read fakename 2024-09-16T05:34:34.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: host.b: 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.729 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ read fakename 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr: smithi148: 2024-09-16T05:34:34.730 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ read fakename 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-09-16T05:34:34.731 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr: smithi148: 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr: smithi160: 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'service_type: mon 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-09-16T05:34:34.732 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: smithi148: 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: smithi160: 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-09-16T05:34:34.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ cat mon.yaml 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout:service_type: mon 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout:service_name: mon 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout:placement: 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout: count: 3 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout:spec: 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout: crush_locations: 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout: smithi088: 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout: smithi148: 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=b 2024-09-16T05:34:34.734 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=2 2024-09-16T05:34:34.735 INFO:teuthology.orchestra.run.smithi088.stdout: smithi160: 2024-09-16T05:34:34.735 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-09-16T05:34:34.735 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=3 2024-09-16T05:34:34.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch apply -i mon.yaml 2024-09-16T05:34:34.989 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2024-09-16T05:34:35.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ sleep 90 2024-09-16T05:34:45.317 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-16T05:34:45.317 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-16T05:34:45.317 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: mon.a calling monitor election 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: mon.b calling monitor election 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: mon.c calling monitor election 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: overall HEALTH_OK 2024-09-16T05:34:45.318 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: mon.a calling monitor election 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: monmap epoch 6 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: last_changed 2024-09-16T05:34:40.028029+0000 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: min_mon_release 19 (squid) 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: election_strategy: 1 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: fsmap 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T05:34:45.319 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: overall HEALTH_OK 2024-09-16T05:34:45.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.320 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:45 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-16T05:34:45.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-16T05:34:45.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: mon.a calling monitor election 2024-09-16T05:34:45.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: mon.b calling monitor election 2024-09-16T05:34:45.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: mon.c calling monitor election 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: overall HEALTH_OK 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: mon.a calling monitor election 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: monmap epoch 6 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:34:45.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: last_changed 2024-09-16T05:34:40.028029+0000 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: min_mon_release 19 (squid) 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: election_strategy: 1 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: fsmap 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: overall HEALTH_OK 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.386 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.387 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.387 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.387 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:45 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-16T05:34:45.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: mon.a calling monitor election 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: mon.b calling monitor election 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: mon.c calling monitor election 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: overall HEALTH_OK 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: mon.a calling monitor election 2024-09-16T05:34:45.472 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: monmap epoch 6 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: last_changed 2024-09-16T05:34:40.028029+0000 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: min_mon_release 19 (squid) 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: election_strategy: 1 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: 2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: fsmap 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: overall HEALTH_OK 2024-09-16T05:34:45.473 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.474 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.474 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.474 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.474 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:45.474 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:45 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:46.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:46 smithi160 ceph-mon[31189]: Reconfiguring mon.a (monmap changed)... 2024-09-16T05:34:46.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:46 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:46.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:46 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:46.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:46 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:46.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:46 smithi160 ceph-mon[31189]: Reconfiguring daemon mon.a on smithi088 2024-09-16T05:34:46.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:46 smithi088 ceph-mon[29300]: Reconfiguring mon.a (monmap changed)... 2024-09-16T05:34:46.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:46 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:46.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:46 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:46.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:46 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:46.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:46 smithi088 ceph-mon[29300]: Reconfiguring daemon mon.a on smithi088 2024-09-16T05:34:46.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:46 smithi148 ceph-mon[31251]: Reconfiguring mon.a (monmap changed)... 2024-09-16T05:34:46.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:46 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:46.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:46 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:46.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:46 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:46.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:46 smithi148 ceph-mon[31251]: Reconfiguring daemon mon.a on smithi088 2024-09-16T05:34:47.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:47.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:47.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: Reconfiguring mgr.a (monmap changed)... 2024-09-16T05:34:47.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:34:47.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:34:47.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:47.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: Reconfiguring daemon mgr.a on smithi088 2024-09-16T05:34:47.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:47 smithi160 ceph-mon[31189]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:47.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:47.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:47.888 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: Reconfiguring mgr.a (monmap changed)... 2024-09-16T05:34:47.889 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:34:47.889 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:34:47.889 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:47.889 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: Reconfiguring daemon mgr.a on smithi088 2024-09-16T05:34:47.889 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:47 smithi088 ceph-mon[29300]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: Reconfiguring mgr.a (monmap changed)... 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: Reconfiguring daemon mgr.a on smithi088 2024-09-16T05:34:47.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:47 smithi148 ceph-mon[31251]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:49.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:49.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:48 smithi088 ceph-mon[29300]: Reconfiguring osd.0 (monmap changed)... 2024-09-16T05:34:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T05:34:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:48 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:49.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:48 smithi088 ceph-mon[29300]: Reconfiguring daemon osd.0 on smithi088 2024-09-16T05:34:49.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:49.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:49.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:48 smithi148 ceph-mon[31251]: Reconfiguring osd.0 (monmap changed)... 2024-09-16T05:34:49.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T05:34:49.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:48 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:49.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:48 smithi148 ceph-mon[31251]: Reconfiguring daemon osd.0 on smithi088 2024-09-16T05:34:49.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:49.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:49.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:48 smithi160 ceph-mon[31189]: Reconfiguring osd.0 (monmap changed)... 2024-09-16T05:34:49.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T05:34:49.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:48 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:49.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:48 smithi160 ceph-mon[31189]: Reconfiguring daemon osd.0 on smithi088 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.064 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.065 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:49 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:50.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:50.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:50.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:50.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:49 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:50.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:50.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:50.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:50.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:50.463 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:49 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:51.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:50 smithi088 ceph-mon[29300]: Reconfiguring mon.b (monmap changed)... 2024-09-16T05:34:51.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:50 smithi088 ceph-mon[29300]: Reconfiguring daemon mon.b on smithi148 2024-09-16T05:34:51.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:50 smithi148 ceph-mon[31251]: Reconfiguring mon.b (monmap changed)... 2024-09-16T05:34:51.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:50 smithi148 ceph-mon[31251]: Reconfiguring daemon mon.b on smithi148 2024-09-16T05:34:51.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:50 smithi160 ceph-mon[31189]: Reconfiguring mon.b (monmap changed)... 2024-09-16T05:34:51.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:50 smithi160 ceph-mon[31189]: Reconfiguring daemon mon.b on smithi148 2024-09-16T05:34:52.115 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:51 smithi148 ceph-mon[31251]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:52.116 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:52.116 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:52.116 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:34:52.116 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:34:52.116 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:52.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:51 smithi160 ceph-mon[31189]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:52.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:52.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:52.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:34:52.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:34:52.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:52.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:51 smithi088 ceph-mon[29300]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:52.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:52.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:52.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T05:34:52.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T05:34:52.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:53.154 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:52 smithi148 ceph-mon[31251]: Reconfiguring mgr.b (monmap changed)... 2024-09-16T05:34:53.154 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:52 smithi148 ceph-mon[31251]: Reconfiguring daemon mgr.b on smithi148 2024-09-16T05:34:53.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:52 smithi160 ceph-mon[31189]: Reconfiguring mgr.b (monmap changed)... 2024-09-16T05:34:53.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:52 smithi160 ceph-mon[31189]: Reconfiguring daemon mgr.b on smithi148 2024-09-16T05:34:53.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:52 smithi088 ceph-mon[29300]: Reconfiguring mgr.b (monmap changed)... 2024-09-16T05:34:53.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:52 smithi088 ceph-mon[29300]: Reconfiguring daemon mgr.b on smithi148 2024-09-16T05:34:54.023 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:53 smithi148 ceph-mon[31251]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:54.024 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:53 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:54.024 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:53 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:54.024 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:53 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:34:54.024 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:53 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:54.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:53 smithi160 ceph-mon[31189]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:54.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:53 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:54.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:53 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:54.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:53 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:34:54.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:53 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:54.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:53 smithi088 ceph-mon[29300]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:54.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:53 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:54.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:53 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:54.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:53 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T05:34:54.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:53 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:55.130 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:54 smithi148 ceph-mon[31251]: Reconfiguring osd.1 (monmap changed)... 2024-09-16T05:34:55.130 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:54 smithi148 ceph-mon[31251]: Reconfiguring daemon osd.1 on smithi148 2024-09-16T05:34:55.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:54 smithi160 ceph-mon[31189]: Reconfiguring osd.1 (monmap changed)... 2024-09-16T05:34:55.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:54 smithi160 ceph-mon[31189]: Reconfiguring daemon osd.1 on smithi148 2024-09-16T05:34:55.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:54 smithi088 ceph-mon[29300]: Reconfiguring osd.1 (monmap changed)... 2024-09-16T05:34:55.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:54 smithi088 ceph-mon[29300]: Reconfiguring daemon osd.1 on smithi148 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: Reconfiguring mon.c (monmap changed)... 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:55 smithi148 ceph-mon[31251]: Reconfiguring daemon mon.c on smithi160 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: Reconfiguring mon.c (monmap changed)... 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:56.356 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:55 smithi160 ceph-mon[31189]: Reconfiguring daemon mon.c on smithi160 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: Reconfiguring mon.c (monmap changed)... 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:56.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:55 smithi088 ceph-mon[29300]: Reconfiguring daemon mon.c on smithi160 2024-09-16T05:34:57.195 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:57 smithi160 ceph-mon[31189]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:57.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:57 smithi088 ceph-mon[29300]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:57.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:57 smithi148 ceph-mon[31251]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:58.518 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:58.518 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:58.519 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:58 smithi160 ceph-mon[31189]: Reconfiguring osd.2 (monmap changed)... 2024-09-16T05:34:58.519 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:34:58.519 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:58.519 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:58 smithi160 ceph-mon[31189]: Reconfiguring daemon osd.2 on smithi160 2024-09-16T05:34:58.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:58.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:58.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:58 smithi088 ceph-mon[29300]: Reconfiguring osd.2 (monmap changed)... 2024-09-16T05:34:58.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:34:58.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:58.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:58 smithi088 ceph-mon[29300]: Reconfiguring daemon osd.2 on smithi160 2024-09-16T05:34:58.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:58.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:58.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:58 smithi148 ceph-mon[31251]: Reconfiguring osd.2 (monmap changed)... 2024-09-16T05:34:58.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T05:34:58.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:34:58.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:58 smithi148 ceph-mon[31251]: Reconfiguring daemon osd.2 on smithi160 2024-09-16T05:34:59.874 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:59.875 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:59.875 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:34:59 smithi160 ceph-mon[31189]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:59.956 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:59.956 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:59.956 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:34:59 smithi088 ceph-mon[29300]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:34:59.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:59.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:34:59.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:34:59 smithi148 ceph-mon[31251]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:01.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:01 smithi148 ceph-mon[31251]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:02.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:01 smithi160 ceph-mon[31189]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:02.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:01 smithi088 ceph-mon[29300]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:04.011 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:03 smithi148 ceph-mon[31251]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:04.011 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.011 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.011 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.021 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:03 smithi160 ceph-mon[31189]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:04.021 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.021 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.021 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:03 smithi088 ceph-mon[29300]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:04.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:04.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:05 smithi160 ceph-mon[31189]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:05.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:05 smithi088 ceph-mon[29300]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:05.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:05.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:05 smithi148 ceph-mon[31251]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:07.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:07 smithi148 ceph-mon[31251]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:08.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:07 smithi160 ceph-mon[31189]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:08.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:07 smithi088 ceph-mon[29300]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:09.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:09 smithi148 ceph-mon[31251]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:09.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:09.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:09.972 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:09 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:10.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:09 smithi160 ceph-mon[31189]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:10.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:10.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:10.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:09 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:10.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:09 smithi088 ceph-mon[29300]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:10.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:10.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:10.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:09 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:11.977 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:11 smithi148 ceph-mon[31251]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:12.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:11 smithi160 ceph-mon[31189]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:12.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:11 smithi088 ceph-mon[29300]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:14.102 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:13 smithi148 ceph-mon[31251]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:13 smithi160 ceph-mon[31189]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:14.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:13 smithi088 ceph-mon[29300]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:16.015 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:15 smithi088 ceph-mon[29300]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:15 smithi160 ceph-mon[31189]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:16.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:15 smithi148 ceph-mon[31251]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:18.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:17 smithi160 ceph-mon[31189]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:18.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:17 smithi088 ceph-mon[29300]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:18.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:17 smithi148 ceph-mon[31251]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:19.857 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:19 smithi088 ceph-mon[29300]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:20.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:19 smithi160 ceph-mon[31189]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:19 smithi148 ceph-mon[31251]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:22.018 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:21 smithi088 ceph-mon[29300]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:22.018 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:21 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.018 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:21 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.018 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:21 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:21 smithi160 ceph-mon[31189]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:22.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:21 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:21 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:21 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:21 smithi148 ceph-mon[31251]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:22.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:21 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:21 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:22.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:21 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:23 smithi148 ceph-mon[31251]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:24.118 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:23 smithi160 ceph-mon[31189]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:24.118 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:24.118 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:24.119 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:24.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:23 smithi088 ceph-mon[29300]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:24.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:24.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:24.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:26.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:25 smithi160 ceph-mon[31189]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:26.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:25 smithi088 ceph-mon[29300]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:26.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:25 smithi148 ceph-mon[31251]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:28.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:27 smithi160 ceph-mon[31189]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:28.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:27 smithi088 ceph-mon[29300]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:28.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:27 smithi148 ceph-mon[31251]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:29 smithi160 ceph-mon[31189]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:29 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:29 smithi088 ceph-mon[29300]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:29 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:29 smithi148 ceph-mon[31251]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:30.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:30.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:29 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:31.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:31 smithi148 ceph-mon[31251]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:32.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:31 smithi160 ceph-mon[31189]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:32.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:31 smithi088 ceph-mon[29300]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:33.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:33 smithi148 ceph-mon[31251]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:33 smithi160 ceph-mon[31189]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:34.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:33 smithi088 ceph-mon[29300]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:36.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:35 smithi160 ceph-mon[31189]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:35 smithi088 ceph-mon[29300]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:36.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:35 smithi148 ceph-mon[31251]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:38.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:37 smithi160 ceph-mon[31189]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:38.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:37 smithi088 ceph-mon[29300]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:38.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:37 smithi148 ceph-mon[31251]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:40.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:39 smithi160 ceph-mon[31189]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:40.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:39 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.147 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:39 smithi088 ceph-mon[29300]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:40.147 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.147 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.147 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:39 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:39 smithi148 ceph-mon[31251]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:39 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:42.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:41 smithi160 ceph-mon[31189]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:42.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:41 smithi088 ceph-mon[29300]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:42.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:41 smithi148 ceph-mon[31251]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:43.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:43 smithi088 ceph-mon[29300]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:43.720 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:43 smithi148 ceph-mon[31251]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:43.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:43.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:43 smithi160 ceph-mon[31189]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:45.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:45 smithi160 ceph-mon[31189]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:46.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:45 smithi088 ceph-mon[29300]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:46.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:45 smithi148 ceph-mon[31251]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:48.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:47 smithi160 ceph-mon[31189]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:48.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:47 smithi088 ceph-mon[29300]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:48.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:47 smithi148 ceph-mon[31251]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:50.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:49 smithi160 ceph-mon[31189]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:50.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:49 smithi088 ceph-mon[29300]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:50.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:49 smithi148 ceph-mon[31251]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:51.074 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:50 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.074 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:50 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.074 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:50 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:50 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:50 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:50 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:50 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:51.936 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:51 smithi148 ceph-mon[31251]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:52.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:51 smithi160 ceph-mon[31189]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:52.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:51 smithi088 ceph-mon[29300]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:54.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:53 smithi160 ceph-mon[31189]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:54.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:53 smithi088 ceph-mon[29300]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:54.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:53 smithi148 ceph-mon[31251]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:56.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:55 smithi160 ceph-mon[31189]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:56.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:55 smithi088 ceph-mon[29300]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:55 smithi148 ceph-mon[31251]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:58.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:57 smithi160 ceph-mon[31189]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:58.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:57 smithi088 ceph-mon[29300]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:58.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:57 smithi148 ceph-mon[31251]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:35:59.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:35:59.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:35:59.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:35:59.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:58 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:59.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:35:59.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:35:59.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:35:59.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:58 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:35:59.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:35:59.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:35:59.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:35:59.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:58 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:59 smithi088 ceph-mon[29300]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:00.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:35:59 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:59 smithi148 ceph-mon[31251]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:00.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:35:59 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:59 smithi160 ceph-mon[31189]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:00.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:00.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:35:59 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:01.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:01 smithi160 ceph-mon[31189]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:01.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:01 smithi088 ceph-mon[29300]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:01.470 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:01 smithi148 ceph-mon[31251]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:03.705 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.705 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.705 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.706 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:03 smithi088 ceph-mon[29300]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:03.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.884 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:03 smithi160 ceph-mon[31189]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:03.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:03.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:03 smithi148 ceph-mon[31251]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:05.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch ps --refresh 2024-09-16T05:36:05.265 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T05:36:05.265 INFO:teuthology.orchestra.run.smithi088.stdout:agent.smithi088 smithi088 running 5s ago 4m - - 2024-09-16T05:36:05.265 INFO:teuthology.orchestra.run.smithi088.stdout:agent.smithi148 smithi148 running 15s ago 3m - - 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:agent.smithi160 smithi160 running 2s ago 3m - - 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.a smithi088 *:9283,8765 running (5m) 5s ago 5m 500M - 19.1.1-326-g8921c8ef f1455bd0219c 4fbd6bd55713 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.b smithi148 *:8443,8765 running (3m) 15s ago 3m 439M - 19.1.1-326-g8921c8ef f1455bd0219c eb5776bfc8d9 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:mon.a smithi088 running (5m) 5s ago 5m 47.5M 2048M 19.1.1-326-g8921c8ef f1455bd0219c bb2c4bce4c85 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:mon.b smithi148 running (3m) 15s ago 3m 40.0M 2048M 19.1.1-326-g8921c8ef f1455bd0219c 1acb2138429c 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:mon.c smithi160 running (3m) 2s ago 3m 41.7M 2048M 19.1.1-326-g8921c8ef f1455bd0219c 47501ab8c257 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (2m) 5s ago 2m 36.7M 15.6G 19.1.1-326-g8921c8ef f1455bd0219c 225a86960b09 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi148 running (2m) 15s ago 2m 37.0M 15.6G 19.1.1-326-g8921c8ef f1455bd0219c a9bbb343e4db 2024-09-16T05:36:05.266 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi160 running (2m) 2s ago 2m 43.9M 19.6G 19.1.1-326-g8921c8ef f1455bd0219c 6e2834ba67f2 2024-09-16T05:36:05.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch ls --service-name mon --export 2024-09-16T05:36:05.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch apply -i mon.yaml 2024-09-16T05:36:05.816 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:05 smithi160 ceph-mon[31189]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:05.816 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:36:05.816 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:36:05.816 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:36:05.816 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:05 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:05.817 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2024-09-16T05:36:05.817 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:05 smithi088 ceph-mon[29300]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:05.817 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:36:05.817 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:36:05.817 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:36:05.817 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:05 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:05.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ sleep 90 2024-09-16T05:36:06.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:05 smithi148 ceph-mon[31251]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:06.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:36:06.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:36:06.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:36:06.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:05 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: Saving service mon spec with placement count:3 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:36:06.956 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:36:06.957 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:06.957 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T05:36:06.957 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: Saving service mon spec with placement count:3 2024-09-16T05:36:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:07.213 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:36:07.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:36:07.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:36:07.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:07.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T05:36:07.214 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:07.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:07.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:07.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T05:36:07.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: Saving service mon spec with placement count:3 2024-09-16T05:36:07.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:07.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:36:07.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:36:07.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:36:07.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:07.222 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T05:36:07.223 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:08.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:07 smithi160 ceph-mon[31189]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:08.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:07 smithi088 ceph-mon[29300]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:08.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:07 smithi148 ceph-mon[31251]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:10.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:09 smithi160 ceph-mon[31189]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:10.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:09 smithi088 ceph-mon[29300]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:10.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:09 smithi148 ceph-mon[31251]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:11.234 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:10 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.234 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:10 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.234 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:10 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:10 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:10 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:10 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:10 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:10 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:11.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:10 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:12.264 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:11 smithi148 ceph-mon[31251]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:12.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:11 smithi160 ceph-mon[31189]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:12.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:11 smithi088 ceph-mon[29300]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:14.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:13 smithi160 ceph-mon[31189]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:14.426 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:13 smithi088 ceph-mon[29300]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:14.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:13 smithi148 ceph-mon[31251]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:16.363 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:15 smithi088 ceph-mon[29300]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:16.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:15 smithi160 ceph-mon[31189]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:16.470 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:15 smithi148 ceph-mon[31251]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:18.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:18 smithi160 ceph-mon[31189]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:18.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:18 smithi088 ceph-mon[29300]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:18.470 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:18 smithi148 ceph-mon[31251]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:19.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:19 smithi160 ceph-mon[31189]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:19.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:19 smithi088 ceph-mon[29300]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:19.470 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:19 smithi148 ceph-mon[31251]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:20.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:20.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:20.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:20 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:20.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:20.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:20.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:20 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:21.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:21.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:21.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:20 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:21.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:21 smithi088 ceph-mon[29300]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:21.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:21 smithi148 ceph-mon[31251]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:22.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:21 smithi160 ceph-mon[31189]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:23.875 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:23.875 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:23.875 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:23.875 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:23 smithi088 ceph-mon[29300]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:23.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:23 smithi148 ceph-mon[31251]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:24.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:24.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:24.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:24.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:23 smithi160 ceph-mon[31189]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:25.932 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:25 smithi160 ceph-mon[31189]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:26.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:25 smithi088 ceph-mon[29300]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:26.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:25 smithi148 ceph-mon[31251]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:28.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:27 smithi160 ceph-mon[31189]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:28.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:27 smithi088 ceph-mon[29300]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:28.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:27 smithi148 ceph-mon[31251]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:30.112 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:29 smithi148 ceph-mon[31251]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:30.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:29 smithi160 ceph-mon[31189]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:29 smithi088 ceph-mon[29300]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:31.372 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.372 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.372 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.372 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:31 smithi148 ceph-mon[31251]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:31.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.385 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:31 smithi160 ceph-mon[31189]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:31.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:31.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:31 smithi088 ceph-mon[29300]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:34.055 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:33 smithi148 ceph-mon[31251]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:33 smithi160 ceph-mon[31189]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:34.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:33 smithi088 ceph-mon[29300]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:36.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:35 smithi160 ceph-mon[31189]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:36.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:35 smithi088 ceph-mon[29300]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:36.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:35 smithi148 ceph-mon[31251]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:38.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:37 smithi160 ceph-mon[31189]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:38.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:37 smithi088 ceph-mon[29300]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:38.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:37 smithi148 ceph-mon[31251]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:40.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:39 smithi160 ceph-mon[31189]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:40.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:39 smithi088 ceph-mon[29300]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:39 smithi148 ceph-mon[31251]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:41.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:40 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:40 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:40 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:40 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:40 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:40 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:40 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:40 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:41.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:40 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:42.034 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:41 smithi088 ceph-mon[29300]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:42.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:41 smithi160 ceph-mon[31189]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:42.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:41 smithi148 ceph-mon[31251]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:43.927 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:43 smithi088 ceph-mon[29300]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:43.927 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:43.927 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:43.927 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:43 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:44.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:43 smithi160 ceph-mon[31189]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:44.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:44.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:44.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:43 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:44.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:43 smithi148 ceph-mon[31251]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:44.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:44.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:44.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:43 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:46.113 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:45 smithi160 ceph-mon[31189]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:46.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:45 smithi088 ceph-mon[29300]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:46.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:45 smithi148 ceph-mon[31251]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:48.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:47 smithi160 ceph-mon[31189]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:48.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:47 smithi088 ceph-mon[29300]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:48.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:47 smithi148 ceph-mon[31251]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:50.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:49 smithi160 ceph-mon[31189]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:50.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:49 smithi088 ceph-mon[29300]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:50.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:49 smithi148 ceph-mon[31251]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:51.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:51 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:51 smithi160 ceph-mon[31189]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:51.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:51 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.713 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:51 smithi088 ceph-mon[29300]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:51.720 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.720 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:51 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:36:51.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:51 smithi148 ceph-mon[31251]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:54.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:53 smithi160 ceph-mon[31189]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:54.134 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:53 smithi148 ceph-mon[31251]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:54.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:53 smithi088 ceph-mon[29300]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:56.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:55 smithi160 ceph-mon[31189]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:56.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:55 smithi088 ceph-mon[29300]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:56.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:55 smithi148 ceph-mon[31251]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:58.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:57 smithi160 ceph-mon[31189]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:58.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:57 smithi088 ceph-mon[29300]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:36:58.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:57 smithi148 ceph-mon[31251]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:00.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:36:59 smithi160 ceph-mon[31189]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:00.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:36:59 smithi088 ceph-mon[29300]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:00.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:36:59 smithi148 ceph-mon[31251]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:01.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:00 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:00 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.374 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.375 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:01.375 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:00 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:02.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:01 smithi088 ceph-mon[29300]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:02.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:01 smithi148 ceph-mon[31251]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:02.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:01 smithi160 ceph-mon[31189]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:04.138 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:03 smithi088 ceph-mon[29300]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:04.138 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.138 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.138 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:03 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:03 smithi148 ceph-mon[31251]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:04.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:03 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:03 smithi160 ceph-mon[31189]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:04.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:04.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:03 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:06.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:05 smithi088 ceph-mon[29300]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:06.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:05 smithi148 ceph-mon[31251]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:06.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:05 smithi160 ceph-mon[31189]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:07.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:37:07.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:37:07.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:37:07.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:06 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:37:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:37:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:37:07.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:06 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:07.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T05:37:07.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T05:37:07.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T05:37:07.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:06 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:08.202 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:07 smithi160 ceph-mon[31189]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:08.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:07 smithi088 ceph-mon[29300]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:08.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:07 smithi148 ceph-mon[31251]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:10.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:09 smithi088 ceph-mon[29300]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:10.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:09 smithi148 ceph-mon[31251]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:10.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:09 smithi160 ceph-mon[31189]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:11.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.647 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.647 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:11 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.647 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:11 smithi160 ceph-mon[31189]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:11.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:11 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.712 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:11 smithi088 ceph-mon[29300]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:11.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:11 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:11.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:11 smithi148 ceph-mon[31251]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:13.885 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:13 smithi148 ceph-mon[31251]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:14.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:13 smithi160 ceph-mon[31189]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:14.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:13 smithi088 ceph-mon[29300]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:15.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:15 smithi148 ceph-mon[31251]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:16.014 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:15 smithi088 ceph-mon[29300]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:16.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:15 smithi160 ceph-mon[31189]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:18.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:17 smithi160 ceph-mon[31189]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:18.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:17 smithi088 ceph-mon[29300]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:18.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:17 smithi148 ceph-mon[31251]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:19.883 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:19 smithi160 ceph-mon[31189]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:20.025 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:19 smithi088 ceph-mon[29300]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:20.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:19 smithi148 ceph-mon[31251]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:21.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:21 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:21 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:21 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.384 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:21 smithi160 ceph-mon[31189]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:21.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:21 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:21 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:21 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:21 smithi088 ceph-mon[29300]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:21.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:21 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:21 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:21 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:21.471 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:21 smithi148 ceph-mon[31251]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:23.848 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:23 smithi088 ceph-mon[29300]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:23.849 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:23.849 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:23.849 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:23 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:24.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:23 smithi160 ceph-mon[31189]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:24.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:24.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:24.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:23 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:24.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:23 smithi148 ceph-mon[31251]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:24.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:24.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:24.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:23 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:26.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:25 smithi160 ceph-mon[31189]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:26.135 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:25 smithi088 ceph-mon[29300]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:26.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:25 smithi148 ceph-mon[31251]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:28.026 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:27 smithi160 ceph-mon[31189]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:28.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:27 smithi088 ceph-mon[29300]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:28.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:27 smithi148 ceph-mon[31251]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:30.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:29 smithi160 ceph-mon[31189]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:30.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:29 smithi088 ceph-mon[29300]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:30.220 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:29 smithi148 ceph-mon[31251]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:31.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.633 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:31 smithi160 ceph-mon[31189]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:31 smithi160 ceph-mon[31189]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:31.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:31 smithi148 ceph-mon[31251]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.721 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:31 smithi148 ceph-mon[31251]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:31.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:31 smithi088 ceph-mon[29300]: from='mgr.14150 172.21.15.88:0/3690259000' entity='mgr.a' 2024-09-16T05:37:31.962 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:31 smithi088 ceph-mon[29300]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:33.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:33 smithi148 ceph-mon[31251]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:34.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:33 smithi160 ceph-mon[31189]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:34.212 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:33 smithi088 ceph-mon[29300]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:35.832 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:35 smithi088 ceph-mon[29300]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:35.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump 2024-09-16T05:37:35.971 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:35 smithi148 ceph-mon[31251]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:36.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:35 smithi160 ceph-mon[31189]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:36.151 INFO:teuthology.orchestra.run.smithi088.stdout:epoch 6 2024-09-16T05:37:36.151 INFO:teuthology.orchestra.run.smithi088.stdout:fsid ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stdout:last_changed 2024-09-16T05:34:40.028029+0000 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stdout:created 2024-09-16T05:30:52.411075+0000 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stdout:min_mon_release 19 (squid) 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stdout:election_strategy: 1 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stdout:0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stdout:1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stdout:2: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-16T05:37:36.152 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-09-16T05:37:36.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-09-16T05:37:36.473 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-09-16T05:37:36.473 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":6,"fsid":"ae6dec00-73ec-11ef-bceb-c7b262605968","modified":"2024-09-16T05:34:40.028029Z","created":"2024-09-16T05:30:52.411075Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-16T05:37:36.473 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-09-16T05:37:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-09-16T05:37:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ read crushloc 2024-09-16T05:37:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-09-16T05:37:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-16T05:37:36.795 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-09-16T05:37:36.805 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-09-16T05:37:36.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-09-16T05:37:36.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ read crushloc 2024-09-16T05:37:36.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-09-16T05:37:36.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-16T05:37:37.119 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-09-16T05:37:37.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:36 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3821377813' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-16T05:37:37.120 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:36 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3842397822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-09-16T05:37:37.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-09-16T05:37:37.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ read crushloc 2024-09-16T05:37:37.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-09-16T05:37:37.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-16T05:37:37.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:36 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/3821377813' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-16T05:37:37.133 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:36 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/3842397822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:37.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:36 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/3821377813' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-16T05:37:37.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:36 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/3842397822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:37.440 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-09-16T05:37:37.452 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-09-16T05:37:37.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-09-16T05:37:38.112 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:37 smithi088 ceph-mon[29300]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:38.113 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:37 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/3013597809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.113 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:37 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/1937654056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.113 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:37 smithi088 ceph-mon[29300]: from='client.? 172.21.15.88:0/227493166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:37 smithi160 ceph-mon[31189]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:38.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:37 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/3013597809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:37 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/1937654056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.134 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:37 smithi160 ceph-mon[31189]: from='client.? 172.21.15.88:0/227493166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.142 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-16T05:37:38.151 INFO:tasks.cephadm:Teardown begin 2024-09-16T05:37:38.152 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:37:38.181 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:37:38.211 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:37 smithi148 ceph-mon[31251]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T05:37:38.211 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:37 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/3013597809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.212 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:37 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/1937654056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.212 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:37 smithi148 ceph-mon[31251]: from='client.? 172.21.15.88:0/227493166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T05:37:38.217 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:37:38.253 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-16T05:37:38.253 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T05:37:38.269 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T05:37:38.286 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T05:37:38.311 INFO:tasks.cephadm:Stopping all daemons... 2024-09-16T05:37:38.311 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-16T05:37:38.311 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a 2024-09-16T05:37:38.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:38 smithi088 systemd[1]: Stopping Ceph mon.a for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:37:38.846 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:38 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a[29296]: 2024-09-16T05:37:38.590+0000 7f5d60c63640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -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 2024-09-16T05:37:38.846 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:38 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a[29296]: 2024-09-16T05:37:38.590+0000 7f5d60c63640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-16T05:37:39.157 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:38 smithi088 podman[45623]: 2024-09-16 05:37:38.845961251 +0000 UTC m=+0.352536984 container died bb2c4bce4c8528910c0304bcc6192a20802ced6e3649f3accc08d5fff6f852f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-8921c8e, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-16T05:37:39.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:39 smithi088 podman[45623]: 2024-09-16 05:37:39.340156098 +0000 UTC m=+0.846731873 container cleanup bb2c4bce4c8528910c0304bcc6192a20802ced6e3649f3accc08d5fff6f852f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-8921c8e, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2) 2024-09-16T05:37:39.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:39 smithi088 bash[45623]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a 2024-09-16T05:37:39.819 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service' 2024-09-16T05:37:39.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:39 smithi088 podman[45636]: 2024-09-16 05:37:39.581762622 +0000 UTC m=+0.734183879 container remove bb2c4bce4c8528910c0304bcc6192a20802ced6e3649f3accc08d5fff6f852f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=squid-8921c8e, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T05:37:39.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:39 smithi088 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-16T05:37:39.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:39 smithi088 systemd[1]: Stopped Ceph mon.a for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:37:39.841 INFO:journalctl@ceph.mon.a.smithi088.stdout:Sep 16 05:37:39 smithi088 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.a.service: Consumed 6.394s CPU time. 2024-09-16T05:37:39.859 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:37:39.860 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-16T05:37:39.860 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-16T05:37:39.860 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.b 2024-09-16T05:37:40.221 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:39 smithi148 systemd[1]: Stopping Ceph mon.b for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:37:40.510 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:40 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-b[31247]: 2024-09-16T05:37:40.244+0000 7f85b0254640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -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 2024-09-16T05:37:40.510 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:40 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-b[31247]: 2024-09-16T05:37:40.244+0000 7f85b0254640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-16T05:37:40.811 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:40 smithi148 podman[40309]: 2024-09-16 05:37:40.510472586 +0000 UTC m=+0.447260998 container died 1acb2138429c1c155bcd68c4418bcbfe8a834ba438cee876f2153a9f13176180 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-8921c8e, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T05:37:41.153 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:40 smithi148 podman[40309]: 2024-09-16 05:37:40.977594602 +0000 UTC m=+0.914383058 container cleanup 1acb2138429c1c155bcd68c4418bcbfe8a834ba438cee876f2153a9f13176180 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-8921c8e, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-16T05:37:41.154 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:40 smithi148 bash[40309]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-b 2024-09-16T05:37:41.399 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.b.service' 2024-09-16T05:37:41.421 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:41 smithi148 podman[40323]: 2024-09-16 05:37:41.1536785 +0000 UTC m=+0.641660702 container remove 1acb2138429c1c155bcd68c4418bcbfe8a834ba438cee876f2153a9f13176180 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-b, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-8921c8e, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-16T05:37:41.421 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:41 smithi148 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-16T05:37:41.421 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:41 smithi148 systemd[1]: Stopped Ceph mon.b for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:37:41.421 INFO:journalctl@ceph.mon.b.smithi148.stdout:Sep 16 05:37:41 smithi148 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.b.service: Consumed 3.928s CPU time. 2024-09-16T05:37:41.449 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:37:41.450 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-16T05:37:41.450 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-16T05:37:41.450 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.c 2024-09-16T05:37:41.752 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:41 smithi160 systemd[1]: Stopping Ceph mon.c for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:37:42.068 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:41 smithi160 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-c[31185]: 2024-09-16T05:37:41.751+0000 7fa9ef336640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -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 2024-09-16T05:37:42.069 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:41 smithi160 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-c[31185]: 2024-09-16T05:37:41.751+0000 7fa9ef336640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-16T05:37:42.069 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:41 smithi160 podman[39941]: 2024-09-16 05:37:41.772027853 +0000 UTC m=+0.127719733 container died 47501ab8c2578e5a97d498742c8796b07226c679037b38a07268beb8e59f9ab3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-c, RELEASE=squid-8921c8e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T05:37:42.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:42 smithi160 podman[39941]: 2024-09-16 05:37:42.217753952 +0000 UTC m=+0.573445827 container cleanup 47501ab8c2578e5a97d498742c8796b07226c679037b38a07268beb8e59f9ab3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-c, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-8921c8e, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-16T05:37:42.383 INFO:journalctl@ceph.mon.c.smithi160.stdout:Sep 16 05:37:42 smithi160 bash[39941]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mon-c 2024-09-16T05:37:42.652 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mon.c.service' 2024-09-16T05:37:42.711 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:37:42.711 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-16T05:37:42.711 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-16T05:37:42.712 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.a 2024-09-16T05:37:43.028 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:37:42 smithi088 systemd[1]: Stopping Ceph mgr.a for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:37:43.336 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:37:43 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a[29528]: 2024-09-16T05:37:43.027+0000 7f8307a72640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T05:37:43.337 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:37:43 smithi088 podman[45770]: 2024-09-16 05:37:43.058561864 +0000 UTC m=+0.156147227 container died 4fbd6bd557131988e11c9a1404f9e102dfcf485f1a78a8a1a1e4f4f1e1173511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a, RELEASE=squid-8921c8e, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True) 2024-09-16T05:37:43.712 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:37:43 smithi088 podman[45770]: 2024-09-16 05:37:43.511050872 +0000 UTC m=+0.608636224 container cleanup 4fbd6bd557131988e11c9a1404f9e102dfcf485f1a78a8a1a1e4f4f1e1173511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8921c8ef947807b717db041d85f0761b7914d5fc, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-8921c8e) 2024-09-16T05:37:43.712 INFO:journalctl@ceph.mgr.a.smithi088.stdout:Sep 16 05:37:43 smithi088 bash[45770]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-a 2024-09-16T05:37:43.930 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-16T05:37:43.965 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:37:43.965 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-16T05:37:43.965 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-16T05:37:43.965 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.b 2024-09-16T05:37:44.285 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:44 smithi148 systemd[1]: Stopping Ceph mgr.b for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:37:44.548 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:44 smithi148 podman[40430]: 2024-09-16 05:37:44.285765374 +0000 UTC m=+0.128304416 container died eb5776bfc8d9756540456170618e7564ab110c9741930f0176f0a2bef864dcb4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, RELEASE=squid-8921c8e, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0) 2024-09-16T05:37:44.941 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:44 smithi148 podman[40430]: 2024-09-16 05:37:44.706398053 +0000 UTC m=+0.548937124 container cleanup eb5776bfc8d9756540456170618e7564ab110c9741930f0176f0a2bef864dcb4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b, GIT_CLEAN=True, RELEASE=squid-8921c8e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-16T05:37:44.941 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:44 smithi148 bash[40430]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b 2024-09-16T05:37:45.187 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-16T05:37:45.209 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:44 smithi148 podman[40443]: 2024-09-16 05:37:44.941118187 +0000 UTC m=+0.651993611 container remove eb5776bfc8d9756540456170618e7564ab110c9741930f0176f0a2bef864dcb4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-8921c8e, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-16T05:37:45.209 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:44 smithi148 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-16T05:37:45.209 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:45 smithi148 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-09-16T05:37:45.209 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:45 smithi148 systemd[1]: Stopped Ceph mgr.b for ae6dec00-73ec-11ef-bceb-c7b262605968. 2024-09-16T05:37:45.209 INFO:journalctl@ceph.mgr.b.smithi148.stdout:Sep 16 05:37:45 smithi148 systemd[1]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@mgr.b.service: Consumed 6.081s CPU time. 2024-09-16T05:37:45.221 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:37:45.221 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-16T05:37:45.221 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-16T05:37:45.221 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.0 2024-09-16T05:37:45.461 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:45 smithi088 systemd[1]: Stopping Ceph osd.0 for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:37:46.212 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:45 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0[39090]: 2024-09-16T05:37:45.906+0000 7f1cfc97f640 -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 2024-09-16T05:37:46.213 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:45 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0[39090]: 2024-09-16T05:37:45.906+0000 7f1cfc97f640 -1 osd.0 21 *** Got signal Terminated *** 2024-09-16T05:37:46.213 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:45 smithi088 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0[39090]: 2024-09-16T05:37:45.906+0000 7f1cfc97f640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T05:37:51.594 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:51 smithi088 podman[45957]: 2024-09-16 05:37:51.314267185 +0000 UTC m=+5.527775259 container died 225a86960b090c8b21f372db4e0ec00439e095d002d0238dfccda7c654911e16 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=squid-8921c8e, GIT_CLEAN=True, ceph=True) 2024-09-16T05:37:51.962 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:51 smithi088 podman[45957]: 2024-09-16 05:37:51.792895865 +0000 UTC m=+6.006403938 container cleanup 225a86960b090c8b21f372db4e0ec00439e095d002d0238dfccda7c654911e16 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=squid-8921c8e, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-16T05:37:51.962 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:51 smithi088 bash[45957]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0 2024-09-16T05:37:52.394 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:52 smithi088 podman[46024]: 2024-09-16 05:37:52.05232557 +0000 UTC m=+0.732399042 container remove 225a86960b090c8b21f372db4e0ec00439e095d002d0238dfccda7c654911e16 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=squid-8921c8e, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-16T05:37:52.697 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:52 smithi088 podman[46111]: 2024-09-16 05:37:52.394661483 +0000 UTC m=+0.112455947 container create eed1f9bf0a43e0312dfa03b918a4e8cc0ead5b48969284f42d7a7dc1e324d95c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-8921c8e, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-16T05:37:52.697 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:52 smithi088 podman[46111]: 2024-09-16 05:37:52.298064414 +0000 UTC m=+0.015858890 image pull f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80 2024-09-16T05:37:52.697 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:52 smithi088 podman[46111]: 2024-09-16 05:37:52.613387122 +0000 UTC m=+0.331181586 container init eed1f9bf0a43e0312dfa03b918a4e8cc0ead5b48969284f42d7a7dc1e324d95c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=squid-8921c8e) 2024-09-16T05:37:52.697 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:52 smithi088 podman[46111]: 2024-09-16 05:37:52.616757221 +0000 UTC m=+0.334551687 container start eed1f9bf0a43e0312dfa03b918a4e8cc0ead5b48969284f42d7a7dc1e324d95c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=squid-8921c8e, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0) 2024-09-16T05:37:52.697 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:52 smithi088 podman[46111]: 2024-09-16 05:37:52.696740485 +0000 UTC m=+0.414534959 container attach eed1f9bf0a43e0312dfa03b918a4e8cc0ead5b48969284f42d7a7dc1e324d95c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=squid-8921c8e, maintainer=Guillaume Abrioux ) 2024-09-16T05:37:52.962 INFO:journalctl@ceph.osd.0.smithi088.stdout:Sep 16 05:37:52 smithi088 podman[46111]: 2024-09-16 05:37:52.805150804 +0000 UTC m=+0.522945283 container died eed1f9bf0a43e0312dfa03b918a4e8cc0ead5b48969284f42d7a7dc1e324d95c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, RELEASE=squid-8921c8e, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-16T05:37:53.410 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.0.service' 2024-09-16T05:37:53.447 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:37:53.448 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-16T05:37:53.448 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-16T05:37:53.448 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.1 2024-09-16T05:37:53.738 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:53 smithi148 systemd[1]: Stopping Ceph osd.1 for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:37:54.038 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:53 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1[36222]: 2024-09-16T05:37:53.736+0000 7fcfc40c4640 -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 2024-09-16T05:37:54.038 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:53 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1[36222]: 2024-09-16T05:37:53.736+0000 7fcfc40c4640 -1 osd.1 21 *** Got signal Terminated *** 2024-09-16T05:37:54.038 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:53 smithi148 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1[36222]: 2024-09-16T05:37:53.736+0000 7fcfc40c4640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T05:37:59.542 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:59 smithi148 podman[40823]: 2024-09-16 05:37:59.271328246 +0000 UTC m=+5.630510848 container died a9bbb343e4dbba313dad76b3108aeaa23ddc10cf639dc74eee4ad6293c86f504 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=squid-8921c8e, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-16T05:37:59.899 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:59 smithi148 podman[40823]: 2024-09-16 05:37:59.62407641 +0000 UTC m=+5.983259054 container cleanup a9bbb343e4dbba313dad76b3108aeaa23ddc10cf639dc74eee4ad6293c86f504 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=squid-8921c8e, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T05:37:59.900 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:59 smithi148 bash[40823]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1 2024-09-16T05:38:00.221 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:37:59 smithi148 podman[40958]: 2024-09-16 05:37:59.899790531 +0000 UTC m=+0.622286980 container remove a9bbb343e4dbba313dad76b3108aeaa23ddc10cf639dc74eee4ad6293c86f504 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=squid-8921c8e, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T05:38:00.519 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:38:00 smithi148 podman[41047]: 2024-09-16 05:38:00.127623116 +0000 UTC m=+0.015918360 image pull f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80 2024-09-16T05:38:00.520 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:38:00 smithi148 podman[41047]: 2024-09-16 05:38:00.242187442 +0000 UTC m=+0.130482679 container create 0e5012cb6ce4cfe5b7fdbcd97c5ea237cb1cc1035ed205fd9691be90ff6a34d3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, RELEASE=squid-8921c8e, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T05:38:00.520 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:38:00 smithi148 podman[41047]: 2024-09-16 05:38:00.444647207 +0000 UTC m=+0.332942443 container init 0e5012cb6ce4cfe5b7fdbcd97c5ea237cb1cc1035ed205fd9691be90ff6a34d3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, RELEASE=squid-8921c8e, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T05:38:00.520 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:38:00 smithi148 podman[41047]: 2024-09-16 05:38:00.447879436 +0000 UTC m=+0.336174671 container start 0e5012cb6ce4cfe5b7fdbcd97c5ea237cb1cc1035ed205fd9691be90ff6a34d3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-8921c8e, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-16T05:38:00.520 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:38:00 smithi148 podman[41047]: 2024-09-16 05:38:00.519597931 +0000 UTC m=+0.407893166 container attach 0e5012cb6ce4cfe5b7fdbcd97c5ea237cb1cc1035ed205fd9691be90ff6a34d3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=squid-8921c8e, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-16T05:38:00.971 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:38:00 smithi148 podman[41047]: 2024-09-16 05:38:00.63577142 +0000 UTC m=+0.524066663 container died 0e5012cb6ce4cfe5b7fdbcd97c5ea237cb1cc1035ed205fd9691be90ff6a34d3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=squid-8921c8e, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T05:38:01.316 INFO:journalctl@ceph.osd.1.smithi148.stdout:Sep 16 05:38:01 smithi148 podman[41070]: 2024-09-16 05:38:01.297725684 +0000 UTC m=+0.656246266 container remove 0e5012cb6ce4cfe5b7fdbcd97c5ea237cb1cc1035ed205fd9691be90ff6a34d3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=squid-8921c8e, CEPH_POINT_RELEASE=) 2024-09-16T05:38:01.322 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.1.service' 2024-09-16T05:38:01.359 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:38:01.359 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-16T05:38:01.360 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-16T05:38:01.360 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.2 2024-09-16T05:38:01.659 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:01 smithi160 systemd[1]: Stopping Ceph osd.2 for ae6dec00-73ec-11ef-bceb-c7b262605968... 2024-09-16T05:38:02.133 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:01 smithi160 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2[36382]: 2024-09-16T05:38:01.657+0000 7fd39db32640 -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 2024-09-16T05:38:02.133 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:01 smithi160 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2[36382]: 2024-09-16T05:38:01.657+0000 7fd39db32640 -1 osd.2 21 *** Got signal Terminated *** 2024-09-16T05:38:02.133 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:01 smithi160 ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2[36382]: 2024-09-16T05:38:01.657+0000 7fd39db32640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T05:38:07.625 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:07 smithi160 podman[40204]: 2024-09-16 05:38:07.210806536 +0000 UTC m=+5.652942236 container died 6e2834ba67f2131de730e64b3130a4d07b2d72cd11c538af907d79314baaf613 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=squid-8921c8e, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T05:38:07.625 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:07 smithi160 podman[40204]: 2024-09-16 05:38:07.624007223 +0000 UTC m=+6.066142964 container cleanup 6e2834ba67f2131de730e64b3130a4d07b2d72cd11c538af907d79314baaf613 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=squid-8921c8e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-16T05:38:07.883 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:07 smithi160 bash[40204]: ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2 2024-09-16T05:38:07.883 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:07 smithi160 podman[40411]: 2024-09-16 05:38:07.766761527 +0000 UTC m=+0.551906789 container remove 6e2834ba67f2131de730e64b3130a4d07b2d72cd11c538af907d79314baaf613 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-8921c8e, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-16T05:38:09.861 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:09 smithi160 podman[40557]: 2024-09-16 05:38:09.505523079 +0000 UTC m=+0.094948035 image pull f1455bd0219c0836c14d3880561c736ab957883ab2384892956003bb36edc4ee quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80 2024-09-16T05:38:09.861 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:09 smithi160 podman[40557]: 2024-09-16 05:38:09.634302126 +0000 UTC m=+0.223727075 container create 0e9290e60c672e6b7fe8f7277d87ffa6787d02a290c9b089f9987bfb668c2f4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2-deactivate, RELEASE=squid-8921c8e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-16T05:38:09.862 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:09 smithi160 podman[40557]: 2024-09-16 05:38:09.861435648 +0000 UTC m=+0.450860600 container init 0e9290e60c672e6b7fe8f7277d87ffa6787d02a290c9b089f9987bfb668c2f4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=squid-8921c8e, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T05:38:10.133 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:09 smithi160 podman[40557]: 2024-09-16 05:38:09.865498424 +0000 UTC m=+0.454923378 container start 0e9290e60c672e6b7fe8f7277d87ffa6787d02a290c9b089f9987bfb668c2f4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=squid-8921c8e, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T05:38:10.633 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:10 smithi160 podman[40557]: 2024-09-16 05:38:10.171194689 +0000 UTC m=+0.760619727 container attach 0e9290e60c672e6b7fe8f7277d87ffa6787d02a290c9b089f9987bfb668c2f4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=squid-8921c8e, org.label-schema.license=GPLv2) 2024-09-16T05:38:10.633 INFO:journalctl@ceph.osd.2.smithi160.stdout:Sep 16 05:38:10 smithi160 podman[40622]: 2024-09-16 05:38:10.171798414 +0000 UTC m=+0.117201036 container died 0e9290e60c672e6b7fe8f7277d87ffa6787d02a290c9b089f9987bfb668c2f4e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6b5c73953776cdbbe2c2650e2c9813ab5ac3fdead855fa68a3941507184c3a80, name=ceph-ae6dec00-73ec-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=squid-8921c8e) 2024-09-16T05:38:10.691 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae6dec00-73ec-11ef-bceb-c7b262605968@osd.2.service' 2024-09-16T05:38:10.731 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T05:38:10.732 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-16T05:38:10.732 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T05:38:10.933 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:38:12.301 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T05:38:12.501 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:38:13.724 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T05:38:13.928 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:38:14.979 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:38:15.012 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:38:15.045 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T05:38:15.071 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-16T05:38:15.073 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi088/crash 2024-09-16T05:38:15.074 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash -- . 2024-09-16T05:38:15.116 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T05:38:15.116 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-09-16T05:38:15.118 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi148/crash 2024-09-16T05:38:15.119 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash -- . 2024-09-16T05:38:15.169 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T05:38:15.170 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2024-09-16T05:38:15.171 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi160/crash 2024-09-16T05:38:15.172 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash -- . 2024-09-16T05:38:15.213 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T05:38:15.213 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-09-16T05:38:15.214 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-16T05:38:15.215 DEBUG:teuthology.orchestra.run.smithi088:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-16T05:38:15.247 INFO:tasks.cephadm:Compressing logs... 2024-09-16T05:38:15.247 DEBUG:teuthology.orchestra.run.smithi088:> 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 -- 2024-09-16T05:38:15.290 DEBUG:teuthology.orchestra.run.smithi148:> 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 -- 2024-09-16T05:38:15.293 DEBUG:teuthology.orchestra.run.smithi160:> 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 -- 2024-09-16T05:38:15.316 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-16T05:38:15.316 INFO:teuthology.orchestra.run.smithi088.stderr:: No such file or directory 2024-09-16T05:38:15.317 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-16T05:38:15.317 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T05:38:15.317 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T05:38:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mgr.a.log: /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T05:38:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-16T05:38:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log 2024-09-16T05:38:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.a.log: 82.4% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T05:38:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T05:38:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log: 90.2% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T05:38:15.321 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: 86.9% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T05:38:15.321 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T05:38:15.321 INFO:teuthology.orchestra.run.smithi160.stderr:: No such file or directory 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:gzip/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log: -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.2.log: 81.5% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr: 90.4% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 86.9% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T05:38:15.322 INFO:teuthology.orchestra.run.smithi160.stderr: 82.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T05:38:15.323 INFO:teuthology.orchestra.run.smithi088.stderr: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T05:38:15.324 INFO:teuthology.orchestra.run.smithi148.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-16T05:38:15.324 INFO:teuthology.orchestra.run.smithi148.stderr:: No such file or directory 2024-09-16T05:38:15.324 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T05:38:15.324 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-16T05:38:15.324 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr: 81.6% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr: 90.4% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 86.9% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr: 82.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T05:38:15.326 INFO:teuthology.orchestra.run.smithi148.stderr: 91.0% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-16T05:38:15.331 INFO:teuthology.orchestra.run.smithi160.stderr: 91.6% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T05:38:15.332 INFO:teuthology.orchestra.run.smithi088.stderr: 91.5% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T05:38:15.340 INFO:teuthology.orchestra.run.smithi148.stderr: 91.5% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T05:38:15.348 INFO:teuthology.orchestra.run.smithi160.stderr: 93.9% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-16T05:38:15.354 INFO:teuthology.orchestra.run.smithi088.stderr: 93.9% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-16T05:38:15.381 INFO:teuthology.orchestra.run.smithi148.stderr: 94.0% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-16T05:38:15.383 INFO:teuthology.orchestra.run.smithi160.stderr: 92.9% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-16T05:38:15.385 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-09-16T05:38:15.385 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.078s 2024-09-16T05:38:15.386 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m0.115s 2024-09-16T05:38:15.386 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.022s 2024-09-16T05:38:15.389 INFO:teuthology.orchestra.run.smithi088.stderr: 88.3% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-16T05:38:15.398 INFO:teuthology.orchestra.run.smithi148.stderr: 92.6% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-16T05:38:15.400 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-09-16T05:38:15.400 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m0.092s 2024-09-16T05:38:15.400 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m0.164s 2024-09-16T05:38:15.400 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.028s 2024-09-16T05:38:15.540 INFO:teuthology.orchestra.run.smithi088.stderr: 91.4% -- replaced with /var/log/ceph/ae6dec00-73ec-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-16T05:38:15.542 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-09-16T05:38:15.542 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.237s 2024-09-16T05:38:15.542 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.348s 2024-09-16T05:38:15.542 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.033s 2024-09-16T05:38:15.542 INFO:tasks.cephadm:Archiving logs... 2024-09-16T05:38:15.543 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi088/log 2024-09-16T05:38:15.543 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T05:38:15.680 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi148/log 2024-09-16T05:38:15.681 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T05:38:15.732 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi160/log 2024-09-16T05:38:15.733 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T05:38:15.779 INFO:tasks.cephadm:Removing cluster... 2024-09-16T05:38:15.779 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 --force 2024-09-16T05:38:15.971 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:38:16.219 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 --force 2024-09-16T05:38:16.412 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:38:16.666 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae6dec00-73ec-11ef-bceb-c7b262605968 --force 2024-09-16T05:38:16.866 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: ae6dec00-73ec-11ef-bceb-c7b262605968 2024-09-16T05:38:17.118 INFO:tasks.cephadm:Removing cephadm ... 2024-09-16T05:38:17.118 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T05:38:17.134 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T05:38:17.150 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T05:38:17.166 INFO:tasks.cephadm:Teardown complete 2024-09-16T05:38:17.166 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-16T05:38:17.179 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-16T05:38:17.179 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T05:38:17.181 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T05:38:17.192 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T05:38:17.304 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T05:38:17.313 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T05:38:17.313 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T05:38:17.316 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T05:38:17.320 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T05:38:17.328 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-09-16T05:38:17.331 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-09-16T05:38:17.334 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T05:38:17.334 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-09-16T05:38:17.334 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv01.front.sepia.ceph.com 3 6 377 3 +593us[ +599us] +/- 41ms 2024-09-16T05:38:17.334 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 64 +480us[ +480us] +/- 61ms 2024-09-16T05:38:17.334 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 -1512us[-1512us] +/- 70ms 2024-09-16T05:38:17.334 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:38:17.334 INFO:teuthology.orchestra.run.smithi160.stderr:bash: line 1: ntpq: command not found 2024-09-16T05:38:17.335 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T05:38:17.336 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-09-16T05:38:17.336 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv01.front.sepia.ceph.com 3 6 377 2 +596us[ +610us] +/- 41ms 2024-09-16T05:38:17.336 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 2 +411us[ +411us] +/- 62ms 2024-09-16T05:38:17.336 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 -1480us[-1480us] +/- 70ms 2024-09-16T05:38:17.336 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:38:17.338 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T05:38:17.338 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-09-16T05:38:17.338 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv01.front.sepia.ceph.com 3 6 377 1 +605us[ +604us] +/- 41ms 2024-09-16T05:38:17.338 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 2 +402us[ +401us] +/- 62ms 2024-09-16T05:38:17.338 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 -1524us[-1525us] +/- 70ms 2024-09-16T05:38:17.338 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T05:38:17.339 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T05:38:17.419 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T05:38:17.419 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T05:38:17.469 DEBUG:teuthology.orchestra.run.smithi088:> 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 2024-09-16T05:38:17.534 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-09-16T05:38:17.604 DEBUG:teuthology.orchestra.run.smithi160:> 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 2024-09-16T05:38:17.668 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-16T05:38:17.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:38:17.696 DEBUG:teuthology.orchestra.run.smithi148:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-16T05:38:17.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:38:17.724 DEBUG:teuthology.orchestra.run.smithi160:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-16T05:38:17.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:38:17.752 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T05:38:17.760 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T05:38:17.814 INFO:teuthology.task.internal:Duration was 883.618460 seconds 2024-09-16T05:38:17.814 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T05:38:17.882 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T05:38:17.883 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T05:38:17.886 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T05:38:17.889 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T05:38:17.923 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T05:38:17.925 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T05:38:17.927 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T05:38:18.424 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T05:38:18.424 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-09-16T05:38:18.425 DEBUG:teuthology.orchestra.run.smithi088:> 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 2024-09-16T05:38:18.445 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-09-16T05:38:18.445 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-09-16T05:38:18.479 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-09-16T05:38:18.479 DEBUG:teuthology.orchestra.run.smithi160:> 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 2024-09-16T05:38:18.505 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T05:38:18.505 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T05:38:18.508 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T05:38:18.522 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T05:38:18.572 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T05:38:18.572 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T05:38:18.574 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T05:38:18.591 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T05:38:18.754 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T05:38:18.765 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T05:38:18.766 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T05:38:18.792 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T05:38:18.817 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T05:38:18.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T05:38:18.852 DEBUG:teuthology.orchestra.run.smithi088:> 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 2024-09-16T05:38:18.859 DEBUG:teuthology.orchestra.run.smithi148:> 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 2024-09-16T05:38:18.862 DEBUG:teuthology.orchestra.run.smithi160:> 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 2024-09-16T05:38:18.875 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-09-16T05:38:18.883 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-09-16T05:38:18.906 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-09-16T05:38:18.930 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T05:38:18.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:38:18.986 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T05:38:19.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:38:19.000 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T05:38:19.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:38:19.015 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T05:38:19.025 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T05:38:19.026 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi088 2024-09-16T05:38:19.026 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T05:38:19.063 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi148 2024-09-16T05:38:19.064 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T05:38:19.102 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-15_21:00:02-rados-squid-distro-default-smithi/7906158/remote/smithi160 2024-09-16T05:38:19.102 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T05:38:19.136 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T05:38:19.136 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T05:38:19.138 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T05:38:19.141 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T05:38:19.186 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T05:38:19.197 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T05:38:19.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T05:38:19.252 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T05:38:19.253 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T05:38:19.255 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T05:38:19.258 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T05:38:19.267 INFO:teuthology.orchestra.run.smithi088.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 05:38 /home/ubuntu/cephtest 2024-09-16T05:38:19.270 INFO:teuthology.orchestra.run.smithi148.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 05:38 /home/ubuntu/cephtest 2024-09-16T05:38:19.273 INFO:teuthology.orchestra.run.smithi160.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 05:38 /home/ubuntu/cephtest 2024-09-16T05:38:19.274 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T05:38:19.298 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T05:38:19.447 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 883.6184604167938 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-16T05:38:19.448 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T05:38:19.540 INFO:teuthology.run:pass