2024-09-21T08:03:08.183 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T08:03:08.198 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T08:03:08.291 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7913132' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-20_21:08:02-orch-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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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: 9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7 owner: scheduled_teuthology@teuthology priority: 100 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: 9344 sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 sleep_before_teardown: 0 subset: 56/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7 targets: smithi039.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGLjeXuJDhExOq7wygIBsrRNwEaAeanMBCWwSyrlpUWl5ug8UQaxPM+V4FkuVbTUIuLMD32CN6cyvihhztQGPRM= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHfQ4XAS3GIkniFAmh1/yaK5Ipo9HKG7+7pATQ6IpdtMaKQwpk8iSWUgNdlEUTDltSCJnem3WwVbYB6B8+BvgYI= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfSH2t2pUa8wIr5U/obp7sYuyoRjM2jWMd/TD3pkclU/C8tg3KA7/szuAGPyq/0n71tBUDC/bpx6ir5jrmV4yM= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - 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 0x7f30a4530160>, signals=[15]) 2024-09-21T08:03:08.794 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T08:03:08.801 INFO:teuthology.task.internal:Opening connections... 2024-09-21T08:03:08.801 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi039.front.sepia.ceph.com 2024-09-21T08:03:08.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:03:08.879 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-09-21T08:03:08.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:03:08.954 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-09-21T08:03:08.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:03:09.029 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T08:03:09.036 DEBUG:teuthology.orchestra.run.smithi039:> uname -m 2024-09-21T08:03:09.054 INFO:teuthology.orchestra.run.smithi039.stdout:x86_64 2024-09-21T08:03:09.055 DEBUG:teuthology.orchestra.run.smithi039:> cat /etc/os-release 2024-09-21T08:03:09.112 INFO:teuthology.orchestra.run.smithi039.stdout:NAME="CentOS Stream" 2024-09-21T08:03:09.112 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION="9" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:ID="centos" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:ID_LIKE="rhel fedora" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_ID="9" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:PLATFORM_ID="platform:el9" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:ANSI_COLOR="0;31" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:LOGO="fedora-logo-icon" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:HOME_URL="https://centos.org/" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T08:03:09.113 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T08:03:09.114 INFO:teuthology.lock.ops:Updating smithi039.front.sepia.ceph.com on lock server 2024-09-21T08:03:09.135 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-09-21T08:03:09.153 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-09-21T08:03:09.153 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-09-21T08:03:09.211 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="CentOS Stream" 2024-09-21T08:03:09.211 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="9" 2024-09-21T08:03:09.211 INFO:teuthology.orchestra.run.smithi136.stdout:ID="centos" 2024-09-21T08:03:09.211 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="rhel fedora" 2024-09-21T08:03:09.211 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="9" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el9" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:LOGO="fedora-logo-icon" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://centos.org/" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T08:03:09.212 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T08:03:09.212 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-09-21T08:03:09.235 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-09-21T08:03:09.254 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-09-21T08:03:09.254 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="CentOS Stream" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="9" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:ID="centos" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="rhel fedora" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="9" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el9" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:LOGO="fedora-logo-icon" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T08:03:09.312 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://centos.org/" 2024-09-21T08:03:09.313 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T08:03:09.313 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T08:03:09.313 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T08:03:09.313 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-09-21T08:03:09.335 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T08:03:09.344 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T08:03:09.354 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T08:03:09.354 DEBUG:teuthology.orchestra.run.smithi039:> test '!' -e /home/ubuntu/cephtest 2024-09-21T08:03:09.357 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-09-21T08:03:09.359 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-09-21T08:03:09.376 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T08:03:09.385 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T08:03:09.385 DEBUG:teuthology.orchestra.run.smithi039:> test -z $(ls -A /var/lib/ceph) 2024-09-21T08:03:09.414 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-09-21T08:03:09.416 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-09-21T08:03:09.520 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T08:03:09.594 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T08:03:09.614 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T08:03:09.614 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-21T08:03:09.615 DEBUG:teuthology.orchestra.run.smithi039:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T08:03:09.615 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T08:03:09.616 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T08:03:09.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:03:09.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:03:09.633 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-09-21T08:03:09.634 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-09-21T08:03:09.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:03:09.635 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-09-21T08:03:09.691 INFO:teuthology.orchestra.run.smithi039.stdout:5.14.0-503.el9.x86_64 2024-09-21T08:03:09.691 INFO:teuthology.task.kernel:Running kernel on smithi039: 5.14.0-503.el9.x86_64 2024-09-21T08:03:09.691 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum install -y kernel 2024-09-21T08:03:09.693 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-503.el9.x86_64 2024-09-21T08:03:09.693 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-503.el9.x86_64 2024-09-21T08:03:09.693 INFO:teuthology.task.kernel:Running kernel on smithi148: 5.14.0-503.el9.x86_64 2024-09-21T08:03:09.693 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-09-21T08:03:09.694 INFO:teuthology.task.kernel:Running kernel on smithi136: 5.14.0-503.el9.x86_64 2024-09-21T08:03:09.694 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2024-09-21T08:03:12.024 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.3 MB 00:00 2024-09-21T08:03:12.253 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.3 MB 00:00 2024-09-21T08:03:12.272 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-21T08:03:14.562 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - AppStream 17 MB/s | 20 MB 00:01 2024-09-21T08:03:14.616 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - AppStream 14 MB/s | 20 MB 00:01 2024-09-21T08:03:15.156 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 11 MB/s | 20 MB 00:01 2024-09-21T08:03:19.083 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-21T08:03:19.967 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 6.5 MB 00:01 2024-09-21T08:03:20.121 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-09-21T08:03:20.734 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 19 kB 00:00 2024-09-21T08:03:21.509 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 19 kB 00:00 2024-09-21T08:03:21.538 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 33 MB/s | 23 MB 00:00 2024-09-21T08:03:21.722 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - Extras packages 81 kB/s | 19 kB 00:00 2024-09-21T08:03:22.430 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-21T08:03:22.684 INFO:teuthology.orchestra.run.smithi039.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-21T08:03:26.919 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-09-21T08:03:27.827 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-21T08:03:28.273 INFO:teuthology.orchestra.run.smithi039.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-21T08:03:28.759 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T08:03:28.759 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T08:03:28.854 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:03:28.863 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:03:28.863 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-21T08:03:28.863 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:03:28.863 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout:Install 4 Packages 2024-09-21T08:03:28.864 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:03:28.865 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 79 M 2024-09-21T08:03:28.865 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 126 M 2024-09-21T08:03:28.865 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:03:29.487 INFO:teuthology.orchestra.run.smithi148.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 63 kB/s | 36 kB 00:00 2024-09-21T08:03:29.775 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T08:03:29.775 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T08:03:29.874 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:03:29.879 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:03:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-09-21T08:03:29.879 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:03:29.879 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:03:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T08:03:29.880 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:03:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T08:03:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T08:03:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T08:03:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:03:29.881 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:03:29.881 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:03:29.881 INFO:teuthology.orchestra.run.smithi136.stdout:Install 4 Packages 2024-09-21T08:03:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:03:29.882 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 79 M 2024-09-21T08:03:29.882 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 126 M 2024-09-21T08:03:29.882 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:03:30.211 INFO:teuthology.orchestra.run.smithi136.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 475 kB/s | 36 kB 00:00 2024-09-21T08:03:30.246 INFO:teuthology.orchestra.run.smithi039.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T08:03:30.246 INFO:teuthology.orchestra.run.smithi039.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T08:03:30.329 INFO:teuthology.orchestra.run.smithi148.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-21T08:03:30.333 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:03:30.337 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:03:30.337 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2024-09-21T08:03:30.337 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:03:30.337 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:03:30.337 INFO:teuthology.orchestra.run.smithi039.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T08:03:30.337 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:03:30.337 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout:Install 4 Packages 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:03:30.338 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 79 M 2024-09-21T08:03:30.339 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 126 M 2024-09-21T08:03:30.339 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:03:30.741 INFO:teuthology.orchestra.run.smithi039.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 244 kB/s | 36 kB 00:00 2024-09-21T08:03:30.820 INFO:teuthology.orchestra.run.smithi136.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 23 MB/s | 16 MB 00:00 2024-09-21T08:03:30.996 INFO:teuthology.orchestra.run.smithi148.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-21T08:03:31.237 INFO:teuthology.orchestra.run.smithi136.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 31 MB/s | 35 MB 00:01 2024-09-21T08:03:31.492 INFO:teuthology.orchestra.run.smithi039.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 38 MB/s | 29 MB 00:00 2024-09-21T08:03:31.663 INFO:teuthology.orchestra.run.smithi148.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 13 MB/s | 29 MB 00:02 2024-09-21T08:03:31.663 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:03:31.663 INFO:teuthology.orchestra.run.smithi148.stdout:Total 28 MB/s | 79 MB 00:02 2024-09-21T08:03:31.720 INFO:teuthology.orchestra.run.smithi136.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 19 MB/s | 29 MB 00:01 2024-09-21T08:03:31.721 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:03:31.721 INFO:teuthology.orchestra.run.smithi136.stdout:Total 43 MB/s | 79 MB 00:01 2024-09-21T08:03:31.858 INFO:teuthology.orchestra.run.smithi039.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 12 MB/s | 16 MB 00:01 2024-09-21T08:03:32.343 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:03:32.392 INFO:teuthology.orchestra.run.smithi039.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 19 MB/s | 35 MB 00:01 2024-09-21T08:03:32.392 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:03:32.392 INFO:teuthology.orchestra.run.smithi039.stdout:Total 38 MB/s | 79 MB 00:02 2024-09-21T08:03:32.398 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:03:32.704 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:03:32.704 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:03:32.759 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:03:32.759 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:03:33.102 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:03:33.492 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:03:33.492 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:03:33.679 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:03:33.679 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:03:33.713 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:03:33.714 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:03:34.487 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:03:34.487 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:03:36.150 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:03:36.151 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:03:36.803 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T08:03:36.857 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T08:03:36.886 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:03:36.946 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:03:37.046 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:03:37.728 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T08:03:37.809 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:03:39.629 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:03:39.724 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:03:39.770 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:03:39.872 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:03:40.577 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:03:40.722 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:03:44.600 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:03:44.670 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:03:44.714 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:03:44.747 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:03:45.851 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:03:45.898 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:03:49.541 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:03:49.585 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:03:51.111 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:27.603 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:27.643 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:27.707 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:27.747 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:28.001 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:28.001 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T08:04:28.001 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:04:28.001 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:04:28.136 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:28.136 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T08:04:28.136 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:04:28.137 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.834 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:04:28.835 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:04:28.938 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:28.938 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:04:28.938 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:04:28.938 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.938 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.939 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.939 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T08:04:28.939 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:04:28.939 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:04:29.194 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T08:04:29.283 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T08:04:29.284 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:29.284 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.284 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.284 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T08:04:29.284 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T08:04:29.284 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-21T08:04:29.284 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi148.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T08:04:29.285 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T08:04:29.343 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:29.343 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.344 DEBUG:teuthology.orchestra.run.smithi148:> sudo rpm -qi grub2-tools 2024-09-21T08:04:29.373 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:29.373 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.373 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.373 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T08:04:29.374 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T08:04:29.374 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T08:04:29.374 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T08:04:29.374 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Name : grub2-tools 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Epoch : 1 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Version : 2.06 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Release : 82.el9 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: x86_64 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Group : Unspecified 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Size : 8274670 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:License : GPLv3+ 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T08:04:29.379 INFO:teuthology.orchestra.run.smithi148.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:Packager : builder@centos.org 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:Vendor : CentOS 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:Summary : Support tools for GRUB. 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:Description : 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:hardware devices. 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:04:29.380 INFO:teuthology.orchestra.run.smithi148.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T08:04:29.381 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T08:04:29.381 INFO:teuthology.task.kernel:Updating grub on smithi148 to boot 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.381 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T08:04:29.431 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:29.432 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.432 DEBUG:teuthology.orchestra.run.smithi136:> sudo rpm -qi grub2-tools 2024-09-21T08:04:29.464 INFO:teuthology.orchestra.run.smithi136.stdout:Name : grub2-tools 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Epoch : 1 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Version : 2.06 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Release : 82.el9 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: x86_64 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Group : Unspecified 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Size : 8274670 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:License : GPLv3+ 2024-09-21T08:04:29.465 INFO:teuthology.orchestra.run.smithi136.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:Packager : builder@centos.org 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:Vendor : CentOS 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:Summary : Support tools for GRUB. 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:Description : 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T08:04:29.466 INFO:teuthology.orchestra.run.smithi136.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T08:04:29.467 INFO:teuthology.orchestra.run.smithi136.stdout:hardware devices. 2024-09-21T08:04:29.467 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:04:29.467 INFO:teuthology.orchestra.run.smithi136.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T08:04:29.467 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T08:04:29.468 INFO:teuthology.task.kernel:Updating grub on smithi136 to boot 5.14.0-508.el9.x86_64 2024-09-21T08:04:29.468 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T08:04:30.062 INFO:teuthology.orchestra.run.smithi148.stderr:Generating grub configuration file ... 2024-09-21T08:04:30.131 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-09-21T08:04:30.351 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:30.393 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:30.742 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:30.742 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T08:04:30.742 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T08:04:30.742 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T08:04:31.355 INFO:teuthology.orchestra.run.smithi148.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T08:04:31.387 INFO:teuthology.orchestra.run.smithi148.stderr:done 2024-09-21T08:04:31.389 DEBUG:teuthology.orchestra.run.smithi148:> mktemp 2024-09-21T08:04:31.405 INFO:teuthology.orchestra.run.smithi148.stdout:/tmp/tmp.6YTcX3pHPi 2024-09-21T08:04:31.405 DEBUG:teuthology.orchestra.run.smithi148:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6YTcX3pHPi 2024-09-21T08:04:31.478 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0666 /tmp/tmp.6YTcX3pHPi 2024-09-21T08:04:31.538 INFO:teuthology.orchestra.run.smithi136.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T08:04:31.566 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-09-21T08:04:31.570 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-09-21T08:04:31.571 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T08:04:31.571 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:04:31.572 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:04:31.572 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:31.572 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T08:04:31.572 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T08:04:31.572 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T08:04:31.572 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:04:31.572 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:04:31.586 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.xJn53tpIvO 2024-09-21T08:04:31.586 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xJn53tpIvO 2024-09-21T08:04:31.616 DEBUG:teuthology.orchestra.remote:smithi148:/tmp/tmp.6YTcX3pHPi is 6KB 2024-09-21T08:04:31.661 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.xJn53tpIvO 2024-09-21T08:04:31.665 DEBUG:teuthology.orchestra.run.smithi148:> rm -fr /tmp/tmp.6YTcX3pHPi 2024-09-21T08:04:31.680 DEBUG:teuthology.orchestra.run.smithi148:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T08:04:31.744 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T08:04:31.744 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T08:04:31.744 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T08:04:31.744 INFO:teuthology.orchestra.run.smithi148.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T08:04:31.745 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T08:04:31.809 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.xJn53tpIvO is 6KB 2024-09-21T08:04:31.830 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.xJn53tpIvO 2024-09-21T08:04:31.845 DEBUG:teuthology.orchestra.run.smithi136:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T08:04:31.891 DEBUG:teuthology.orchestra.run.smithi148:> sudo shutdown -r now 2024-09-21T08:04:31.916 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T08:04:31.917 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T08:04:31.917 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T08:04:31.917 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T08:04:31.918 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T08:04:31.925 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T08:04:32.016 INFO:teuthology.orchestra.run.smithi039.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:32.016 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T08:04:32.016 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T08:04:32.016 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T08:04:32.017 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T08:04:32.017 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T08:04:32.017 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi039.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T08:04:32.017 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T08:04:32.074 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-09-21T08:04:32.075 INFO:teuthology.orchestra.run.smithi039.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T08:04:32.075 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T08:04:32.075 DEBUG:teuthology.orchestra.run.smithi039:> sudo rpm -qi grub2-tools 2024-09-21T08:04:32.116 INFO:teuthology.orchestra.run.smithi039.stdout:Name : grub2-tools 2024-09-21T08:04:32.116 INFO:teuthology.orchestra.run.smithi039.stdout:Epoch : 1 2024-09-21T08:04:32.116 INFO:teuthology.orchestra.run.smithi039.stdout:Version : 2.06 2024-09-21T08:04:32.116 INFO:teuthology.orchestra.run.smithi039.stdout:Release : 82.el9 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Architecture: x86_64 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Group : Unspecified 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Size : 8274670 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:License : GPLv3+ 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Packager : builder@centos.org 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Vendor : CentOS 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T08:04:32.117 INFO:teuthology.orchestra.run.smithi039.stdout:Summary : Support tools for GRUB. 2024-09-21T08:04:32.118 INFO:teuthology.orchestra.run.smithi039.stdout:Description : 2024-09-21T08:04:32.118 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:04:32.118 INFO:teuthology.orchestra.run.smithi039.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T08:04:32.118 INFO:teuthology.orchestra.run.smithi039.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T08:04:32.118 INFO:teuthology.orchestra.run.smithi039.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T08:04:32.118 INFO:teuthology.orchestra.run.smithi039.stdout:hardware devices. 2024-09-21T08:04:32.119 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:04:32.119 INFO:teuthology.orchestra.run.smithi039.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T08:04:32.119 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T08:04:32.120 INFO:teuthology.task.kernel:Updating grub on smithi039 to boot 5.14.0-508.el9.x86_64 2024-09-21T08:04:32.120 DEBUG:teuthology.orchestra.run.smithi039:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T08:04:32.856 INFO:teuthology.orchestra.run.smithi039.stderr:Generating grub configuration file ... 2024-09-21T08:04:34.157 INFO:teuthology.orchestra.run.smithi039.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T08:04:34.196 INFO:teuthology.orchestra.run.smithi039.stderr:done 2024-09-21T08:04:34.198 DEBUG:teuthology.orchestra.run.smithi039:> mktemp 2024-09-21T08:04:34.213 INFO:teuthology.orchestra.run.smithi039.stdout:/tmp/tmp.pL4ocvg6at 2024-09-21T08:04:34.214 DEBUG:teuthology.orchestra.run.smithi039:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.pL4ocvg6at 2024-09-21T08:04:34.280 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0666 /tmp/tmp.pL4ocvg6at 2024-09-21T08:04:34.422 DEBUG:teuthology.orchestra.remote:smithi039:/tmp/tmp.pL4ocvg6at is 6KB 2024-09-21T08:04:34.470 DEBUG:teuthology.orchestra.run.smithi039:> rm -fr /tmp/tmp.pL4ocvg6at 2024-09-21T08:04:34.485 DEBUG:teuthology.orchestra.run.smithi039:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T08:04:34.547 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T08:04:34.548 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T08:04:34.548 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T08:04:34.548 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T08:04:34.549 DEBUG:teuthology.orchestra.run.smithi039:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T08:04:34.819 DEBUG:teuthology.orchestra.run.smithi039:> sudo shutdown -r now 2024-09-21T08:05:01.920 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-21T08:05:01.921 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-21T08:05:01.921 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:05:02.077 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T08:05:02.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T08:05:02.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:05:04.822 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T08:05:04.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-21T08:05:04.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:05:20.495 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-09-21T08:05:29.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T08:05:29.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:05:32.563 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-09-21T08:05:36.371 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-09-21T08:05:39.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-09-21T08:05:44.569 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T08:05:44.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:05:45.373 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-21T08:05:45.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:05:48.442 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-21T08:05:48.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:05:51.503 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-09-21T08:06:03.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-21T08:06:03.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:06:03.759 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-09-21T08:06:15.770 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-21T08:06:15.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:06:16.173 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-09-21T08:06:16.454 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-09-21T08:06:16.559 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-21T08:06:16.560 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-21T08:06:16.560 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-09-21T08:06:16.574 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-508.el9.x86_64 2024-09-21T08:06:16.575 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T08:06:16.575 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T08:06:16.575 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T08:06:16.909 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T08:06:16.909 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-21T08:06:16.910 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-09-21T08:06:16.924 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-508.el9.x86_64 2024-09-21T08:06:16.924 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T08:06:16.924 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T08:06:16.924 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T08:06:17.576 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-21T08:06:17.576 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T08:06:17.645 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-09-21T08:06:17.668 DEBUG:teuthology.parallel:result is None 2024-09-21T08:06:17.925 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T08:06:17.926 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T08:06:18.047 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-09-21T08:06:18.070 DEBUG:teuthology.parallel:result is None 2024-09-21T08:07:03.517 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T08:07:18.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-21T08:07:18.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:07:18.805 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-09-21T08:07:19.164 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-21T08:07:19.164 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-21T08:07:19.164 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-09-21T08:07:19.180 INFO:teuthology.orchestra.run.smithi039.stdout:5.14.0-508.el9.x86_64 2024-09-21T08:07:19.180 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T08:07:19.180 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T08:07:19.181 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T08:07:20.182 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T08:07:20.182 DEBUG:teuthology.orchestra.run.smithi039:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T08:07:20.256 INFO:teuthology.orchestra.run.smithi039.stdout:ttyS1 2024-09-21T08:07:20.288 DEBUG:teuthology.parallel:result is None 2024-09-21T08:07:20.288 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T08:07:20.295 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T08:07:20.295 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T08:07:20.297 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T08:07:20.300 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T08:07:20.321 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T08:07:20.342 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T08:07:20.352 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T08:07:20.353 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T08:07:20.357 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T08:07:20.359 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T08:07:20.433 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T08:07:20.440 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T08:07:20.440 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:07:20.443 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:07:20.445 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-21T08:07:20.474 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T08:07:20.483 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T08:07:20.486 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T08:07:20.486 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T08:07:20.494 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T08:07:20.498 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T08:07:20.500 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T08:07:20.507 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T08:07:20.508 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T08:07:20.531 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T08:07:20.538 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-21T08:07:20.568 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T08:07:20.577 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T08:07:20.577 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T08:07:20.600 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T08:07:20.607 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T08:07:20.624 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T08:07:20.699 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T08:07:20.747 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T08:07:20.833 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T08:07:20.873 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:07:20.873 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T08:07:20.940 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T08:07:20.985 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T08:07:21.050 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T08:07:21.094 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T08:07:21.137 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:07:21.137 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T08:07:21.204 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T08:07:21.251 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T08:07:21.313 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T08:07:21.355 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T08:07:21.399 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:07:21.400 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T08:07:21.466 DEBUG:teuthology.orchestra.run.smithi039:> sudo service rsyslog restart 2024-09-21T08:07:21.469 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-09-21T08:07:21.471 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-09-21T08:07:21.517 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T08:07:21.520 INFO:teuthology.orchestra.run.smithi039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T08:07:21.561 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T08:07:21.940 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T08:07:21.948 INFO:teuthology.task.internal:Starting timer... 2024-09-21T08:07:21.948 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T08:07:21.988 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T08:07:21.996 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-21T08:07:21.996 DEBUG:teuthology.orchestra.run.smithi039:> sudo service auditd rotate 2024-09-21T08:07:22.036 INFO:teuthology.orchestra.run.smithi039.stdout:Rotating logs: 2024-09-21T08:07:22.039 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2024-09-21T08:07:22.088 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2024-09-21T08:07:22.090 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-09-21T08:07:22.136 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-09-21T08:07:22.139 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T08:07:22.139 DEBUG:teuthology.orchestra.run.smithi039:> /usr/sbin/getenforce 2024-09-21T08:07:22.174 INFO:teuthology.orchestra.run.smithi039.stdout:Permissive 2024-09-21T08:07:22.174 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2024-09-21T08:07:22.202 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2024-09-21T08:07:22.203 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-09-21T08:07:22.228 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-09-21T08:07:22.228 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi039.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi136.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive'} 2024-09-21T08:07:22.228 DEBUG:teuthology.orchestra.run.smithi039:> 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 2024-09-21T08:07:22.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:07:22.259 DEBUG:teuthology.orchestra.run.smithi136:> 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 2024-09-21T08:07:22.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:07:22.288 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 2024-09-21T08:07:22.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:07:22.315 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T08:07:22.316 DEBUG:teuthology.orchestra.run.smithi039:> sudo /usr/sbin/setenforce permissive 2024-09-21T08:07:22.346 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2024-09-21T08:07:22.384 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-09-21T08:07:22.417 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T08:07:22.437 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T08:07:22.451 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-21T08:07:22.452 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi039.front.sepia.ceph.com,smithi136.front.sepia.ceph.com,smithi148.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T08:11:09.777 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi039.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com')] 2024-09-21T08:11:09.778 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-21T08:11:09.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:11:09.876 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-09-21T08:11:09.959 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-21T08:11:09.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T08:11:09.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:11:10.035 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-09-21T08:11:10.118 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T08:11:10.119 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-21T08:11:10.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T08:11:10.195 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-09-21T08:11:10.279 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-09-21T08:11:10.280 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T08:11:10.290 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T08:11:10.290 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T08:11:10.291 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:11:10.293 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T08:11:10.293 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:11:10.295 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T08:11:10.295 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-21T08:11:10.323 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T08:11:10.325 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T08:11:10.338 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T08:11:10.342 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T08:11:10.351 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T08:11:10.362 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2024-09-21T08:11:10.367 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T08:11:10.369 INFO:teuthology.orchestra.run.smithi039.stderr:sudo: ntpd: command not found 2024-09-21T08:11:10.373 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2024-09-21T08:11:10.381 INFO:teuthology.orchestra.run.smithi039.stdout:506 Cannot talk to daemon 2024-09-21T08:11:10.388 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T08:11:10.392 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-09-21T08:11:10.397 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T08:11:10.401 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T08:11:10.403 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-09-21T08:11:10.412 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T08:11:10.418 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T08:11:10.432 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T08:11:10.458 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-09-21T08:11:10.462 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T08:11:10.462 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-09-21T08:11:10.462 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.462 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.462 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.462 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.480 INFO:teuthology.orchestra.run.smithi039.stderr:bash: line 1: ntpq: command not found 2024-09-21T08:11:10.483 INFO:teuthology.orchestra.run.smithi039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T08:11:10.483 INFO:teuthology.orchestra.run.smithi039.stdout:=============================================================================== 2024-09-21T08:11:10.484 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.484 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.484 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.484 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.485 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-09-21T08:11:10.489 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T08:11:10.489 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-09-21T08:11:10.489 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.489 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.490 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.490 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:11:10.490 INFO:teuthology.run_tasks:Running task pexec... 2024-09-21T08:11:10.500 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-21T08:11:10.501 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi039.front.sepia.ceph.com 2024-09-21T08:11:10.501 DEBUG:teuthology.orchestra.run.smithi039:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T08:11:10.501 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi136.front.sepia.ceph.com 2024-09-21T08:11:10.501 DEBUG:teuthology.orchestra.run.smithi136:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T08:11:10.502 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2024-09-21T08:11:10.502 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T08:11:10.856 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:11:10.858 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:Removing: 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:Removing unused dependencies: 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:Remove 2 Packages 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:Freed space: 5.5 M 2024-09-21T08:11:10.859 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:11:10.863 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:11:10.863 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:11:10.885 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:11:10.891 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:11:10.892 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:10.892 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-21T08:11:10.892 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:10.893 INFO:teuthology.orchestra.run.smithi148.stdout:Removing: 2024-09-21T08:11:10.893 INFO:teuthology.orchestra.run.smithi148.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T08:11:10.893 INFO:teuthology.orchestra.run.smithi148.stdout:Removing unused dependencies: 2024-09-21T08:11:10.893 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T08:11:10.893 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:10.893 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:11:10.893 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:10.894 INFO:teuthology.orchestra.run.smithi148.stdout:Remove 2 Packages 2024-09-21T08:11:10.894 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:10.894 INFO:teuthology.orchestra.run.smithi148.stdout:Freed space: 5.5 M 2024-09-21T08:11:10.894 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:11:10.896 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:11:10.897 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:11:10.902 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:10.902 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2024-09-21T08:11:10.902 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout:Removing: 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout:Removing unused dependencies: 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout:Remove 2 Packages 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout:Freed space: 5.5 M 2024-09-21T08:11:10.903 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:11:10.907 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:11:10.907 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:11:10.921 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:11:10.921 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:11:10.954 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:11:10.955 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:11:10.965 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:11:10.965 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:11:11.067 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:11:11.101 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:11:11.106 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:11:11.148 INFO:teuthology.orchestra.run.smithi136.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T08:11:11.159 INFO:teuthology.orchestra.run.smithi148.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T08:11:11.177 INFO:teuthology.orchestra.run.smithi039.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T08:11:11.201 INFO:teuthology.orchestra.run.smithi136.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T08:11:11.217 INFO:teuthology.orchestra.run.smithi148.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T08:11:11.247 INFO:teuthology.orchestra.run.smithi039.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T08:11:11.698 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T08:11:11.698 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T08:11:11.714 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T08:11:11.714 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T08:11:11.717 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T08:11:11.717 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T08:11:11.946 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T08:11:11.946 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:11.946 INFO:teuthology.orchestra.run.smithi039.stdout:Removed: 2024-09-21T08:11:11.946 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T08:11:11.947 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:11.947 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:11:11.969 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T08:11:11.969 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:11.969 INFO:teuthology.orchestra.run.smithi136.stdout:Removed: 2024-09-21T08:11:11.969 INFO:teuthology.orchestra.run.smithi136.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T08:11:11.969 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:11.969 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:11:11.994 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T08:11:11.995 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:11.995 INFO:teuthology.orchestra.run.smithi148.stdout:Removed: 2024-09-21T08:11:11.995 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T08:11:11.995 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:11.995 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:11:12.824 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Sep 2024 08:10:24 AM UTC. 2024-09-21T08:11:12.867 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Sep 2024 08:10:22 AM UTC. 2024-09-21T08:11:12.882 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Sep 2024 08:10:22 AM UTC. 2024-09-21T08:11:12.964 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T08:11:12.965 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:12.966 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:11:12.966 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:12.966 INFO:teuthology.orchestra.run.smithi039.stdout:Install 7 Packages 2024-09-21T08:11:12.966 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:12.981 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 5.2 M 2024-09-21T08:11:12.981 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 19 M 2024-09-21T08:11:12.982 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:11:13.000 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:11:13.001 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:13.001 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:11:13.001 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:13.001 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout:Install 7 Packages 2024-09-21T08:11:13.002 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:13.015 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:11:13.017 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:13.017 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:11:13.017 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:13.017 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:11:13.017 INFO:teuthology.orchestra.run.smithi136.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T08:11:13.017 INFO:teuthology.orchestra.run.smithi136.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T08:11:13.018 INFO:teuthology.orchestra.run.smithi136.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T08:11:13.018 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:11:13.018 INFO:teuthology.orchestra.run.smithi136.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T08:11:13.018 INFO:teuthology.orchestra.run.smithi136.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T08:11:13.018 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T08:11:13.019 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T08:11:13.019 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:13.019 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:11:13.019 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:13.019 INFO:teuthology.orchestra.run.smithi136.stdout:Install 7 Packages 2024-09-21T08:11:13.019 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:13.020 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 5.2 M 2024-09-21T08:11:13.020 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 19 M 2024-09-21T08:11:13.020 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:11:13.023 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 5.2 M 2024-09-21T08:11:13.023 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 19 M 2024-09-21T08:11:13.023 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:11:13.250 INFO:teuthology.orchestra.run.smithi039.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 316 kB/s | 44 kB 00:00 2024-09-21T08:11:13.266 INFO:teuthology.orchestra.run.smithi136.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 373 kB/s | 44 kB 00:00 2024-09-21T08:11:13.276 INFO:teuthology.orchestra.run.smithi039.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 638 kB/s | 106 kB 00:00 2024-09-21T08:11:13.282 INFO:teuthology.orchestra.run.smithi148.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 381 kB/s | 44 kB 00:00 2024-09-21T08:11:13.291 INFO:teuthology.orchestra.run.smithi136.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 733 kB/s | 106 kB 00:00 2024-09-21T08:11:13.324 INFO:teuthology.orchestra.run.smithi148.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 667 kB/s | 106 kB 00:00 2024-09-21T08:11:13.334 INFO:teuthology.orchestra.run.smithi039.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 859 kB/s | 72 kB 00:00 2024-09-21T08:11:13.341 INFO:teuthology.orchestra.run.smithi136.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-21T08:11:13.358 INFO:teuthology.orchestra.run.smithi148.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 948 kB/s | 72 kB 00:00 2024-09-21T08:11:13.359 INFO:teuthology.orchestra.run.smithi039.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-21T08:11:13.367 INFO:teuthology.orchestra.run.smithi136.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 712 kB/s | 72 kB 00:00 2024-09-21T08:11:13.393 INFO:teuthology.orchestra.run.smithi039.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.1 MB/s | 906 kB 00:00 2024-09-21T08:11:13.400 INFO:teuthology.orchestra.run.smithi148.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-21T08:11:13.458 INFO:teuthology.orchestra.run.smithi148.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.2 MB/s | 837 kB 00:00 2024-09-21T08:11:13.483 INFO:teuthology.orchestra.run.smithi148.stdout:(6/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.8 MB/s | 906 kB 00:00 2024-09-21T08:11:13.493 INFO:teuthology.orchestra.run.smithi039.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.2 MB/s | 837 kB 00:00 2024-09-21T08:11:13.508 INFO:teuthology.orchestra.run.smithi136.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.4 MB/s | 906 kB 00:00 2024-09-21T08:11:13.575 INFO:teuthology.orchestra.run.smithi136.stdout:(6/7): runc-1.1.13-4.el9.x86_64.rpm 15 MB/s | 3.2 MB 00:00 2024-09-21T08:11:13.611 INFO:teuthology.orchestra.run.smithi039.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 13 MB/s | 3.2 MB 00:00 2024-09-21T08:11:13.611 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:11:13.611 INFO:teuthology.orchestra.run.smithi039.stdout:Total 8.2 MB/s | 5.2 MB 00:00 2024-09-21T08:11:13.642 INFO:teuthology.orchestra.run.smithi136.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.7 MB/s | 837 kB 00:00 2024-09-21T08:11:13.643 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:11:13.643 INFO:teuthology.orchestra.run.smithi136.stdout:Total 8.3 MB/s | 5.2 MB 00:00 2024-09-21T08:11:13.675 INFO:teuthology.orchestra.run.smithi148.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 12 MB/s | 3.2 MB 00:00 2024-09-21T08:11:13.676 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:11:13.676 INFO:teuthology.orchestra.run.smithi148.stdout:Total 7.8 MB/s | 5.2 MB 00:00 2024-09-21T08:11:13.725 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:11:13.741 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:11:13.741 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:11:13.751 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:11:13.766 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:11:13.767 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:11:13.787 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:11:13.802 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:11:13.802 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:11:14.064 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:11:14.064 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:11:14.099 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:11:14.099 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:11:14.099 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:11:14.100 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:11:14.526 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:11:14.567 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:11:14.589 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:11:14.603 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T08:11:14.642 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T08:11:14.653 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T08:11:14.675 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T08:11:14.680 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T08:11:14.693 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T08:11:14.724 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T08:11:14.726 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T08:11:14.759 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T08:11:14.898 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T08:11:14.938 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T08:11:14.939 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T08:11:14.972 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T08:11:14.982 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T08:11:15.024 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T08:11:15.371 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T08:11:15.401 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T08:11:15.427 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T08:11:15.452 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T08:11:15.500 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T08:11:15.516 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T08:11:15.527 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T08:11:15.569 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T08:11:15.588 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:15.630 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:15.653 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T08:11:15.716 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:16.532 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:16.532 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T08:11:16.532 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T08:11:16.532 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T08:11:16.532 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T08:11:16.532 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T08:11:16.532 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T08:11:16.545 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:16.545 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T08:11:16.545 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T08:11:16.545 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T08:11:16.545 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T08:11:16.545 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T08:11:16.546 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T08:11:16.663 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:16.663 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T08:11:16.663 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T08:11:16.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T08:11:16.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T08:11:16.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T08:11:16.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T08:11:16.912 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:16.912 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:16.912 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:11:16.912 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T08:11:16.912 INFO:teuthology.orchestra.run.smithi148.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T08:11:16.913 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-21T08:11:16.913 INFO:teuthology.orchestra.run.smithi148.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T08:11:16.913 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:16.913 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:16.935 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:11:17.002 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:17.003 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:11:17.311 DEBUG:teuthology.parallel:result is None 2024-09-21T08:11:17.325 DEBUG:teuthology.parallel:result is None 2024-09-21T08:11:17.380 DEBUG:teuthology.parallel:result is None 2024-09-21T08:11:17.380 INFO:teuthology.run_tasks:Running task install... 2024-09-21T08:11:17.392 DEBUG:teuthology.task.install:project ceph 2024-09-21T08:11:17.392 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'}} 2024-09-21T08:11:17.392 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'} 2024-09-21T08:11:17.392 INFO:teuthology.task.install:Using flavor: default 2024-09-21T08:11:17.404 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-21T08:11:17.404 INFO:teuthology.task.install:extra packages: [] 2024-09-21T08:11:17.404 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': '9e2ac70bb7aea67d34f0d50002344abbe7803736', 'tag': None, 'wait_for_package': False} 2024-09-21T08:11:17.405 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:11:17.407 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': '9e2ac70bb7aea67d34f0d50002344abbe7803736', 'tag': None, 'wait_for_package': False} 2024-09-21T08:11:17.408 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:11:17.409 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': '9e2ac70bb7aea67d34f0d50002344abbe7803736', 'tag': None, 'wait_for_package': False} 2024-09-21T08:11:17.409 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:11:17.559 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/ 2024-09-21T08:11:17.559 INFO:teuthology.task.install.rpm:Package version is 19.1.1-367.g9e2ac70b 2024-09-21T08:11:17.564 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/ 2024-09-21T08:11:17.564 INFO:teuthology.task.install.rpm:Package version is 19.1.1-367.g9e2ac70b 2024-09-21T08:11:17.567 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/ 2024-09-21T08:11:17.567 INFO:teuthology.task.install.rpm:Package version is 19.1.1-367.g9e2ac70b 2024-09-21T08:11:17.674 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T08:11:17.674 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:11:17.674 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T08:11:17.682 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T08:11:17.683 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:11:17.683 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T08:11:17.692 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T08:11:17.692 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:11:17.692 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T08:11:17.699 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-21T08:11:17.699 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/9e2ac70bb7aea67d34f0d50002344abbe7803736/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T08:11:17.707 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-21T08:11:17.708 DEBUG:teuthology.orchestra.run.smithi136:> 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/9e2ac70bb7aea67d34f0d50002344abbe7803736/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T08:11:17.721 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-21T08:11:17.722 DEBUG:teuthology.orchestra.run.smithi039:> 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/9e2ac70bb7aea67d34f0d50002344abbe7803736/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T08:11:17.765 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-21T08:11:17.772 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:11:17.788 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:11:17.848 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:11:17.864 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:11:17.866 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-21T08:11:17.889 INFO:teuthology.orchestra.run.smithi148.stdout:check_obsoletes = 1 2024-09-21T08:11:17.891 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum clean all 2024-09-21T08:11:17.932 INFO:teuthology.orchestra.run.smithi136.stdout:check_obsoletes = 1 2024-09-21T08:11:17.934 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum clean all 2024-09-21T08:11:17.955 INFO:teuthology.orchestra.run.smithi039.stdout:check_obsoletes = 1 2024-09-21T08:11:17.957 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum clean all 2024-09-21T08:11:18.117 INFO:teuthology.orchestra.run.smithi148.stdout:45 files removed 2024-09-21T08:11:18.127 INFO:teuthology.orchestra.run.smithi136.stdout:45 files removed 2024-09-21T08:11:18.144 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-radosgw 2024-09-21T08:11:18.154 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-radosgw 2024-09-21T08:11:18.155 INFO:teuthology.orchestra.run.smithi039.stdout:45 files removed 2024-09-21T08:11:18.181 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-radosgw 2024-09-21T08:11:18.693 INFO:teuthology.orchestra.run.smithi148.stdout:ceph packages for x86_64 316 kB/s | 84 kB 00:00 2024-09-21T08:11:18.717 INFO:teuthology.orchestra.run.smithi136.stdout:ceph packages for x86_64 299 kB/s | 84 kB 00:00 2024-09-21T08:11:18.742 INFO:teuthology.orchestra.run.smithi039.stdout:ceph packages for x86_64 318 kB/s | 84 kB 00:00 2024-09-21T08:11:18.976 INFO:teuthology.orchestra.run.smithi148.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-21T08:11:19.009 INFO:teuthology.orchestra.run.smithi136.stdout:ceph noarch packages 47 kB/s | 12 kB 00:00 2024-09-21T08:11:19.025 INFO:teuthology.orchestra.run.smithi039.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-21T08:11:19.251 INFO:teuthology.orchestra.run.smithi148.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-21T08:11:19.286 INFO:teuthology.orchestra.run.smithi136.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-21T08:11:19.301 INFO:teuthology.orchestra.run.smithi039.stdout:ceph source packages 8.0 kB/s | 1.9 kB 00:00 2024-09-21T08:11:19.793 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.3 MB 00:00 2024-09-21T08:11:20.084 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-21T08:11:21.411 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.3 MB 00:02 2024-09-21T08:11:21.528 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - AppStream 32 MB/s | 20 MB 00:00 2024-09-21T08:11:23.370 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-21T08:11:25.812 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-21T08:11:27.878 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 9.8 MB/s | 6.5 MB 00:00 2024-09-21T08:11:28.246 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - Extras packages 17 kB/s | 19 kB 00:01 2024-09-21T08:11:29.208 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-21T08:11:29.313 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 105 kB/s | 19 kB 00:00 2024-09-21T08:11:30.125 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 33 MB/s | 23 MB 00:00 2024-09-21T08:11:34.698 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-21T08:11:35.631 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-21T08:11:37.013 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:11:37.015 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:37.015 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:11:37.015 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:37.015 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:11:37.015 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 11 M 2024-09-21T08:11:37.015 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrading: 2024-09-21T08:11:37.015 INFO:teuthology.orchestra.run.smithi148.stdout: librados2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.4 M 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.2 M 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 5.4 M 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 21 M 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 25 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 752 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T08:11:37.016 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 506 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 5.3 M 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 45 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 136 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 161 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 320 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 301 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 99 k 2024-09-21T08:11:37.017 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout:Installing weak dependencies: 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout:Install 30 Packages 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrade 2 Packages 2024-09-21T08:11:37.018 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:37.019 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 60 M 2024-09-21T08:11:37.019 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:11:37.864 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 11 M 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrading: 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout: librados2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.4 M 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.2 M 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:11:37.866 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 5.4 M 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 21 M 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 25 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 752 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 506 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T08:11:37.867 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 5.3 M 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 45 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 136 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 161 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 320 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 301 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 99 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T08:11:37.868 INFO:teuthology.orchestra.run.smithi136.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout:Installing weak dependencies: 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout:Install 30 Packages 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrade 2 Packages 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:37.869 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 60 M 2024-09-21T08:11:37.870 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:11:37.941 INFO:teuthology.orchestra.run.smithi148.stdout:(1/32): ceph-base-19.1.1-367.g9e2ac70b.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-09-21T08:11:38.008 INFO:teuthology.orchestra.run.smithi148.stdout:(2/32): ceph-selinux-19.1.1-367.g9e2ac70b.el9.x 377 kB/s | 25 kB 00:00 2024-09-21T08:11:38.100 INFO:teuthology.orchestra.run.smithi148.stdout:(3/32): libcephfs2-19.1.1-367.g9e2ac70b.el9.x86 8.0 MB/s | 752 kB 00:00 2024-09-21T08:11:38.192 INFO:teuthology.orchestra.run.smithi148.stdout:(4/32): libradosstriper1-19.1.1-367.g9e2ac70b.e 5.4 MB/s | 506 kB 00:00 2024-09-21T08:11:38.309 INFO:teuthology.orchestra.run.smithi148.stdout:(5/32): ceph-radosgw-19.1.1-367.g9e2ac70b.el9.x 13 MB/s | 11 MB 00:00 2024-09-21T08:11:38.368 INFO:teuthology.orchestra.run.smithi148.stdout:(6/32): python3-ceph-argparse-19.1.1-367.g9e2ac 774 kB/s | 45 kB 00:00 2024-09-21T08:11:38.451 INFO:teuthology.orchestra.run.smithi148.stdout:(7/32): python3-ceph-common-19.1.1-367.g9e2ac70 1.6 MB/s | 136 kB 00:00 2024-09-21T08:11:38.518 INFO:teuthology.orchestra.run.smithi148.stdout:(8/32): librgw2-19.1.1-367.g9e2ac70b.el9.x86_64 16 MB/s | 5.3 MB 00:00 2024-09-21T08:11:38.735 INFO:teuthology.orchestra.run.smithi148.stdout:(9/32): ceph-common-19.1.1-367.g9e2ac70b.el9.x8 17 MB/s | 21 MB 00:01 2024-09-21T08:11:38.760 INFO:teuthology.orchestra.run.smithi148.stdout:(10/32): python3-cephfs-19.1.1-367.g9e2ac70b.el 523 kB/s | 161 kB 00:00 2024-09-21T08:11:38.786 INFO:teuthology.orchestra.run.smithi148.stdout:(11/32): python3-rados-19.1.1-367.g9e2ac70b.el9 1.2 MB/s | 320 kB 00:00 2024-09-21T08:11:38.811 INFO:teuthology.orchestra.run.smithi148.stdout:(12/32): python3-rbd-19.1.1-367.g9e2ac70b.el9.x 3.9 MB/s | 301 kB 00:00 2024-09-21T08:11:38.836 INFO:teuthology.orchestra.run.smithi148.stdout:(13/32): python3-rgw-19.1.1-367.g9e2ac70b.el9.x 1.3 MB/s | 99 kB 00:00 2024-09-21T08:11:38.849 INFO:teuthology.orchestra.run.smithi136.stdout:(1/32): ceph-base-19.1.1-367.g9e2ac70b.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-09-21T08:11:38.891 INFO:teuthology.orchestra.run.smithi136.stdout:(2/32): ceph-selinux-19.1.1-367.g9e2ac70b.el9.x 607 kB/s | 25 kB 00:00 2024-09-21T08:11:38.974 INFO:teuthology.orchestra.run.smithi136.stdout:(3/32): libcephfs2-19.1.1-367.g9e2ac70b.el9.x86 8.8 MB/s | 752 kB 00:00 2024-09-21T08:11:38.978 INFO:teuthology.orchestra.run.smithi148.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 556 kB/s | 107 kB 00:00 2024-09-21T08:11:38.995 INFO:teuthology.orchestra.run.smithi148.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 285 kB/s | 45 kB 00:00 2024-09-21T08:11:39.028 INFO:teuthology.orchestra.run.smithi148.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 737 kB/s | 160 kB 00:00 2024-09-21T08:11:39.057 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 20 MB 00:17 2024-09-21T08:11:39.057 INFO:teuthology.orchestra.run.smithi136.stdout:(4/32): libradosstriper1-19.1.1-367.g9e2ac70b.e 6.6 MB/s | 506 kB 00:00 2024-09-21T08:11:39.081 INFO:teuthology.orchestra.run.smithi148.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 846 kB/s | 42 kB 00:00 2024-09-21T08:11:39.138 INFO:teuthology.orchestra.run.smithi148.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-09-21T08:11:39.163 INFO:teuthology.orchestra.run.smithi148.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-09-21T08:11:39.197 INFO:teuthology.orchestra.run.smithi148.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.0 MB/s | 662 kB 00:00 2024-09-21T08:11:39.213 INFO:teuthology.orchestra.run.smithi148.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 474 kB/s | 36 kB 00:00 2024-09-21T08:11:39.230 INFO:teuthology.orchestra.run.smithi148.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 706 kB/s | 47 kB 00:00 2024-09-21T08:11:39.297 INFO:teuthology.orchestra.run.smithi148.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.0 MB/s | 308 kB 00:00 2024-09-21T08:11:39.314 INFO:teuthology.orchestra.run.smithi148.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 3.3 MB/s | 49 kB 00:00 2024-09-21T08:11:39.331 INFO:teuthology.orchestra.run.smithi148.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 259 kB/s | 26 kB 00:00 2024-09-21T08:11:39.357 INFO:teuthology.orchestra.run.smithi148.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-09-21T08:11:39.398 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-21T08:11:39.449 INFO:teuthology.orchestra.run.smithi148.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.0 MB/s | 839 kB 00:00 2024-09-21T08:11:39.491 INFO:teuthology.orchestra.run.smithi148.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-21T08:11:39.542 INFO:teuthology.orchestra.run.smithi136.stdout:(5/32): ceph-common-19.1.1-367.g9e2ac70b.el9.x8 18 MB/s | 21 MB 00:01 2024-09-21T08:11:39.583 INFO:teuthology.orchestra.run.smithi148.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-21T08:11:39.633 INFO:teuthology.orchestra.run.smithi136.stdout:(6/32): librgw2-19.1.1-367.g9e2ac70b.el9.x86_64 9.2 MB/s | 5.3 MB 00:00 2024-09-21T08:11:39.659 INFO:teuthology.orchestra.run.smithi136.stdout:(7/32): python3-ceph-argparse-19.1.1-367.g9e2ac 386 kB/s | 45 kB 00:00 2024-09-21T08:11:39.666 INFO:teuthology.orchestra.run.smithi148.stdout:(31/32): librados2-19.1.1-367.g9e2ac70b.el9.x86 16 MB/s | 3.4 MB 00:00 2024-09-21T08:11:39.684 INFO:teuthology.orchestra.run.smithi136.stdout:(8/32): python3-ceph-common-19.1.1-367.g9e2ac70 2.6 MB/s | 136 kB 00:00 2024-09-21T08:11:39.710 INFO:teuthology.orchestra.run.smithi136.stdout:(9/32): python3-cephfs-19.1.1-367.g9e2ac70b.el9 3.1 MB/s | 161 kB 00:00 2024-09-21T08:11:39.750 INFO:teuthology.orchestra.run.smithi148.stdout:(32/32): librbd1-19.1.1-367.g9e2ac70b.el9.x86_6 12 MB/s | 3.2 MB 00:00 2024-09-21T08:11:39.755 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:11:39.755 INFO:teuthology.orchestra.run.smithi148.stdout:Total 22 MB/s | 60 MB 00:02 2024-09-21T08:11:39.827 INFO:teuthology.orchestra.run.smithi136.stdout:(10/32): ceph-radosgw-19.1.1-367.g9e2ac70b.el9. 7.1 MB/s | 11 MB 00:01 2024-09-21T08:11:39.860 INFO:teuthology.orchestra.run.smithi136.stdout:(11/32): python3-rados-19.1.1-367.g9e2ac70b.el9 1.8 MB/s | 320 kB 00:00 2024-09-21T08:11:39.862 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:11:39.886 INFO:teuthology.orchestra.run.smithi136.stdout:(12/32): python3-rgw-19.1.1-367.g9e2ac70b.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-21T08:11:39.897 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:11:39.897 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:11:39.911 INFO:teuthology.orchestra.run.smithi136.stdout:(13/32): python3-rbd-19.1.1-367.g9e2ac70b.el9.x 1.5 MB/s | 301 kB 00:00 2024-09-21T08:11:40.286 INFO:teuthology.orchestra.run.smithi136.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 121 kB/s | 45 kB 00:00 2024-09-21T08:11:40.319 INFO:teuthology.orchestra.run.smithi136.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 233 kB/s | 107 kB 00:00 2024-09-21T08:11:40.419 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:11:40.419 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:11:40.428 INFO:teuthology.orchestra.run.smithi136.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 295 kB/s | 160 kB 00:00 2024-09-21T08:11:40.537 INFO:teuthology.orchestra.run.smithi136.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 390 kB/s | 42 kB 00:00 2024-09-21T08:11:40.654 INFO:teuthology.orchestra.run.smithi136.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 876 kB/s | 292 kB 00:00 2024-09-21T08:11:40.771 INFO:teuthology.orchestra.run.smithi136.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.3 MB/s | 662 kB 00:00 2024-09-21T08:11:40.796 INFO:teuthology.orchestra.run.smithi136.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 253 kB/s | 36 kB 00:00 2024-09-21T08:11:40.821 INFO:teuthology.orchestra.run.smithi136.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 777 kB/s | 221 kB 00:00 2024-09-21T08:11:40.872 INFO:teuthology.orchestra.run.smithi136.stdout:(22/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.0 MB/s | 308 kB 00:00 2024-09-21T08:11:40.897 INFO:teuthology.orchestra.run.smithi136.stdout:(23/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 377 kB/s | 47 kB 00:00 2024-09-21T08:11:40.922 INFO:teuthology.orchestra.run.smithi136.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 537 kB/s | 26 kB 00:00 2024-09-21T08:11:40.973 INFO:teuthology.orchestra.run.smithi136.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.5 MB/s | 67 kB 00:00 2024-09-21T08:11:41.006 INFO:teuthology.orchestra.run.smithi136.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 446 kB/s | 49 kB 00:00 2024-09-21T08:11:41.056 INFO:teuthology.orchestra.run.smithi136.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 10 MB/s | 839 kB 00:00 2024-09-21T08:11:41.090 INFO:teuthology.orchestra.run.smithi136.stdout:(28/32): re2-20211101-20.el9.x86_64.rpm 2.2 MB/s | 191 kB 00:00 2024-09-21T08:11:41.190 INFO:teuthology.orchestra.run.smithi136.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-21T08:11:41.232 INFO:teuthology.orchestra.run.smithi136.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 9.0 MB/s | 1.6 MB 00:00 2024-09-21T08:11:41.408 INFO:teuthology.orchestra.run.smithi136.stdout:(31/32): librados2-19.1.1-367.g9e2ac70b.el9.x86 11 MB/s | 3.4 MB 00:00 2024-09-21T08:11:41.466 INFO:teuthology.orchestra.run.smithi136.stdout:(32/32): librbd1-19.1.1-367.g9e2ac70b.el9.x86_6 11 MB/s | 3.2 MB 00:00 2024-09-21T08:11:41.472 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:11:41.472 INFO:teuthology.orchestra.run.smithi136.stdout:Total 17 MB/s | 60 MB 00:03 2024-09-21T08:11:41.576 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:11:41.612 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:11:41.612 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:11:41.838 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:11:41.925 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-21T08:11:41.954 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-21T08:11:41.980 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-21T08:11:42.002 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-21T08:11:42.030 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-21T08:11:42.109 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:11:42.109 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:11:42.205 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-21T08:11:42.258 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-21T08:11:42.593 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-21T08:11:42.723 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:11:42.815 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:11:42.902 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 8/34 2024-09-21T08:11:42.925 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 9/34 2024-09-21T08:11:42.988 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 9/34 2024-09-21T08:11:43.025 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-21T08:11:43.068 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x 11/34 2024-09-21T08:11:43.137 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 12/34 2024-09-21T08:11:43.169 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:11:43.233 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:11:43.275 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-21T08:11:43.376 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - CRB 18 MB/s | 6.5 MB 00:00 2024-09-21T08:11:43.391 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-21T08:11:43.435 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-21T08:11:43.475 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-21T08:11:43.516 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-21T08:11:43.545 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-21T08:11:43.578 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:11:43.595 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-21T08:11:43.664 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-21T08:11:43.696 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-21T08:11:43.730 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-21T08:11:43.753 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-21T08:11:43.778 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-21T08:11:43.929 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-21T08:11:43.968 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-21T08:11:43.983 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 22/34 2024-09-21T08:11:44.020 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-21T08:11:44.057 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 22/34 2024-09-21T08:11:44.088 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 23/34 2024-09-21T08:11:44.124 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-21T08:11:44.358 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-21T08:11:44.486 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:11:44.570 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:11:44.614 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-21T08:11:44.644 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 26/34 2024-09-21T08:11:44.660 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 8/34 2024-09-21T08:11:44.688 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 9/34 2024-09-21T08:11:44.715 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 26/34 2024-09-21T08:11:44.751 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 9/34 2024-09-21T08:11:44.788 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-21T08:11:44.793 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 27/34 2024-09-21T08:11:44.821 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86 28/34 2024-09-21T08:11:44.832 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x 11/34 2024-09-21T08:11:44.916 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 12/34 2024-09-21T08:11:44.949 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:11:45.013 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:11:45.047 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-21T08:11:45.159 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-21T08:11:45.198 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-21T08:11:45.248 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-21T08:11:45.280 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-21T08:11:45.309 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-21T08:11:45.343 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-21T08:11:45.658 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-21T08:11:45.714 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 22/34 2024-09-21T08:11:45.735 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 19 kB 00:01 2024-09-21T08:11:45.805 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 22/34 2024-09-21T08:11:45.835 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 23/34 2024-09-21T08:11:45.871 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-21T08:11:46.352 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-21T08:11:46.383 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 26/34 2024-09-21T08:11:46.454 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 26/34 2024-09-21T08:11:46.531 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 27/34 2024-09-21T08:11:46.562 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86 28/34 2024-09-21T08:11:46.606 INFO:teuthology.orchestra.run.smithi039.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-21T08:11:47.144 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:11:47.176 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:11:47.761 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:11:47.796 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 30/34 2024-09-21T08:11:47.887 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 30/34 2024-09-21T08:11:47.887 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-21T08:11:47.887 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-21T08:11:47.887 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:47.922 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:11:48.867 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:11:48.898 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:11:49.460 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:11:49.494 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 30/34 2024-09-21T08:11:49.593 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 30/34 2024-09-21T08:11:49.593 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T08:11:49.593 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T08:11:49.593 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:49.630 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:11:52.345 INFO:teuthology.orchestra.run.smithi039.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-09-21T08:11:54.658 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:11:54.660 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-radosgw x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 11 M 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrading: 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: librados2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.4 M 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: librbd1 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.2 M 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-base x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 5.4 M 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-common x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 21 M 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-selinux x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 25 k 2024-09-21T08:11:54.661 INFO:teuthology.orchestra.run.smithi039.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 752 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: libradosstriper1 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 506 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: librgw2 x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 5.3 M 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T08:11:54.662 INFO:teuthology.orchestra.run.smithi039.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-argparse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 45 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-common x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 136 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cephfs x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 161 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rados x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 320 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rbd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 301 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rgw x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 99 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout:Installing weak dependencies: 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T08:11:54.663 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:54.664 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:11:54.664 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:11:54.664 INFO:teuthology.orchestra.run.smithi039.stdout:Install 30 Packages 2024-09-21T08:11:54.664 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrade 2 Packages 2024-09-21T08:11:54.664 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:11:54.664 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 60 M 2024-09-21T08:11:54.665 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:11:55.188 INFO:teuthology.orchestra.run.smithi039.stdout:(1/32): ceph-base-19.1.1-367.g9e2ac70b.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-09-21T08:11:55.239 INFO:teuthology.orchestra.run.smithi039.stdout:(2/32): ceph-selinux-19.1.1-367.g9e2ac70b.el9.x 507 kB/s | 25 kB 00:00 2024-09-21T08:11:55.347 INFO:teuthology.orchestra.run.smithi039.stdout:(3/32): libcephfs2-19.1.1-367.g9e2ac70b.el9.x86 6.8 MB/s | 752 kB 00:00 2024-09-21T08:11:55.422 INFO:teuthology.orchestra.run.smithi039.stdout:(4/32): libradosstriper1-19.1.1-367.g9e2ac70b.e 6.6 MB/s | 506 kB 00:00 2024-09-21T08:11:55.723 INFO:teuthology.orchestra.run.smithi039.stdout:(5/32): ceph-radosgw-19.1.1-367.g9e2ac70b.el9.x 11 MB/s | 11 MB 00:01 2024-09-21T08:11:56.056 INFO:teuthology.orchestra.run.smithi039.stdout:(6/32): ceph-common-19.1.1-367.g9e2ac70b.el9.x8 16 MB/s | 21 MB 00:01 2024-09-21T08:11:56.081 INFO:teuthology.orchestra.run.smithi039.stdout:(7/32): python3-ceph-argparse-19.1.1-367.g9e2ac 126 kB/s | 45 kB 00:00 2024-09-21T08:11:56.107 INFO:teuthology.orchestra.run.smithi039.stdout:(8/32): python3-ceph-common-19.1.1-367.g9e2ac70 2.7 MB/s | 136 kB 00:00 2024-09-21T08:11:56.132 INFO:teuthology.orchestra.run.smithi039.stdout:(9/32): python3-cephfs-19.1.1-367.g9e2ac70b.el9 3.1 MB/s | 161 kB 00:00 2024-09-21T08:11:56.157 INFO:teuthology.orchestra.run.smithi039.stdout:(10/32): python3-rados-19.1.1-367.g9e2ac70b.el9 6.2 MB/s | 320 kB 00:00 2024-09-21T08:11:56.182 INFO:teuthology.orchestra.run.smithi039.stdout:(11/32): python3-rbd-19.1.1-367.g9e2ac70b.el9.x 5.9 MB/s | 301 kB 00:00 2024-09-21T08:11:56.233 INFO:teuthology.orchestra.run.smithi039.stdout:(12/32): python3-rgw-19.1.1-367.g9e2ac70b.el9.x 1.3 MB/s | 99 kB 00:00 2024-09-21T08:11:56.325 INFO:teuthology.orchestra.run.smithi039.stdout:(13/32): librgw2-19.1.1-367.g9e2ac70b.el9.x86_6 5.9 MB/s | 5.3 MB 00:00 2024-09-21T08:11:56.425 INFO:teuthology.orchestra.run.smithi039.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 454 kB/s | 45 kB 00:00 2024-09-21T08:11:56.451 INFO:teuthology.orchestra.run.smithi039.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 399 kB/s | 107 kB 00:00 2024-09-21T08:11:56.484 INFO:teuthology.orchestra.run.smithi039.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 638 kB/s | 160 kB 00:00 2024-09-21T08:11:56.534 INFO:teuthology.orchestra.run.smithi039.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 850 kB/s | 42 kB 00:00 2024-09-21T08:11:56.576 INFO:teuthology.orchestra.run.smithi039.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-09-21T08:11:56.627 INFO:teuthology.orchestra.run.smithi039.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 662 kB 00:00 2024-09-21T08:11:56.644 INFO:teuthology.orchestra.run.smithi039.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 535 kB/s | 36 kB 00:00 2024-09-21T08:11:56.669 INFO:teuthology.orchestra.run.smithi039.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-09-21T08:11:56.694 INFO:teuthology.orchestra.run.smithi039.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 705 kB/s | 47 kB 00:00 2024-09-21T08:11:56.745 INFO:teuthology.orchestra.run.smithi039.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 765 kB/s | 26 kB 00:00 2024-09-21T08:11:56.769 INFO:teuthology.orchestra.run.smithi039.stdout:(24/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.4 MB/s | 308 kB 00:00 2024-09-21T08:11:56.786 INFO:teuthology.orchestra.run.smithi039.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2024-09-21T08:11:56.812 INFO:teuthology.orchestra.run.smithi039.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-09-21T08:11:56.845 INFO:teuthology.orchestra.run.smithi039.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-21T08:11:56.888 INFO:teuthology.orchestra.run.smithi039.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-09-21T08:11:56.971 INFO:teuthology.orchestra.run.smithi039.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-09-21T08:11:57.205 INFO:teuthology.orchestra.run.smithi039.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 8.2 MB/s | 4.4 MB 00:00 2024-09-21T08:11:57.271 INFO:teuthology.orchestra.run.smithi039.stdout:(31/32): librados2-19.1.1-367.g9e2ac70b.el9.x86 8.9 MB/s | 3.4 MB 00:00 2024-09-21T08:11:57.338 INFO:teuthology.orchestra.run.smithi039.stdout:(32/32): librbd1-19.1.1-367.g9e2ac70b.el9.x86_6 8.6 MB/s | 3.2 MB 00:00 2024-09-21T08:11:57.343 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:11:57.344 INFO:teuthology.orchestra.run.smithi039.stdout:Total 23 MB/s | 60 MB 00:02 2024-09-21T08:11:57.451 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:11:57.491 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:11:57.491 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /sys 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /proc 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /mnt 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /var/tmp 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /home 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /root 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /tmp 2024-09-21T08:11:58.008 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:58.157 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:11:58.157 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:11:59.013 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 32/34 2024-09-21T08:11:59.045 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 32/34 2024-09-21T08:11:59.045 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:11:59.045 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T08:11:59.045 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-21T08:11:59.045 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-21T08:11:59.046 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:11:59.047 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-21T08:11:59.133 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-21T08:11:59.133 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:11:59.608 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:11:59.704 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-21T08:11:59.743 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-21T08:11:59.777 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-21T08:11:59.799 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /sys 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /proc 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /mnt 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /var/tmp 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /home 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /root 2024-09-21T08:11:59.825 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /tmp 2024-09-21T08:11:59.826 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:11:59.827 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-21T08:12:00.018 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-21T08:12:00.074 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-21T08:12:00.307 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:00.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/34 2024-09-21T08:12:00.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/34 2024-09-21T08:12:00.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/34 2024-09-21T08:12:00.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/34 2024-09-21T08:12:00.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 5/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 6/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x 8/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86 9/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 10/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 11/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 12/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-21T08:12:00.308 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-21T08:12:00.309 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/34 2024-09-21T08:12:00.427 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-21T08:12:00.554 INFO:teuthology.orchestra.run.smithi039.stdout: Upgrading : librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:12:00.647 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:12:00.737 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 8/34 2024-09-21T08:12:00.831 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 32/34 2024-09-21T08:12:00.856 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 32/34 2024-09-21T08:12:00.856 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:00.856 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T08:12:00.856 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T08:12:00.857 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T08:12:00.857 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:00.858 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-21T08:12:00.889 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 9/34 2024-09-21T08:12:00.925 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-21T08:12:00.925 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:00.952 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 9/34 2024-09-21T08:12:00.989 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-21T08:12:01.034 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x 11/34 2024-09-21T08:12:01.104 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 12/34 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout:Upgraded: 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout: librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T08:12:01.126 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T08:12:01.127 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T08:12:01.128 INFO:teuthology.orchestra.run.smithi148.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T08:12:01.129 INFO:teuthology.orchestra.run.smithi148.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T08:12:01.129 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:01.129 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:01.133 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:12:01.181 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:12:01.215 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-21T08:12:01.334 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-21T08:12:01.366 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-21T08:12:01.416 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-21T08:12:01.444 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-test 2024-09-21T08:12:01.458 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-21T08:12:01.485 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-21T08:12:01.524 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-21T08:12:01.855 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-21T08:12:01.922 INFO:teuthology.orchestra.run.smithi039.stdout: Upgrading : librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 22/34 2024-09-21T08:12:02.014 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 22/34 2024-09-21T08:12:02.024 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:02.054 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 23/34 2024-09-21T08:12:02.097 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 5/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 6/34 2024-09-21T08:12:02.118 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:12:02.119 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x 8/34 2024-09-21T08:12:02.119 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86 9/34 2024-09-21T08:12:02.119 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 10/34 2024-09-21T08:12:02.119 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 11/34 2024-09-21T08:12:02.119 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 12/34 2024-09-21T08:12:02.119 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:12:02.120 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-21T08:12:02.120 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-21T08:12:02.120 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-21T08:12:02.120 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-21T08:12:02.120 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-21T08:12:02.120 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-21T08:12:02.120 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-21T08:12:02.121 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-21T08:12:02.121 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-21T08:12:02.121 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-21T08:12:02.121 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-21T08:12:02.121 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-21T08:12:02.121 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-21T08:12:02.122 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-21T08:12:02.123 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-21T08:12:02.123 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-21T08:12:02.123 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-21T08:12:02.124 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:12:02.124 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-21T08:12:02.124 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/34 2024-09-21T08:12:02.159 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:02.159 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:02.159 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:02.159 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:02.159 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 49 M 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 163 k 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout:Install 4 Packages 2024-09-21T08:12:02.160 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:02.161 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 49 M 2024-09-21T08:12:02.161 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 209 M 2024-09-21T08:12:02.161 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:02.414 INFO:teuthology.orchestra.run.smithi148.stdout:(1/4): libcephsqlite-19.1.1-367.g9e2ac70b.el9.x 800 kB/s | 163 kB 00:00 2024-09-21T08:12:02.607 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-21T08:12:02.633 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 26/34 2024-09-21T08:12:02.689 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 26/34 2024-09-21T08:12:02.769 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 27/34 2024-09-21T08:12:02.789 INFO:teuthology.orchestra.run.smithi148.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 170 kB/s | 64 kB 00:00 2024-09-21T08:12:02.919 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86 28/34 2024-09-21T08:12:02.939 INFO:teuthology.orchestra.run.smithi148.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 417 kB/s | 304 kB 00:00 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout:Upgraded: 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.174 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T08:12:03.175 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:03.176 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:03.545 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-test 2024-09-21T08:12:03.715 INFO:teuthology.orchestra.run.smithi148.stdout:(4/4): ceph-test-19.1.1-367.g9e2ac70b.el9.x86_6 32 MB/s | 49 MB 00:01 2024-09-21T08:12:03.717 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:03.717 INFO:teuthology.orchestra.run.smithi148.stdout:Total 32 MB/s | 49 MB 00:01 2024-09-21T08:12:03.746 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:03.766 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:03.766 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:04.136 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:04.155 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:04.155 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:04.267 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:04.268 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:04.268 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:12:04.268 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:04.268 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:04.268 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 49 M 2024-09-21T08:12:04.268 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:12:04.268 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 163 k 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout:Install 4 Packages 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:04.269 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 49 M 2024-09-21T08:12:04.270 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 209 M 2024-09-21T08:12:04.270 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:04.523 INFO:teuthology.orchestra.run.smithi136.stdout:(1/4): libcephsqlite-19.1.1-367.g9e2ac70b.el9.x 786 kB/s | 163 kB 00:00 2024-09-21T08:12:04.548 INFO:teuthology.orchestra.run.smithi136.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-09-21T08:12:04.657 INFO:teuthology.orchestra.run.smithi136.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 477 kB/s | 64 kB 00:00 2024-09-21T08:12:04.714 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:04.796 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T08:12:04.839 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T08:12:04.867 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/4 2024-09-21T08:12:05.372 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:12:05.407 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:12:05.849 INFO:teuthology.orchestra.run.smithi136.stdout:(4/4): ceph-test-19.1.1-367.g9e2ac70b.el9.x86_6 32 MB/s | 49 MB 00:01 2024-09-21T08:12:05.851 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:05.851 INFO:teuthology.orchestra.run.smithi136.stdout:Total 31 MB/s | 49 MB 00:01 2024-09-21T08:12:05.879 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:05.899 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:05.899 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:06.005 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 29/34 2024-09-21T08:12:06.135 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 30/34 2024-09-21T08:12:06.231 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 30/34 2024-09-21T08:12:06.231 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T08:12:06.232 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T08:12:06.232 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:06.276 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:06.277 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:06.278 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:12:06.848 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:06.930 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T08:12:06.973 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T08:12:07.001 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/4 2024-09-21T08:12:09.522 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/4 2024-09-21T08:12:09.606 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/4 2024-09-21T08:12:11.614 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/4 2024-09-21T08:12:11.700 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/4 2024-09-21T08:12:12.009 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/4 2024-09-21T08:12:12.010 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/4 2024-09-21T08:12:12.010 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/4 2024-09-21T08:12:12.010 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T08:12:12.354 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T08:12:12.354 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:12.354 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:12.355 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:12.355 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:12.355 INFO:teuthology.orchestra.run.smithi148.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T08:12:12.355 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T08:12:12.355 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:12.355 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:12.574 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph 2024-09-21T08:12:13.164 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:39 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:13.299 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:13.301 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:13.301 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:13.301 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:13.301 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: ceph x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 6.5 k 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mds x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 2.4 M 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 1.5 M 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-modules-core noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 249 k 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mon x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 4.7 M 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-osd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 17 M 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T08:12:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T08:12:13.303 INFO:teuthology.orchestra.run.smithi148.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T08:12:13.304 INFO:teuthology.orchestra.run.smithi148.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T08:12:13.305 INFO:teuthology.orchestra.run.smithi148.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T08:12:13.305 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:13.305 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:13.305 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:13.305 INFO:teuthology.orchestra.run.smithi148.stdout:Install 37 Packages 2024-09-21T08:12:13.305 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:13.306 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 30 M 2024-09-21T08:12:13.306 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 108 M 2024-09-21T08:12:13.306 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:13.799 INFO:teuthology.orchestra.run.smithi148.stdout:(1/37): ceph-19.1.1-367.g9e2ac70b.el9.x86_64.rp 34 kB/s | 6.5 kB 00:00 2024-09-21T08:12:14.100 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/4 2024-09-21T08:12:14.100 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/4 2024-09-21T08:12:14.100 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/4 2024-09-21T08:12:14.100 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T08:12:14.108 INFO:teuthology.orchestra.run.smithi148.stdout:(2/37): ceph-mgr-19.1.1-367.g9e2ac70b.el9.x86_6 3.1 MB/s | 1.5 MB 00:00 2024-09-21T08:12:14.208 INFO:teuthology.orchestra.run.smithi148.stdout:(3/37): ceph-mds-19.1.1-367.g9e2ac70b.el9.x86_6 4.0 MB/s | 2.4 MB 00:00 2024-09-21T08:12:14.283 INFO:teuthology.orchestra.run.smithi148.stdout:(4/37): ceph-mgr-modules-core-19.1.1-367.g9e2ac 3.2 MB/s | 249 kB 00:00 2024-09-21T08:12:14.475 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T08:12:14.475 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:14.475 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:14.475 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:14.476 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:14.476 INFO:teuthology.orchestra.run.smithi136.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T08:12:14.476 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T08:12:14.476 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:14.476 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:14.707 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph 2024-09-21T08:12:14.950 INFO:teuthology.orchestra.run.smithi148.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 380 kB/s | 253 kB 00:00 2024-09-21T08:12:15.134 INFO:teuthology.orchestra.run.smithi148.stdout:(6/37): ceph-osd-19.1.1-367.g9e2ac70b.el9.x86_6 16 MB/s | 17 MB 00:01 2024-09-21T08:12:15.217 INFO:teuthology.orchestra.run.smithi148.stdout:(7/37): ceph-mon-19.1.1-367.g9e2ac70b.el9.x86_6 3.3 MB/s | 4.7 MB 00:01 2024-09-21T08:12:15.319 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:40 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:15.465 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:15.467 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:15.467 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:12:15.467 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: ceph x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 6.5 k 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 2.4 M 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 1.5 M 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 249 k 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 4.7 M 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 17 M 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T08:12:15.468 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T08:12:15.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T08:12:15.470 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:15.471 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:15.471 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:15.471 INFO:teuthology.orchestra.run.smithi136.stdout:Install 37 Packages 2024-09-21T08:12:15.471 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:15.471 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 30 M 2024-09-21T08:12:15.471 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 108 M 2024-09-21T08:12:15.472 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:15.559 INFO:teuthology.orchestra.run.smithi148.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 250 kB/s | 106 kB 00:00 2024-09-21T08:12:15.643 INFO:teuthology.orchestra.run.smithi148.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 318 kB/s | 135 kB 00:00 2024-09-21T08:12:15.985 INFO:teuthology.orchestra.run.smithi148.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 294 kB/s | 125 kB 00:00 2024-09-21T08:12:16.152 INFO:teuthology.orchestra.run.smithi148.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 422 kB/s | 215 kB 00:00 2024-09-21T08:12:16.283 INFO:teuthology.orchestra.run.smithi136.stdout:(1/37): ceph-19.1.1-367.g9e2ac70b.el9.x86_64.rp 49 kB/s | 6.5 kB 00:00 2024-09-21T08:12:16.486 INFO:teuthology.orchestra.run.smithi148.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 818 kB/s | 1.2 MB 00:01 2024-09-21T08:12:16.491 INFO:teuthology.orchestra.run.smithi136.stdout:(2/37): ceph-mds-19.1.1-367.g9e2ac70b.el9.x86_6 7.0 MB/s | 2.4 MB 00:00 2024-09-21T08:12:16.533 INFO:teuthology.orchestra.run.smithi136.stdout:(3/37): ceph-mgr-19.1.1-367.g9e2ac70b.el9.x86_6 4.0 MB/s | 1.5 MB 00:00 2024-09-21T08:12:16.536 INFO:teuthology.orchestra.run.smithi148.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 342 kB/s | 188 kB 00:00 2024-09-21T08:12:16.609 INFO:teuthology.orchestra.run.smithi136.stdout:(4/37): ceph-mgr-modules-core-19.1.1-367.g9e2ac 3.3 MB/s | 249 kB 00:00 2024-09-21T08:12:16.644 INFO:teuthology.orchestra.run.smithi148.stdout:(14/37): python3-packaging-20.9-5.el9.noarch.rp 713 kB/s | 77 kB 00:00 2024-09-21T08:12:16.694 INFO:teuthology.orchestra.run.smithi148.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 317 kB/s | 172 kB 00:00 2024-09-21T08:12:16.701 INFO:teuthology.orchestra.run.smithi136.stdout:(5/37): ceph-mon-19.1.1-367.g9e2ac70b.el9.x86_6 11 MB/s | 4.7 MB 00:00 2024-09-21T08:12:16.753 INFO:teuthology.orchestra.run.smithi148.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 469 kB/s | 51 kB 00:00 2024-09-21T08:12:16.778 INFO:teuthology.orchestra.run.smithi148.stdout:(17/37): python3-markupsafe-1.1.1-12.el9.x86_64 119 kB/s | 35 kB 00:00 2024-09-21T08:12:16.812 INFO:teuthology.orchestra.run.smithi148.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 355 kB/s | 42 kB 00:00 2024-09-21T08:12:16.846 INFO:teuthology.orchestra.run.smithi148.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-21T08:12:16.871 INFO:teuthology.orchestra.run.smithi148.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 190 kB/s | 22 kB 00:00 2024-09-21T08:12:16.893 INFO:teuthology.orchestra.run.smithi136.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 893 kB/s | 253 kB 00:00 2024-09-21T08:12:16.896 INFO:teuthology.orchestra.run.smithi148.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 530 kB/s | 43 kB 00:00 2024-09-21T08:12:16.930 INFO:teuthology.orchestra.run.smithi148.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 415 kB/s | 11 kB 00:00 2024-09-21T08:12:16.943 INFO:teuthology.orchestra.run.smithi136.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-21T08:12:16.955 INFO:teuthology.orchestra.run.smithi148.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.6 MB/s | 172 kB 00:00 2024-09-21T08:12:16.977 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /sys 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /proc 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /mnt 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /var/tmp 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /home 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /root 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /tmp 2024-09-21T08:12:16.978 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:17.005 INFO:teuthology.orchestra.run.smithi148.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 241 kB/s | 18 kB 00:00 2024-09-21T08:12:17.031 INFO:teuthology.orchestra.run.smithi148.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-09-21T08:12:17.056 INFO:teuthology.orchestra.run.smithi148.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-21T08:12:17.090 INFO:teuthology.orchestra.run.smithi148.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 336 kB/s | 20 kB 00:00 2024-09-21T08:12:17.115 INFO:teuthology.orchestra.run.smithi148.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 787 kB/s | 46 kB 00:00 2024-09-21T08:12:17.127 INFO:teuthology.orchestra.run.smithi136.stdout:(8/37): ceph-osd-19.1.1-367.g9e2ac70b.el9.x86_6 27 MB/s | 17 MB 00:00 2024-09-21T08:12:17.140 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-21T08:12:17.152 INFO:teuthology.orchestra.run.smithi136.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 647 kB/s | 135 kB 00:00 2024-09-21T08:12:17.165 INFO:teuthology.orchestra.run.smithi148.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 658 kB/s | 16 kB 00:00 2024-09-21T08:12:17.186 INFO:teuthology.orchestra.run.smithi136.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.5 MB/s | 1.2 MB 00:00 2024-09-21T08:12:17.191 INFO:teuthology.orchestra.run.smithi148.stdout:(31/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.1 MB/s | 358 kB 00:00 2024-09-21T08:12:17.211 INFO:teuthology.orchestra.run.smithi136.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-21T08:12:17.216 INFO:teuthology.orchestra.run.smithi148.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-21T08:12:17.241 INFO:teuthology.orchestra.run.smithi148.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 712 kB/s | 36 kB 00:00 2024-09-21T08:12:17.245 INFO:teuthology.orchestra.run.smithi136.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 3.1 MB/s | 188 kB 00:00 2024-09-21T08:12:17.267 INFO:teuthology.orchestra.run.smithi148.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-21T08:12:17.270 INFO:teuthology.orchestra.run.smithi136.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-09-21T08:12:17.292 INFO:teuthology.orchestra.run.smithi148.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 803 kB/s | 20 kB 00:00 2024-09-21T08:12:17.295 INFO:teuthology.orchestra.run.smithi136.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 692 kB/s | 35 kB 00:00 2024-09-21T08:12:17.317 INFO:teuthology.orchestra.run.smithi148.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-21T08:12:17.329 INFO:teuthology.orchestra.run.smithi136.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.3 MB/s | 77 kB 00:00 2024-09-21T08:12:17.351 INFO:teuthology.orchestra.run.smithi148.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-21T08:12:17.354 INFO:teuthology.orchestra.run.smithi136.stdout:(16/37): python3-requests-2.25.1-8.el9.noarch.r 550 kB/s | 125 kB 00:00 2024-09-21T08:12:17.355 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:17.355 INFO:teuthology.orchestra.run.smithi148.stdout:Total 7.5 MB/s | 30 MB 00:04 2024-09-21T08:12:17.379 INFO:teuthology.orchestra.run.smithi136.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 608 kB/s | 51 kB 00:00 2024-09-21T08:12:17.405 INFO:teuthology.orchestra.run.smithi136.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-09-21T08:12:17.447 INFO:teuthology.orchestra.run.smithi136.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-21T08:12:17.472 INFO:teuthology.orchestra.run.smithi136.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 7.2 MB/s | 172 kB 00:00 2024-09-21T08:12:17.497 INFO:teuthology.orchestra.run.smithi136.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 471 kB/s | 43 kB 00:00 2024-09-21T08:12:17.510 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:17.523 INFO:teuthology.orchestra.run.smithi136.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-09-21T08:12:17.548 INFO:teuthology.orchestra.run.smithi136.stdout:(23/37): lua-devel-5.4.4-4.el9.x86_64.rpm 132 kB/s | 22 kB 00:00 2024-09-21T08:12:17.550 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:17.551 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:17.573 INFO:teuthology.orchestra.run.smithi136.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-09-21T08:12:17.607 INFO:teuthology.orchestra.run.smithi136.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 733 kB/s | 19 kB 00:00 2024-09-21T08:12:17.632 INFO:teuthology.orchestra.run.smithi136.stdout:(26/37): python3-jaraco-text-3.2.0-6.el9.noarch 840 kB/s | 20 kB 00:00 2024-09-21T08:12:17.657 INFO:teuthology.orchestra.run.smithi136.stdout:(27/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-09-21T08:12:17.684 INFO:teuthology.orchestra.run.smithi136.stdout:(28/37): python3-jaraco-collections-3.0.0-8.el9 172 kB/s | 23 kB 00:00 2024-09-21T08:12:17.716 INFO:teuthology.orchestra.run.smithi136.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 551 kB/s | 46 kB 00:00 2024-09-21T08:12:17.750 INFO:teuthology.orchestra.run.smithi136.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 853 kB/s | 79 kB 00:00 2024-09-21T08:12:17.775 INFO:teuthology.orchestra.run.smithi136.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-09-21T08:12:17.801 INFO:teuthology.orchestra.run.smithi136.stdout:(32/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-09-21T08:12:17.826 INFO:teuthology.orchestra.run.smithi136.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-21T08:12:17.851 INFO:teuthology.orchestra.run.smithi136.stdout:(34/37): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-09-21T08:12:17.877 INFO:teuthology.orchestra.run.smithi136.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 798 kB/s | 20 kB 00:00 2024-09-21T08:12:17.910 INFO:teuthology.orchestra.run.smithi136.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-09-21T08:12:17.936 INFO:teuthology.orchestra.run.smithi136.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-21T08:12:17.939 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:17.940 INFO:teuthology.orchestra.run.smithi136.stdout:Total 12 MB/s | 30 MB 00:02 2024-09-21T08:12:17.995 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 32/34 2024-09-21T08:12:18.006 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:18.007 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:18.022 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 32/34 2024-09-21T08:12:18.022 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:18.022 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T08:12:18.022 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T08:12:18.022 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T08:12:18.022 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:18.024 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-21T08:12:18.091 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:18.122 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-21T08:12:18.122 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:18.129 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:18.129 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:18.575 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:18.575 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:19.344 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:19.344 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/34 2024-09-21T08:12:19.344 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/34 2024-09-21T08:12:19.344 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/34 2024-09-21T08:12:19.345 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/34 2024-09-21T08:12:19.345 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 5/34 2024-09-21T08:12:19.345 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 6/34 2024-09-21T08:12:19.345 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 7/34 2024-09-21T08:12:19.345 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x 8/34 2024-09-21T08:12:19.345 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86 9/34 2024-09-21T08:12:19.346 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 10/34 2024-09-21T08:12:19.346 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 11/34 2024-09-21T08:12:19.346 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 12/34 2024-09-21T08:12:19.346 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 13/34 2024-09-21T08:12:19.346 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-21T08:12:19.346 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-21T08:12:19.347 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-21T08:12:19.347 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-21T08:12:19.347 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-21T08:12:19.347 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-21T08:12:19.347 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-21T08:12:19.347 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-21T08:12:19.348 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-21T08:12:19.348 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-21T08:12:19.348 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-21T08:12:19.348 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-21T08:12:19.348 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-21T08:12:19.348 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-21T08:12:19.349 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-21T08:12:19.349 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-21T08:12:19.349 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-21T08:12:19.349 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 31/34 2024-09-21T08:12:19.349 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-21T08:12:19.349 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/34 2024-09-21T08:12:19.350 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:19.420 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T08:12:19.456 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T08:12:19.489 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T08:12:19.562 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T08:12:19.605 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T08:12:19.645 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T08:12:19.747 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T08:12:19.824 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T08:12:19.865 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T08:12:19.901 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T08:12:19.921 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:19.938 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T08:12:19.973 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T08:12:19.988 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T08:12:20.006 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T08:12:20.024 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T08:12:20.055 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T08:12:20.057 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T08:12:20.090 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T08:12:20.124 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T08:12:20.128 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T08:12:20.173 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T08:12:20.190 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T08:12:20.205 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T08:12:20.230 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T08:12:20.262 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-21T08:12:20.262 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout:Upgraded: 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-radosgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-selinux-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.263 INFO:teuthology.orchestra.run.smithi039.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: libradosstriper1-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: librgw2-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-argparse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-common-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.264 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:20.265 INFO:teuthology.orchestra.run.smithi039.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T08:12:20.265 INFO:teuthology.orchestra.run.smithi039.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T08:12:20.265 INFO:teuthology.orchestra.run.smithi039.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T08:12:20.265 INFO:teuthology.orchestra.run.smithi039.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T08:12:20.265 INFO:teuthology.orchestra.run.smithi039.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T08:12:20.265 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:20.265 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:12:20.278 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T08:12:20.323 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T08:12:20.400 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T08:12:20.442 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T08:12:20.446 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T08:12:20.476 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T08:12:20.507 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T08:12:20.538 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T08:12:20.558 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T08:12:20.591 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T08:12:20.600 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T08:12:20.606 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-test 2024-09-21T08:12:20.630 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T08:12:20.649 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T08:12:20.684 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T08:12:20.687 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T08:12:20.727 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T08:12:20.742 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T08:12:20.775 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T08:12:20.807 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T08:12:20.880 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T08:12:20.929 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T08:12:20.975 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T08:12:21.019 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T08:12:21.054 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T08:12:21.099 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T08:12:21.150 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T08:12:21.160 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T08:12:21.199 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T08:12:21.200 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T08:12:21.206 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:12:21.256 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T08:12:21.311 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T08:12:21.320 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T08:12:21.351 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:12:21.351 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:21.351 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:12:21.351 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:21.351 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:12:21.351 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-test x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 49 M 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout: libcephsqlite x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 163 k 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout:Install 4 Packages 2024-09-21T08:12:21.352 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:21.353 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 49 M 2024-09-21T08:12:21.353 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 209 M 2024-09-21T08:12:21.353 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:12:21.479 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.n 32/37 2024-09-21T08:12:21.498 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T08:12:21.509 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/37 2024-09-21T08:12:21.535 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/37 2024-09-21T08:12:21.535 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:21.535 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T08:12:21.535 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-21T08:12:21.536 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-21T08:12:21.536 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:21.545 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T08:12:21.614 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T08:12:21.696 INFO:teuthology.orchestra.run.smithi039.stdout:(1/4): libcephsqlite-19.1.1-367.g9e2ac70b.el9.x 757 kB/s | 163 kB 00:00 2024-09-21T08:12:21.711 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T08:12:21.753 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T08:12:21.869 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T08:12:22.033 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.n 32/37 2024-09-21T08:12:22.064 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/37 2024-09-21T08:12:22.071 INFO:teuthology.orchestra.run.smithi039.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 170 kB/s | 64 kB 00:00 2024-09-21T08:12:22.090 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/37 2024-09-21T08:12:22.090 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:22.090 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T08:12:22.090 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T08:12:22.090 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T08:12:22.090 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:22.121 INFO:teuthology.orchestra.run.smithi039.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 474 kB/s | 304 kB 00:00 2024-09-21T08:12:22.986 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 34/37 2024-09-21T08:12:23.013 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 34/37 2024-09-21T08:12:23.013 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:23.013 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T08:12:23.013 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-21T08:12:23.013 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-21T08:12:23.014 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:23.021 INFO:teuthology.orchestra.run.smithi039.stdout:(4/4): ceph-test-19.1.1-367.g9e2ac70b.el9.x86_6 32 MB/s | 49 MB 00:01 2024-09-21T08:12:23.023 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:23.024 INFO:teuthology.orchestra.run.smithi039.stdout:Total 29 MB/s | 49 MB 00:01 2024-09-21T08:12:23.052 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:12:23.075 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:12:23.075 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:12:23.461 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 35/37 2024-09-21T08:12:23.482 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:12:23.482 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:12:23.485 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 35/37 2024-09-21T08:12:23.485 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:23.485 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T08:12:23.486 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-21T08:12:23.486 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-21T08:12:23.486 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:23.548 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 34/37 2024-09-21T08:12:23.575 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 34/37 2024-09-21T08:12:23.575 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:23.575 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T08:12:23.575 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T08:12:23.575 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T08:12:23.575 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:23.720 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 36/37 2024-09-21T08:12:23.744 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 36/37 2024-09-21T08:12:23.745 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:23.745 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T08:12:23.745 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-21T08:12:23.745 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-21T08:12:23.745 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:23.808 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 37/37 2024-09-21T08:12:24.024 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 35/37 2024-09-21T08:12:24.048 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 35/37 2024-09-21T08:12:24.048 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:24.048 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T08:12:24.048 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T08:12:24.048 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T08:12:24.048 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:24.171 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:12:24.253 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T08:12:24.286 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 36/37 2024-09-21T08:12:24.296 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T08:12:24.308 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 36/37 2024-09-21T08:12:24.308 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:24.308 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T08:12:24.308 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T08:12:24.308 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T08:12:24.308 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:24.324 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/4 2024-09-21T08:12:24.382 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 37/37 2024-09-21T08:12:25.603 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 37/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 5/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.n 6/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T08:12:25.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T08:12:25.605 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T08:12:25.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T08:12:25.607 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T08:12:25.607 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 37/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 5/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.n 6/37 2024-09-21T08:12:26.292 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T08:12:26.293 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T08:12:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T08:12:26.295 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T08:12:26.640 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T08:12:26.641 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T08:12:26.642 INFO:teuthology.orchestra.run.smithi148.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T08:12:26.643 INFO:teuthology.orchestra.run.smithi148.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T08:12:26.644 INFO:teuthology.orchestra.run.smithi148.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T08:12:26.644 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:26.644 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:27.047 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-base 2024-09-21T08:12:27.160 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T08:12:27.161 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T08:12:27.163 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:27.164 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:27.573 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-base 2024-09-21T08:12:27.628 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:27.718 INFO:teuthology.orchestra.run.smithi148.stdout:Package ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:12:27.760 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:27.761 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:12:27.761 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:27.832 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install cephadm 2024-09-21T08:12:28.168 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:28.258 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:12:28.300 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:28.301 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:12:28.301 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:28.373 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install cephadm 2024-09-21T08:12:28.411 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:28.543 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:28.543 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout: cephadm noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 765 k 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 765 k 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 771 k 2024-09-21T08:12:28.544 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:28.813 INFO:teuthology.orchestra.run.smithi148.stdout:cephadm-19.1.1-367.g9e2ac70b.el9.noarch.rpm 2.8 MB/s | 765 kB 00:00 2024-09-21T08:12:28.813 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:28.813 INFO:teuthology.orchestra.run.smithi148.stdout:Total 2.8 MB/s | 765 kB 00:00 2024-09-21T08:12:28.814 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:28.819 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:28.819 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:28.825 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:28.825 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:28.894 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:28.951 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:29.084 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:29.084 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 765 k 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 765 k 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 771 k 2024-09-21T08:12:29.085 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:29.187 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/4 2024-09-21T08:12:29.266 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/4 2024-09-21T08:12:29.345 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:29.366 INFO:teuthology.orchestra.run.smithi136.stdout:cephadm-19.1.1-367.g9e2ac70b.el9.noarch.rpm 2.7 MB/s | 765 kB 00:00 2024-09-21T08:12:29.367 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:29.367 INFO:teuthology.orchestra.run.smithi136.stdout:Total 2.7 MB/s | 765 kB 00:00 2024-09-21T08:12:29.367 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:29.372 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:29.372 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:29.378 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:29.378 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:29.443 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:29.451 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:29.816 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:29.948 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:30.036 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:30.070 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:30.070 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:30.070 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:30.070 INFO:teuthology.orchestra.run.smithi148.stdout: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:30.071 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:30.071 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:30.277 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T08:12:30.390 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:30.637 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:30.637 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:30.638 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:30.638 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:30.638 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:30.638 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:30.867 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:30.893 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T08:12:31.004 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 145 k 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:12:31.005 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:31.006 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 145 k 2024-09-21T08:12:31.006 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 436 k 2024-09-21T08:12:31.006 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:31.210 INFO:teuthology.orchestra.run.smithi148.stdout:ceph-immutable-object-cache-19.1.1-367.g9e2ac70 711 kB/s | 145 kB 00:00 2024-09-21T08:12:31.211 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:31.211 INFO:teuthology.orchestra.run.smithi148.stdout:Total 706 kB/s | 145 kB 00:00 2024-09-21T08:12:31.211 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:31.219 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:31.219 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:31.281 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:31.282 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:31.426 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:31.482 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:31.486 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:31.512 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:31.512 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:31.512 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T08:12:31.512 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:31.617 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:31.617 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:31.617 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-09-21T08:12:31.617 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:31.617 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:31.617 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 145 k 2024-09-21T08:12:31.618 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:31.618 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:31.618 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:31.618 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:12:31.618 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:31.618 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 145 k 2024-09-21T08:12:31.618 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 436 k 2024-09-21T08:12:31.619 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:31.717 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/4 2024-09-21T08:12:31.717 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/4 2024-09-21T08:12:31.717 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/4 2024-09-21T08:12:31.717 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T08:12:31.823 INFO:teuthology.orchestra.run.smithi136.stdout:ceph-immutable-object-cache-19.1.1-367.g9e2ac70 711 kB/s | 145 kB 00:00 2024-09-21T08:12:31.824 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:31.824 INFO:teuthology.orchestra.run.smithi136.stdout:Total 704 kB/s | 145 kB 00:00 2024-09-21T08:12:31.825 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:31.832 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:31.832 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:31.894 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:31.895 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:32.040 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:32.116 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:32.141 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:32.141 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:32.141 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T08:12:32.141 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:32.155 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-test-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout: libcephsqlite-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:32.156 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:12:32.379 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph 2024-09-21T08:12:32.443 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:32.443 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:32.443 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:32.443 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:32.443 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:32.443 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:32.679 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr 2024-09-21T08:12:32.985 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:40 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:12:33.019 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:33.019 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:33.019 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:33.019 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:33.019 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:33.019 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:33.136 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:12:33.139 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:33.139 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:12:33.139 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:33.139 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:12:33.139 INFO:teuthology.orchestra.run.smithi039.stdout: ceph x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 6.5 k 2024-09-21T08:12:33.139 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mds x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 2.4 M 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 1.5 M 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-modules-core noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 249 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mon x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 4.7 M 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-osd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 17 M 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T08:12:33.140 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T08:12:33.141 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout:Install 37 Packages 2024-09-21T08:12:33.142 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:33.143 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 30 M 2024-09-21T08:12:33.143 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 108 M 2024-09-21T08:12:33.143 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:12:33.256 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr 2024-09-21T08:12:33.276 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:59 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:33.367 INFO:teuthology.orchestra.run.smithi148.stdout:Package ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:12:33.409 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:33.410 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:12:33.410 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:33.481 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T08:12:33.853 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:33.943 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:12:33.985 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:33.986 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:12:33.986 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:34.056 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:00 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:34.059 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T08:12:34.065 INFO:teuthology.orchestra.run.smithi039.stdout:(1/37): ceph-19.1.1-367.g9e2ac70b.el9.x86_64.rp 51 kB/s | 6.5 kB 00:00 2024-09-21T08:12:34.190 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:34.191 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-dashboard noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 3.6 M 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-grafana-dashboards noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 32 k 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-prometheus-alerts noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 16 k 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T08:12:34.192 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout:Install 12 Packages 2024-09-21T08:12:34.193 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:34.194 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 8.7 M 2024-09-21T08:12:34.194 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 105 M 2024-09-21T08:12:34.194 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:34.291 INFO:teuthology.orchestra.run.smithi039.stdout:(2/37): ceph-mds-19.1.1-367.g9e2ac70b.el9.x86_6 6.8 MB/s | 2.4 MB 00:00 2024-09-21T08:12:34.333 INFO:teuthology.orchestra.run.smithi039.stdout:(3/37): ceph-mgr-19.1.1-367.g9e2ac70b.el9.x86_6 3.9 MB/s | 1.5 MB 00:00 2024-09-21T08:12:34.416 INFO:teuthology.orchestra.run.smithi039.stdout:(4/37): ceph-mgr-modules-core-19.1.1-367.g9e2ac 2.9 MB/s | 249 kB 00:00 2024-09-21T08:12:34.644 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:59 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:34.666 INFO:teuthology.orchestra.run.smithi039.stdout:(5/37): ceph-mon-19.1.1-367.g9e2ac70b.el9.x86_6 7.8 MB/s | 4.7 MB 00:00 2024-09-21T08:12:34.672 INFO:teuthology.orchestra.run.smithi148.stdout:(1/12): ceph-grafana-dashboards-19.1.1-367.g9e2 102 kB/s | 32 kB 00:00 2024-09-21T08:12:34.691 INFO:teuthology.orchestra.run.smithi039.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 921 kB/s | 253 kB 00:00 2024-09-21T08:12:34.697 INFO:teuthology.orchestra.run.smithi148.stdout:(2/12): ceph-prometheus-alerts-19.1.1-367.g9e2a 49 kB/s | 16 kB 00:00 2024-09-21T08:12:34.776 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:34.777 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:34.777 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:12:34.777 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:34.778 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:34.778 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 3.6 M 2024-09-21T08:12:34.778 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:12:34.778 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T08:12:34.778 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 32 k 2024-09-21T08:12:34.778 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 16 k 2024-09-21T08:12:34.778 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-09-21T08:12:34.779 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:34.780 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 8.7 M 2024-09-21T08:12:34.780 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 105 M 2024-09-21T08:12:34.780 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:34.814 INFO:teuthology.orchestra.run.smithi148.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.3 MB/s | 269 kB 00:00 2024-09-21T08:12:34.848 INFO:teuthology.orchestra.run.smithi148.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.7 MB/s | 1.0 MB 00:00 2024-09-21T08:12:34.884 INFO:teuthology.orchestra.run.smithi039.stdout:(7/37): ceph-osd-19.1.1-367.g9e2ac70b.el9.x86_6 28 MB/s | 17 MB 00:00 2024-09-21T08:12:34.898 INFO:teuthology.orchestra.run.smithi148.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-21T08:12:34.917 INFO:teuthology.orchestra.run.smithi039.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 472 kB/s | 106 kB 00:00 2024-09-21T08:12:34.923 INFO:teuthology.orchestra.run.smithi148.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 779 kB/s | 19 kB 00:00 2024-09-21T08:12:34.957 INFO:teuthology.orchestra.run.smithi148.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.9 MB/s | 863 kB 00:00 2024-09-21T08:12:34.967 INFO:teuthology.orchestra.run.smithi039.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.5 MB/s | 125 kB 00:00 2024-09-21T08:12:35.025 INFO:teuthology.orchestra.run.smithi148.stdout:(8/12): ceph-mgr-dashboard-19.1.1-367.g9e2ac70b 5.4 MB/s | 3.6 MB 00:00 2024-09-21T08:12:35.026 INFO:teuthology.orchestra.run.smithi039.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-21T08:12:35.058 INFO:teuthology.orchestra.run.smithi148.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.4 MB/s | 144 kB 00:00 2024-09-21T08:12:35.060 INFO:teuthology.orchestra.run.smithi039.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 769 kB/s | 135 kB 00:00 2024-09-21T08:12:35.083 INFO:teuthology.orchestra.run.smithi148.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 541 kB/s | 31 kB 00:00 2024-09-21T08:12:35.102 INFO:teuthology.orchestra.run.smithi039.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 2.8 MB/s | 1.2 MB 00:00 2024-09-21T08:12:35.108 INFO:teuthology.orchestra.run.smithi148.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.8 MB/s | 188 kB 00:00 2024-09-21T08:12:35.167 INFO:teuthology.orchestra.run.smithi148.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.4 MB/s | 2.0 MB 00:00 2024-09-21T08:12:35.171 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:35.171 INFO:teuthology.orchestra.run.smithi148.stdout:Total 8.9 MB/s | 8.7 MB 00:00 2024-09-21T08:12:35.218 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:35.235 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:35.235 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:35.450 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:35.450 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:35.553 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): ceph-prometheus-alerts-19.1.1-367.g9e2a 106 kB/s | 16 kB 00:00 2024-09-21T08:12:35.578 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): ceph-grafana-dashboards-19.1.1-367.g9e2 177 kB/s | 32 kB 00:00 2024-09-21T08:12:35.669 INFO:teuthology.orchestra.run.smithi039.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 61 kB/s | 35 kB 00:00 2024-09-21T08:12:35.769 INFO:teuthology.orchestra.run.smithi039.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 243 kB/s | 172 kB 00:00 2024-09-21T08:12:35.770 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): ceph-mgr-dashboard-19.1.1-367.g9e2ac70b 9.6 MB/s | 3.6 MB 00:00 2024-09-21T08:12:35.844 INFO:teuthology.orchestra.run.smithi039.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 230 kB/s | 188 kB 00:00 2024-09-21T08:12:35.903 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 828 kB/s | 269 kB 00:00 2024-09-21T08:12:35.962 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 9.2 MB/s | 548 kB 00:00 2024-09-21T08:12:35.977 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:35.979 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.1 MB/s | 19 kB 00:00 2024-09-21T08:12:36.013 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.5 MB/s | 863 kB 00:00 2024-09-21T08:12:36.059 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T08:12:36.063 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-09-21T08:12:36.088 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-21T08:12:36.103 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T08:12:36.113 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-21T08:12:36.149 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T08:12:36.164 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-09-21T08:12:36.180 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T08:12:36.239 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.5 MB/s | 1.0 MB 00:00 2024-09-21T08:12:36.243 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:36.244 INFO:teuthology.orchestra.run.smithi136.stdout:Total 5.9 MB/s | 8.7 MB 00:01 2024-09-21T08:12:36.273 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T08:12:36.294 INFO:teuthology.orchestra.run.smithi039.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 123 kB/s | 77 kB 00:00 2024-09-21T08:12:36.295 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:36.314 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:36.314 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:36.378 INFO:teuthology.orchestra.run.smithi039.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 84 kB/s | 51 kB 00:00 2024-09-21T08:12:36.406 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T08:12:36.412 INFO:teuthology.orchestra.run.smithi039.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 73 kB/s | 42 kB 00:00 2024-09-21T08:12:36.453 INFO:teuthology.orchestra.run.smithi039.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.0 MB/s | 151 kB 00:00 2024-09-21T08:12:36.479 INFO:teuthology.orchestra.run.smithi039.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 7.3 MB/s | 172 kB 00:00 2024-09-21T08:12:36.502 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T08:12:36.504 INFO:teuthology.orchestra.run.smithi039.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 483 kB/s | 43 kB 00:00 2024-09-21T08:12:36.517 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:36.518 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:36.529 INFO:teuthology.orchestra.run.smithi039.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 429 kB/s | 11 kB 00:00 2024-09-21T08:12:36.543 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T08:12:36.563 INFO:teuthology.orchestra.run.smithi039.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 693 kB/s | 18 kB 00:00 2024-09-21T08:12:36.571 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T08:12:36.588 INFO:teuthology.orchestra.run.smithi039.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-09-21T08:12:36.603 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9. 10/12 2024-09-21T08:12:36.605 INFO:teuthology.orchestra.run.smithi039.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 550 kB/s | 23 kB 00:00 2024-09-21T08:12:36.622 INFO:teuthology.orchestra.run.smithi039.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 578 kB/s | 19 kB 00:00 2024-09-21T08:12:36.639 INFO:teuthology.orchestra.run.smithi039.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 587 kB/s | 20 kB 00:00 2024-09-21T08:12:36.656 INFO:teuthology.orchestra.run.smithi039.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.4 MB/s | 46 kB 00:00 2024-09-21T08:12:36.681 INFO:teuthology.orchestra.run.smithi039.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-09-21T08:12:36.698 INFO:teuthology.orchestra.run.smithi039.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 988 kB/s | 16 kB 00:00 2024-09-21T08:12:36.723 INFO:teuthology.orchestra.run.smithi039.stdout:(31/37): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-09-21T08:12:36.749 INFO:teuthology.orchestra.run.smithi039.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-21T08:12:36.766 INFO:teuthology.orchestra.run.smithi039.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 856 kB/s | 36 kB 00:00 2024-09-21T08:12:36.791 INFO:teuthology.orchestra.run.smithi039.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 5.4 MB/s | 230 kB 00:00 2024-09-21T08:12:36.808 INFO:teuthology.orchestra.run.smithi039.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-21T08:12:36.833 INFO:teuthology.orchestra.run.smithi039.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 6.2 MB/s | 427 kB 00:00 2024-09-21T08:12:36.858 INFO:teuthology.orchestra.run.smithi039.stdout:(37/37): lua-devel-5.4.4-4.el9.x86_64.rpm 40 kB/s | 22 kB 00:00 2024-09-21T08:12:36.863 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:36.863 INFO:teuthology.orchestra.run.smithi039.stdout:Total 8.1 MB/s | 30 MB 00:03 2024-09-21T08:12:37.018 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:12:37.050 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:37.063 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:12:37.063 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:12:37.122 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T08:12:37.166 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T08:12:37.212 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T08:12:37.243 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T08:12:37.331 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T08:12:37.452 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T08:12:37.538 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T08:12:37.545 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:12:37.545 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:12:37.582 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T08:12:37.635 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T08:12:37.667 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9. 10/12 2024-09-21T08:12:37.670 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9 11/12 2024-09-21T08:12:37.704 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 12/12 2024-09-21T08:12:38.721 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9 11/12 2024-09-21T08:12:38.760 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 12/12 2024-09-21T08:12:38.889 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:12:38.962 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T08:12:39.005 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T08:12:39.039 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T08:12:39.041 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 12/12 2024-09-21T08:12:39.041 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9 1/12 2024-09-21T08:12:39.041 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 2/12 2024-09-21T08:12:39.041 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9. 3/12 2024-09-21T08:12:39.041 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T08:12:39.042 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T08:12:39.042 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T08:12:39.042 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T08:12:39.042 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T08:12:39.042 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T08:12:39.042 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T08:12:39.042 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T08:12:39.115 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T08:12:39.164 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T08:12:39.196 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T08:12:39.294 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T08:12:39.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T08:12:39.374 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T08:12:39.375 INFO:teuthology.orchestra.run.smithi148.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T08:12:39.376 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:39.376 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:39.378 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T08:12:39.424 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T08:12:39.459 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T08:12:39.489 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T08:12:39.523 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T08:12:39.558 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T08:12:39.608 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T08:12:39.627 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T08:12:39.651 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T08:12:39.685 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T08:12:39.735 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T08:12:39.774 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T08:12:39.861 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T08:12:40.020 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T08:12:40.103 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T08:12:40.152 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 12/12 2024-09-21T08:12:40.152 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9 1/12 2024-09-21T08:12:40.152 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 2/12 2024-09-21T08:12:40.152 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9. 3/12 2024-09-21T08:12:40.152 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T08:12:40.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T08:12:40.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T08:12:40.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T08:12:40.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T08:12:40.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T08:12:40.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T08:12:40.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T08:12:40.162 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T08:12:40.199 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T08:12:40.213 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:06 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:40.266 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T08:12:40.330 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T08:12:40.357 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout:====================================================================================== 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout:====================================================================================== 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 7.4 M 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T08:12:40.358 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout:====================================================================================== 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout:Install 12 Packages 2024-09-21T08:12:40.359 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:40.360 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 38 M 2024-09-21T08:12:40.360 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 212 M 2024-09-21T08:12:40.360 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:40.468 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T08:12:40.469 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T08:12:40.470 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:40.470 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:40.533 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T08:12:40.578 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T08:12:40.659 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T08:12:40.718 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T08:12:40.757 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T08:12:40.794 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T08:12:40.800 INFO:teuthology.orchestra.run.smithi148.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-21T08:12:40.908 INFO:teuthology.orchestra.run.smithi148.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-09-21T08:12:40.916 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T08:12:40.934 INFO:teuthology.orchestra.run.smithi148.stdout:(3/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.5 MB/s | 801 kB 00:00 2024-09-21T08:12:41.067 INFO:teuthology.orchestra.run.smithi148.stdout:(4/12): ceph-mgr-diskprediction-local-19.1.1-36 17 MB/s | 7.4 MB 00:00 2024-09-21T08:12:41.093 INFO:teuthology.orchestra.run.smithi148.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 115 kB/s | 18 kB 00:00 2024-09-21T08:12:41.097 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.n 32/37 2024-09-21T08:12:41.128 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/37 2024-09-21T08:12:41.134 INFO:teuthology.orchestra.run.smithi148.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 575 kB/s | 38 kB 00:00 2024-09-21T08:12:41.156 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 33/37 2024-09-21T08:12:41.156 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:41.156 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T08:12:41.156 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T08:12:41.156 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T08:12:41.156 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:41.251 INFO:teuthology.orchestra.run.smithi148.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.7 MB/s | 3.0 MB 00:00 2024-09-21T08:12:41.277 INFO:teuthology.orchestra.run.smithi148.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.7 MB/s | 245 kB 00:00 2024-09-21T08:12:41.302 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:06 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:41.335 INFO:teuthology.orchestra.run.smithi148.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-09-21T08:12:41.427 INFO:teuthology.orchestra.run.smithi148.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 29 MB/s | 5.1 MB 00:00 2024-09-21T08:12:41.436 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:41.437 INFO:teuthology.orchestra.run.smithi136.stdout:====================================================================================== 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout:====================================================================================== 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 7.4 M 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T08:12:41.438 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout:====================================================================================== 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-09-21T08:12:41.439 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:41.440 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 38 M 2024-09-21T08:12:41.440 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 212 M 2024-09-21T08:12:41.440 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:41.528 INFO:teuthology.orchestra.run.smithi148.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 11 MB/s | 4.9 MB 00:00 2024-09-21T08:12:41.828 INFO:teuthology.orchestra.run.smithi148.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-09-21T08:12:41.829 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:41.829 INFO:teuthology.orchestra.run.smithi148.stdout:Total 26 MB/s | 38 MB 00:01 2024-09-21T08:12:41.972 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 919 kB/s | 191 kB 00:00 2024-09-21T08:12:42.072 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.5 MB/s | 801 kB 00:00 2024-09-21T08:12:42.098 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-09-21T08:12:42.148 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-09-21T08:12:42.183 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:42.208 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:42.208 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:42.257 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): ceph-mgr-diskprediction-local-19.1.1-36 15 MB/s | 7.4 MB 00:00 2024-09-21T08:12:42.282 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 288 kB/s | 38 kB 00:00 2024-09-21T08:12:42.382 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.4 MB/s | 245 kB 00:00 2024-09-21T08:12:42.566 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 16 MB/s | 4.9 MB 00:00 2024-09-21T08:12:42.627 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:42.627 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:42.633 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 5.1 MB 00:00 2024-09-21T08:12:42.658 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.7 MB/s | 250 kB 00:00 2024-09-21T08:12:42.696 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 34/37 2024-09-21T08:12:42.708 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 4.7 MB/s | 3.0 MB 00:00 2024-09-21T08:12:42.724 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 34/37 2024-09-21T08:12:42.724 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:42.725 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T08:12:42.725 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T08:12:42.725 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T08:12:42.725 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:42.967 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 49 MB/s | 16 MB 00:00 2024-09-21T08:12:42.968 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:42.968 INFO:teuthology.orchestra.run.smithi136.stdout:Total 25 MB/s | 38 MB 00:01 2024-09-21T08:12:43.188 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 35/37 2024-09-21T08:12:43.214 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 35/37 2024-09-21T08:12:43.214 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:43.214 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T08:12:43.214 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T08:12:43.214 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T08:12:43.214 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:43.323 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:43.351 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:43.351 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:43.391 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:43.455 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T08:12:43.455 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 36/37 2024-09-21T08:12:43.481 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 36/37 2024-09-21T08:12:43.481 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:43.481 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T08:12:43.481 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T08:12:43.481 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T08:12:43.481 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:43.493 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T08:12:43.547 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 37/37 2024-09-21T08:12:43.591 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T08:12:43.635 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T08:12:43.777 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:43.777 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:43.820 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T08:12:43.851 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T08:12:43.929 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T08:12:44.554 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:44.577 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T08:12:44.632 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T08:12:44.681 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T08:12:44.690 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T08:12:44.782 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T08:12:44.825 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T08:12:45.011 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T08:12:45.040 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T08:12:45.123 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T08:12:45.437 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 37/37 2024-09-21T08:12:45.437 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 3/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 4/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 5/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.n 6/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T08:12:45.438 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T08:12:45.439 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T08:12:45.440 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T08:12:45.441 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T08:12:45.788 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T08:12:45.904 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T08:12:45.950 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T08:12:46.393 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T08:12:46.393 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:46.393 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:12:46.393 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mds-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-modules-core-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mon-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-osd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T08:12:46.394 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T08:12:46.395 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:46.396 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:12:46.812 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-base 2024-09-21T08:12:46.985 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T08:12:47.017 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 12/12 2024-09-21T08:12:47.143 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T08:12:47.429 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:12:47.522 INFO:teuthology.orchestra.run.smithi039.stdout:Package ceph-base-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:12:47.566 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:12:47.567 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:12:47.567 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:12:47.635 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install cephadm 2024-09-21T08:12:48.169 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T08:12:48.208 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 12/12 2024-09-21T08:12:48.237 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:12:48.375 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:12:48.375 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:48.375 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout: cephadm noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 765 k 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 765 k 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 771 k 2024-09-21T08:12:48.376 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:12:48.620 INFO:teuthology.orchestra.run.smithi039.stdout:cephadm-19.1.1-367.g9e2ac70b.el9.noarch.rpm 3.1 MB/s | 765 kB 00:00 2024-09-21T08:12:48.621 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:48.621 INFO:teuthology.orchestra.run.smithi039.stdout:Total 3.0 MB/s | 765 kB 00:00 2024-09-21T08:12:48.621 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:12:48.627 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:12:48.627 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:12:48.633 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:12:48.633 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:12:48.734 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:12:49.230 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:49.327 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 12/12 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 1/12 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T08:12:49.511 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T08:12:49.512 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T08:12:49.512 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T08:12:49.512 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T08:12:49.512 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T08:12:49.677 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:49.926 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:12:49.926 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:49.926 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:12:49.927 INFO:teuthology.orchestra.run.smithi039.stdout: cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:49.927 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:49.927 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:12:49.944 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T08:12:49.944 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:49.944 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:49.944 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:49.944 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T08:12:49.944 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:49.945 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:50.135 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T08:12:50.328 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-rook 2024-09-21T08:12:50.742 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:12:50.883 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 145 k 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:12:50.884 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:50.885 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:12:50.885 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:50.885 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 145 k 2024-09-21T08:12:50.885 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 436 k 2024-09-21T08:12:50.885 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:12:50.919 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:16 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:50.926 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 12/12 2024-09-21T08:12:50.926 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 1/12 2024-09-21T08:12:50.926 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T08:12:50.926 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T08:12:50.926 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T08:12:50.926 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T08:12:50.926 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T08:12:50.927 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T08:12:50.927 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T08:12:50.927 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T08:12:50.927 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T08:12:50.927 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T08:12:51.054 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:51.055 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:51.055 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:51.055 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-rook noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 49 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T08:12:51.056 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout:Install 13 Packages 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:51.057 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 2.2 M 2024-09-21T08:12:51.058 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 26 M 2024-09-21T08:12:51.058 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:51.092 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-immutable-object-cache-19.1.1-367.g9e2ac70 701 kB/s | 145 kB 00:00 2024-09-21T08:12:51.093 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:51.093 INFO:teuthology.orchestra.run.smithi039.stdout:Total 696 kB/s | 145 kB 00:00 2024-09-21T08:12:51.093 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:12:51.101 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:12:51.101 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:12:51.168 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:12:51.168 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:12:51.292 INFO:teuthology.orchestra.run.smithi148.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 304 kB/s | 26 kB 00:00 2024-09-21T08:12:51.317 INFO:teuthology.orchestra.run.smithi148.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 175 kB/s | 19 kB 00:00 2024-09-21T08:12:51.327 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T08:12:51.327 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:51.327 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:51.327 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:51.328 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T08:12:51.328 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T08:12:51.328 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T08:12:51.328 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T08:12:51.328 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T08:12:51.328 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T08:12:51.329 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T08:12:51.329 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T08:12:51.329 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T08:12:51.329 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T08:12:51.329 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T08:12:51.329 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:51.329 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:51.336 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:12:51.375 INFO:teuthology.orchestra.run.smithi148.stdout:(3/13): ceph-mgr-rook-19.1.1-367.g9e2ac70b.el9. 293 kB/s | 49 kB 00:00 2024-09-21T08:12:51.419 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:51.426 INFO:teuthology.orchestra.run.smithi148.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-09-21T08:12:51.446 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:51.446 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:12:51.446 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T08:12:51.446 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:51.451 INFO:teuthology.orchestra.run.smithi148.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-09-21T08:12:51.485 INFO:teuthology.orchestra.run.smithi148.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 916 kB/s | 54 kB 00:00 2024-09-21T08:12:51.518 INFO:teuthology.orchestra.run.smithi148.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-21T08:12:51.544 INFO:teuthology.orchestra.run.smithi148.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 247 kB/s | 14 kB 00:00 2024-09-21T08:12:51.569 INFO:teuthology.orchestra.run.smithi148.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 4.4 MB/s | 220 kB 00:00 2024-09-21T08:12:51.586 INFO:teuthology.orchestra.run.smithi148.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 3.4 MB/s | 59 kB 00:00 2024-09-21T08:12:51.611 INFO:teuthology.orchestra.run.smithi148.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2024-09-21T08:12:51.646 INFO:teuthology.orchestra.run.smithi148.stdout:(12/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.0 MB/s | 279 kB 00:00 2024-09-21T08:12:51.678 INFO:teuthology.orchestra.run.smithi148.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.6 MB/s | 1.0 MB 00:00 2024-09-21T08:12:51.680 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:51.680 INFO:teuthology.orchestra.run.smithi148.stdout:Total 3.6 MB/s | 2.2 MB 00:00 2024-09-21T08:12:51.744 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:51.752 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-rook 2024-09-21T08:12:51.760 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:51.760 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:51.850 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:51.851 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:52.344 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:17 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:52.356 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:52.361 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.e 1/1 2024-09-21T08:12:52.361 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:52.362 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:12:52.362 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-immutable-object-cache-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:12:52.362 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:52.362 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:12:52.476 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:52.477 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:52.477 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 49 k 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T08:12:52.478 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout:Install 13 Packages 2024-09-21T08:12:52.479 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:52.480 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 2.2 M 2024-09-21T08:12:52.480 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 26 M 2024-09-21T08:12:52.480 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:52.534 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T08:12:52.587 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T08:12:52.588 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr 2024-09-21T08:12:52.652 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T08:12:52.688 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T08:12:52.730 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T08:12:52.810 INFO:teuthology.orchestra.run.smithi136.stdout:(1/13): ceph-mgr-rook-19.1.1-367.g9e2ac70b.el9. 315 kB/s | 49 kB 00:00 2024-09-21T08:12:52.831 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T08:12:52.933 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T08:12:52.935 INFO:teuthology.orchestra.run.smithi136.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 68 kB/s | 19 kB 00:00 2024-09-21T08:12:52.960 INFO:teuthology.orchestra.run.smithi136.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 83 kB/s | 26 kB 00:00 2024-09-21T08:12:52.982 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T08:12:53.196 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:01 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:12:53.289 INFO:teuthology.orchestra.run.smithi039.stdout:Package ceph-mgr-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:12:53.319 INFO:teuthology.orchestra.run.smithi136.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 414 kB/s | 159 kB 00:00 2024-09-21T08:12:53.333 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:12:53.334 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:12:53.334 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:12:53.409 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T08:12:53.419 INFO:teuthology.orchestra.run.smithi136.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 608 kB/s | 279 kB 00:00 2024-09-21T08:12:53.445 INFO:teuthology.orchestra.run.smithi136.stdout:(6/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 350 kB/s | 222 kB 00:00 2024-09-21T08:12:53.470 INFO:teuthology.orchestra.run.smithi136.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 356 kB/s | 54 kB 00:00 2024-09-21T08:12:53.520 INFO:teuthology.orchestra.run.smithi136.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-09-21T08:12:53.545 INFO:teuthology.orchestra.run.smithi136.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-21T08:12:53.571 INFO:teuthology.orchestra.run.smithi136.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-21T08:12:53.596 INFO:teuthology.orchestra.run.smithi136.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-21T08:12:53.621 INFO:teuthology.orchestra.run.smithi136.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-21T08:12:53.655 INFO:teuthology.orchestra.run.smithi136.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.7 MB/s | 1.0 MB 00:00 2024-09-21T08:12:53.657 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:53.658 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-09-21T08:12:53.701 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T08:12:53.720 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:53.735 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:53.735 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:53.754 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T08:12:53.796 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T08:12:53.823 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:53.824 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:53.853 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T08:12:53.875 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 13/13 2024-09-21T08:12:54.010 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:02 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:12:54.149 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-dashboard noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 3.6 M 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-grafana-dashboards noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 32 k 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-prometheus-alerts noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 16 k 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T08:12:54.150 INFO:teuthology.orchestra.run.smithi039.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout:Install 12 Packages 2024-09-21T08:12:54.151 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:54.152 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 8.7 M 2024-09-21T08:12:54.152 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 105 M 2024-09-21T08:12:54.152 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:12:54.338 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:54.505 INFO:teuthology.orchestra.run.smithi039.stdout:(1/12): ceph-prometheus-alerts-19.1.1-367.g9e2a 113 kB/s | 16 kB 00:00 2024-09-21T08:12:54.508 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T08:12:54.530 INFO:teuthology.orchestra.run.smithi039.stdout:(2/12): ceph-grafana-dashboards-19.1.1-367.g9e2 186 kB/s | 32 kB 00:00 2024-09-21T08:12:54.564 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T08:12:54.620 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 13/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 1/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T08:12:54.636 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T08:12:54.637 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T08:12:54.637 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T08:12:54.637 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T08:12:54.637 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T08:12:54.647 INFO:teuthology.orchestra.run.smithi039.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.3 MB/s | 269 kB 00:00 2024-09-21T08:12:54.657 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T08:12:54.689 INFO:teuthology.orchestra.run.smithi039.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-09-21T08:12:54.698 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T08:12:54.772 INFO:teuthology.orchestra.run.smithi039.stdout:(5/12): ceph-mgr-dashboard-19.1.1-367.g9e2ac70b 8.6 MB/s | 3.6 MB 00:00 2024-09-21T08:12:54.801 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T08:12:54.823 INFO:teuthology.orchestra.run.smithi039.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.0 MB/s | 548 kB 00:00 2024-09-21T08:12:54.839 INFO:teuthology.orchestra.run.smithi039.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 299 kB/s | 19 kB 00:00 2024-09-21T08:12:54.873 INFO:teuthology.orchestra.run.smithi039.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-21T08:12:54.890 INFO:teuthology.orchestra.run.smithi039.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.8 MB/s | 31 kB 00:00 2024-09-21T08:12:54.903 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T08:12:54.940 INFO:teuthology.orchestra.run.smithi039.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 18 MB/s | 2.0 MB 00:00 2024-09-21T08:12:54.959 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T08:12:54.964 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T08:12:54.964 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:54.964 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:54.964 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:54.964 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T08:12:54.964 INFO:teuthology.orchestra.run.smithi148.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:54.965 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:54.966 INFO:teuthology.orchestra.run.smithi039.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-09-21T08:12:55.238 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T08:12:55.591 INFO:teuthology.orchestra.run.smithi039.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 915 kB/s | 863 kB 00:00 2024-09-21T08:12:55.594 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:55.594 INFO:teuthology.orchestra.run.smithi039.stdout:Total 6.0 MB/s | 8.7 MB 00:01 2024-09-21T08:12:55.643 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:12:55.661 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:12:55.661 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:12:55.671 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T08:12:55.723 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T08:12:55.757 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T08:12:55.805 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T08:12:55.822 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:21 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:55.835 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 13/13 2024-09-21T08:12:55.872 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:12:55.872 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:12:55.957 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:55.958 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:55.958 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:55.958 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:55.958 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:55.958 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-cephadm noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 146 k 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout:Install 6 Packages 2024-09-21T08:12:55.959 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:55.960 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 7.0 M 2024-09-21T08:12:55.960 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 33 M 2024-09-21T08:12:55.960 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:56.155 INFO:teuthology.orchestra.run.smithi148.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-09-21T08:12:56.205 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-21T08:12:56.231 INFO:teuthology.orchestra.run.smithi148.stdout:(3/6): ceph-mgr-cephadm-19.1.1-367.g9e2ac70b.el 667 kB/s | 146 kB 00:00 2024-09-21T08:12:56.256 INFO:teuthology.orchestra.run.smithi148.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-21T08:12:56.298 INFO:teuthology.orchestra.run.smithi148.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-21T08:12:56.373 INFO:teuthology.orchestra.run.smithi148.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-09-21T08:12:56.375 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:56.375 INFO:teuthology.orchestra.run.smithi148.stdout:Total 17 MB/s | 7.0 MB 00:00 2024-09-21T08:12:56.435 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:12:56.446 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:12:56.457 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:12:56.457 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:12:56.517 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T08:12:56.552 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T08:12:56.556 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:12:56.558 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:12:56.559 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 13/13 2024-09-21T08:12:56.559 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 1/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T08:12:56.560 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T08:12:56.609 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T08:12:56.646 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T08:12:56.742 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T08:12:56.860 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:12:56.888 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T08:12:56.899 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:56.900 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:12:56.988 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T08:12:57.043 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T08:12:57.048 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T08:12:57.070 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T08:12:57.100 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T08:12:57.110 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9. 10/12 2024-09-21T08:12:57.191 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T08:12:57.615 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T08:12:57.704 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T08:12:57.766 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T08:12:57.774 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:22 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:12:57.795 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 6/6 2024-09-21T08:12:57.910 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 146 k 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:57.911 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:12:57.912 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:12:57.912 INFO:teuthology.orchestra.run.smithi136.stdout:Install 6 Packages 2024-09-21T08:12:57.912 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:12:57.912 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 7.0 M 2024-09-21T08:12:57.912 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 33 M 2024-09-21T08:12:57.912 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:12:58.239 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9 11/12 2024-09-21T08:12:58.286 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 12/12 2024-09-21T08:12:58.536 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 6/6 2024-09-21T08:12:58.536 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/6 2024-09-21T08:12:58.536 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T08:12:58.536 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T08:12:58.536 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T08:12:58.536 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T08:12:58.549 INFO:teuthology.orchestra.run.smithi136.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-09-21T08:12:58.575 INFO:teuthology.orchestra.run.smithi136.stdout:(2/6): ceph-mgr-cephadm-19.1.1-367.g9e2ac70b.el 715 kB/s | 146 kB 00:00 2024-09-21T08:12:58.625 INFO:teuthology.orchestra.run.smithi136.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-21T08:12:58.650 INFO:teuthology.orchestra.run.smithi136.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 843 kB/s | 58 kB 00:00 2024-09-21T08:12:58.675 INFO:teuthology.orchestra.run.smithi136.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-21T08:12:58.776 INFO:teuthology.orchestra.run.smithi136.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-09-21T08:12:58.778 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:12:58.779 INFO:teuthology.orchestra.run.smithi136.stdout:Total 8.1 MB/s | 7.0 MB 00:00 2024-09-21T08:12:58.812 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:58.813 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:12:58.849 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:12:58.861 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:12:58.861 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:12:58.962 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:12:58.962 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:12:59.078 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-fuse 2024-09-21T08:12:59.270 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:12:59.441 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T08:12:59.493 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T08:12:59.588 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 12/12 2024-09-21T08:12:59.588 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9 1/12 2024-09-21T08:12:59.588 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noar 2/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9. 3/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T08:12:59.589 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T08:12:59.676 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:25 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:12:59.820 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:12:59.820 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:59.820 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-fuse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 896 k 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout:Install 2 Packages 2024-09-21T08:12:59.821 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:12:59.822 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 976 k 2024-09-21T08:12:59.822 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 2.9 M 2024-09-21T08:12:59.822 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:12:59.928 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T08:12:59.928 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-grafana-dashboards-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-dashboard-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-prometheus-alerts-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T08:12:59.929 INFO:teuthology.orchestra.run.smithi039.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T08:12:59.930 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:12:59.930 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:00.021 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T08:13:00.105 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T08:13:00.161 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T08:13:00.169 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T08:13:00.207 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 6/6 2024-09-21T08:13:00.262 INFO:teuthology.orchestra.run.smithi148.stdout:(1/2): ceph-fuse-19.1.1-367.g9e2ac70b.el9.x86_6 2.9 MB/s | 896 kB 00:00 2024-09-21T08:13:00.409 INFO:teuthology.orchestra.run.smithi148.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 176 kB/s | 80 kB 00:00 2024-09-21T08:13:00.411 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:00.411 INFO:teuthology.orchestra.run.smithi148.stdout:Total 1.6 MB/s | 976 kB 00:00 2024-09-21T08:13:00.421 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:13:00.443 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:13:00.443 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:13:00.528 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:13:00.528 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:13:00.716 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:13:00.766 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:00.844 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T08:13:00.904 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:00.905 INFO:teuthology.orchestra.run.smithi039.stdout:====================================================================================== 2024-09-21T08:13:00.905 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:13:00.905 INFO:teuthology.orchestra.run.smithi039.stdout:====================================================================================== 2024-09-21T08:13:00.905 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:00.905 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 7.4 M 2024-09-21T08:13:00.905 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:13:00.905 INFO:teuthology.orchestra.run.smithi039.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T08:13:00.906 INFO:teuthology.orchestra.run.smithi039.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T08:13:00.907 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:00.907 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:00.907 INFO:teuthology.orchestra.run.smithi039.stdout:====================================================================================== 2024-09-21T08:13:00.907 INFO:teuthology.orchestra.run.smithi039.stdout:Install 12 Packages 2024-09-21T08:13:00.907 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:00.907 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 38 M 2024-09-21T08:13:00.908 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 212 M 2024-09-21T08:13:00.908 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:00.926 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/2 2024-09-21T08:13:01.036 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 6/6 2024-09-21T08:13:01.036 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/6 2024-09-21T08:13:01.036 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T08:13:01.036 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T08:13:01.036 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T08:13:01.036 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T08:13:01.296 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T08:13:01.296 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:01.296 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:01.296 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:13:01.297 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T08:13:01.297 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T08:13:01.297 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T08:13:01.297 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T08:13:01.297 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T08:13:01.297 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:01.297 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:01.575 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-fuse 2024-09-21T08:13:01.652 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/2 2024-09-21T08:13:01.652 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/2 2024-09-21T08:13:01.682 INFO:teuthology.orchestra.run.smithi039.stdout:(1/12): ceph-mgr-diskprediction-local-19.1.1-36 17 MB/s | 7.4 MB 00:00 2024-09-21T08:13:01.774 INFO:teuthology.orchestra.run.smithi039.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 357 kB/s | 33 kB 00:00 2024-09-21T08:13:01.799 INFO:teuthology.orchestra.run.smithi039.stdout:(3/12): libquadmath-11.5.0-2.el9.x86_64.rpm 340 kB/s | 191 kB 00:00 2024-09-21T08:13:01.883 INFO:teuthology.orchestra.run.smithi039.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 218 kB/s | 18 kB 00:00 2024-09-21T08:13:01.941 INFO:teuthology.orchestra.run.smithi039.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 18 MB/s | 3.0 MB 00:00 2024-09-21T08:13:01.963 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T08:13:01.963 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:01.963 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:13:01.964 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T08:13:01.964 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:01.964 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:01.966 INFO:teuthology.orchestra.run.smithi039.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 460 kB/s | 38 kB 00:00 2024-09-21T08:13:02.075 INFO:teuthology.orchestra.run.smithi039.stdout:(7/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 37 MB/s | 4.9 MB 00:00 2024-09-21T08:13:02.109 INFO:teuthology.orchestra.run.smithi039.stdout:(8/12): libgfortran-11.5.0-2.el9.x86_64.rpm 919 kB/s | 801 kB 00:00 2024-09-21T08:13:02.134 INFO:teuthology.orchestra.run.smithi039.stdout:(9/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-09-21T08:13:02.167 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:02.243 INFO:teuthology.orchestra.run.smithi039.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 31 MB/s | 5.1 MB 00:00 2024-09-21T08:13:02.246 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-volume 2024-09-21T08:13:02.300 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:02.300 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:02.300 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:13:02.300 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:02.300 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 896 k 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout:Install 2 Packages 2024-09-21T08:13:02.301 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:02.302 INFO:teuthology.orchestra.run.smithi039.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.3 MB/s | 250 kB 00:00 2024-09-21T08:13:02.302 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 976 k 2024-09-21T08:13:02.302 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 2.9 M 2024-09-21T08:13:02.302 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:13:02.552 INFO:teuthology.orchestra.run.smithi039.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 39 MB/s | 16 MB 00:00 2024-09-21T08:13:02.552 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:02.552 INFO:teuthology.orchestra.run.smithi039.stdout:Total 23 MB/s | 38 MB 00:01 2024-09-21T08:13:02.687 INFO:teuthology.orchestra.run.smithi136.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 744 kB/s | 80 kB 00:00 2024-09-21T08:13:02.853 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:28 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:02.879 INFO:teuthology.orchestra.run.smithi136.stdout:(2/2): ceph-fuse-19.1.1-367.g9e2ac70b.el9.x86_6 2.9 MB/s | 896 kB 00:00 2024-09-21T08:13:02.879 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:02.879 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.6 MB/s | 976 kB 00:00 2024-09-21T08:13:02.892 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:13:02.915 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:13:02.915 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:13:02.920 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:02.947 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:02.947 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:02.989 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-volume noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 285 k 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:13:02.990 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:02.991 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:13:02.991 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:02.991 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 285 k 2024-09-21T08:13:02.991 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 1.3 M 2024-09-21T08:13:02.991 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:13:02.996 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:13:02.997 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:13:03.185 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:13:03.196 INFO:teuthology.orchestra.run.smithi148.stdout:ceph-volume-19.1.1-367.g9e2ac70b.el9.noarch.rpm 1.4 MB/s | 285 kB 00:00 2024-09-21T08:13:03.197 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:03.197 INFO:teuthology.orchestra.run.smithi148.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-21T08:13:03.197 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:13:03.206 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:13:03.206 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:13:03.235 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:13:03.236 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:13:03.314 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T08:13:03.395 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/2 2024-09-21T08:13:03.397 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:03.398 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:03.453 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:13:03.515 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:03.531 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:03.531 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:13:03.532 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T08:13:03.532 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:04.072 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/2 2024-09-21T08:13:04.072 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/2 2024-09-21T08:13:04.215 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:04.279 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T08:13:04.322 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T08:13:04.365 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T08:13:04.365 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:04.365 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:04.365 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T08:13:04.365 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:04.365 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:04.421 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T08:13:04.468 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T08:13:04.489 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:04.489 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:04.489 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:13:04.489 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:13:04.489 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:04.489 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:04.644 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-volume 2024-09-21T08:13:04.660 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T08:13:04.708 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T08:13:04.788 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T08:13:04.803 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librados-devel 2024-09-21T08:13:05.238 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:05.376 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:05.377 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:05.377 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-09-21T08:13:05.378 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:05.378 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:13:05.378 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 285 k 2024-09-21T08:13:05.378 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:05.378 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:13:05.378 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:05.378 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:13:05.379 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:05.379 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 285 k 2024-09-21T08:13:05.379 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 1.3 M 2024-09-21T08:13:05.379 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:13:05.409 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:31 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:05.492 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T08:13:05.545 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:05.545 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:05.545 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout: librados-devel x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 127 k 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:13:05.546 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:05.547 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 127 k 2024-09-21T08:13:05.547 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 456 k 2024-09-21T08:13:05.547 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:13:05.609 INFO:teuthology.orchestra.run.smithi136.stdout:ceph-volume-19.1.1-367.g9e2ac70b.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-21T08:13:05.609 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:05.609 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-21T08:13:05.609 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:13:05.618 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:13:05.618 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:13:05.618 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T08:13:05.651 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:13:05.652 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:13:05.743 INFO:teuthology.orchestra.run.smithi148.stdout:librados-devel-19.1.1-367.g9e2ac70b.el9.x86_64. 646 kB/s | 127 kB 00:00 2024-09-21T08:13:05.744 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:05.744 INFO:teuthology.orchestra.run.smithi148.stdout:Total 641 kB/s | 127 kB 00:00 2024-09-21T08:13:05.744 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:13:05.749 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:13:05.750 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:13:05.813 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:13:05.814 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:13:05.873 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:13:05.944 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:05.960 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:05.960 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:13:05.960 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T08:13:05.960 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:05.961 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:13:06.048 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:06.476 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:06.731 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:06.731 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:06.731 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:13:06.731 INFO:teuthology.orchestra.run.smithi148.stdout: librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:06.731 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:06.731 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:06.963 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:06.963 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:06.963 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:06.963 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:13:06.963 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:06.964 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:06.964 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T08:13:07.055 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install libcephfs2 2024-09-21T08:13:07.264 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados-devel 2024-09-21T08:13:07.643 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:33 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:07.734 INFO:teuthology.orchestra.run.smithi148.stdout:Package libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:07.779 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:07.780 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:13:07.780 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:07.847 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install libcephfs-devel 2024-09-21T08:13:07.875 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:08.010 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 127 k 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 127 k 2024-09-21T08:13:08.011 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 456 k 2024-09-21T08:13:08.012 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:13:08.037 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T08:13:08.066 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 12/12 2024-09-21T08:13:08.206 INFO:teuthology.orchestra.run.smithi136.stdout:librados-devel-19.1.1-367.g9e2ac70b.el9.x86_64. 655 kB/s | 127 kB 00:00 2024-09-21T08:13:08.206 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:08.207 INFO:teuthology.orchestra.run.smithi136.stdout:Total 650 kB/s | 127 kB 00:00 2024-09-21T08:13:08.207 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:13:08.212 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:13:08.212 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:13:08.278 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:13:08.278 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:13:08.430 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:13:08.436 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:34 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:08.520 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:08.570 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:08.570 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:08.570 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs-devel x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 32 k 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:13:08.571 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:08.572 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 32 k 2024-09-21T08:13:08.572 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 142 k 2024-09-21T08:13:08.572 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:13:08.722 INFO:teuthology.orchestra.run.smithi148.stdout:libcephfs-devel-19.1.1-367.g9e2ac70b.el9.x86_64 211 kB/s | 32 kB 00:00 2024-09-21T08:13:08.722 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:08.723 INFO:teuthology.orchestra.run.smithi148.stdout:Total 209 kB/s | 32 kB 00:00 2024-09-21T08:13:08.723 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:13:08.726 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:13:08.726 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:13:08.741 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:13:08.741 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:13:08.833 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:13:08.935 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:08.972 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:09.230 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:09.230 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:09.230 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:09.230 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:09.230 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:09.230 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:09.332 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:09.516 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs2 2024-09-21T08:13:09.552 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:09.552 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:09.552 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:13:09.552 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:09.552 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:09.552 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:09.745 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librados2 2024-09-21T08:13:10.111 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:10.206 INFO:teuthology.orchestra.run.smithi136.stdout:Package libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:10.251 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:10.252 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:13:10.252 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:10.335 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:36 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:10.336 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs-devel 2024-09-21T08:13:10.426 INFO:teuthology.orchestra.run.smithi148.stdout:Package librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:10.470 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:10.471 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:13:10.471 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:10.539 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librbd1 2024-09-21T08:13:10.663 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 12/12 2024-09-21T08:13:10.663 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac7 1/12 2024-09-21T08:13:10.663 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T08:13:10.663 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T08:13:10.664 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T08:13:10.920 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:11.054 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 32 k 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:13:11.055 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:11.056 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:13:11.056 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:11.056 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 32 k 2024-09-21T08:13:11.056 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 142 k 2024-09-21T08:13:11.057 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:13:11.070 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T08:13:11.070 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:11.070 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:11.070 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-diskprediction-local-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:13:11.071 INFO:teuthology.orchestra.run.smithi039.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T08:13:11.071 INFO:teuthology.orchestra.run.smithi039.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T08:13:11.071 INFO:teuthology.orchestra.run.smithi039.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T08:13:11.071 INFO:teuthology.orchestra.run.smithi039.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T08:13:11.071 INFO:teuthology.orchestra.run.smithi039.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T08:13:11.071 INFO:teuthology.orchestra.run.smithi039.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T08:13:11.071 INFO:teuthology.orchestra.run.smithi039.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T08:13:11.072 INFO:teuthology.orchestra.run.smithi039.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T08:13:11.072 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T08:13:11.072 INFO:teuthology.orchestra.run.smithi039.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T08:13:11.072 INFO:teuthology.orchestra.run.smithi039.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T08:13:11.072 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:11.072 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:11.132 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:11.210 INFO:teuthology.orchestra.run.smithi136.stdout:libcephfs-devel-19.1.1-367.g9e2ac70b.el9.x86_64 206 kB/s | 32 kB 00:00 2024-09-21T08:13:11.210 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:11.211 INFO:teuthology.orchestra.run.smithi136.stdout:Total 204 kB/s | 32 kB 00:00 2024-09-21T08:13:11.211 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:13:11.214 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:13:11.214 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:13:11.222 INFO:teuthology.orchestra.run.smithi148.stdout:Package librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:11.227 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:13:11.228 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:13:11.268 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:11.269 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:13:11.269 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:11.322 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:13:11.332 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rados 2024-09-21T08:13:11.424 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:11.430 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-rook 2024-09-21T08:13:11.780 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:11.916 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:12.006 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:12.026 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:12.027 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:12.027 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:12.027 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:12.027 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:12.027 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:12.042 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:20 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:12.049 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:12.051 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:13:12.051 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:12.124 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rgw 2024-09-21T08:13:12.182 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-rook noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 49 k 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T08:13:12.183 INFO:teuthology.orchestra.run.smithi039.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout:Install 13 Packages 2024-09-21T08:13:12.184 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:12.185 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 2.2 M 2024-09-21T08:13:12.185 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 26 M 2024-09-21T08:13:12.185 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:12.240 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados2 2024-09-21T08:13:12.568 INFO:teuthology.orchestra.run.smithi039.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 238 kB/s | 19 kB 00:00 2024-09-21T08:13:12.592 INFO:teuthology.orchestra.run.smithi039.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 242 kB/s | 26 kB 00:00 2024-09-21T08:13:12.651 INFO:teuthology.orchestra.run.smithi039.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-09-21T08:13:12.677 INFO:teuthology.orchestra.run.smithi039.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-09-21T08:13:12.700 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:12.701 INFO:teuthology.orchestra.run.smithi039.stdout:(5/13): ceph-mgr-rook-19.1.1-367.g9e2ac70b.el9. 229 kB/s | 49 kB 00:00 2024-09-21T08:13:12.727 INFO:teuthology.orchestra.run.smithi039.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-21T08:13:12.752 INFO:teuthology.orchestra.run.smithi039.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-21T08:13:12.789 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:12.803 INFO:teuthology.orchestra.run.smithi039.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-09-21T08:13:12.828 INFO:teuthology.orchestra.run.smithi039.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-21T08:13:12.828 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:12.832 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:12.833 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:13:12.834 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:12.853 INFO:teuthology.orchestra.run.smithi039.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-21T08:13:12.878 INFO:teuthology.orchestra.run.smithi039.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-21T08:13:12.899 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-cephfs 2024-09-21T08:13:12.903 INFO:teuthology.orchestra.run.smithi039.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-21T08:13:12.920 INFO:teuthology.orchestra.run.smithi136.stdout:Package librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:12.945 INFO:teuthology.orchestra.run.smithi039.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.3 MB/s | 1.0 MB 00:00 2024-09-21T08:13:12.948 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:12.948 INFO:teuthology.orchestra.run.smithi039.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-09-21T08:13:12.964 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:12.965 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:13:12.965 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:13.015 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:13.032 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:13.032 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:13.033 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librbd1 2024-09-21T08:13:13.130 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:13.131 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:13.488 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:13.578 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:13.619 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:13.622 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:13.623 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:13:13.623 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:13.650 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:13.690 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rbd 2024-09-21T08:13:13.709 INFO:teuthology.orchestra.run.smithi136.stdout:Package librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:13.753 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:13.754 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:13:13.754 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:13.825 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rados 2024-09-21T08:13:13.834 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T08:13:13.899 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T08:13:13.963 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T08:13:14.006 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T08:13:14.048 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T08:13:14.155 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T08:13:14.267 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T08:13:14.269 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:14.326 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T08:13:14.361 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:14.397 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:14.405 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:14.406 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-09-21T08:13:14.407 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:14.475 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-fuse 2024-09-21T08:13:14.485 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:14.528 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:14.529 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:13:14.529 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:14.615 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rgw 2024-09-21T08:13:15.063 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:15.095 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T08:13:15.147 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T08:13:15.181 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T08:13:15.192 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:15.199 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-fuse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 85 k 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:13:15.200 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:15.201 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 85 k 2024-09-21T08:13:15.201 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 231 k 2024-09-21T08:13:15.201 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:13:15.229 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T08:13:15.258 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 13/13 2024-09-21T08:13:15.284 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:15.327 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:15.328 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:13:15.328 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:15.392 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-fuse-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 447 kB/s | 85 kB 00:00 2024-09-21T08:13:15.392 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:15.393 INFO:teuthology.orchestra.run.smithi148.stdout:Total 444 kB/s | 85 kB 00:00 2024-09-21T08:13:15.393 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:13:15.394 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-cephfs 2024-09-21T08:13:15.400 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:13:15.400 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:13:15.464 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:13:15.464 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:13:15.614 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:13:15.714 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:15.981 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:16.022 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 13/13 2024-09-21T08:13:16.022 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 1/13 2024-09-21T08:13:16.022 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T08:13:16.022 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T08:13:16.022 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T08:13:16.023 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T08:13:16.023 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T08:13:16.023 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T08:13:16.023 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T08:13:16.023 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T08:13:16.024 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T08:13:16.024 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T08:13:16.024 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T08:13:16.072 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:16.107 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:16.116 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:16.117 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:13:16.117 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:16.194 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rbd 2024-09-21T08:13:16.361 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:16.361 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:16.362 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:13:16.362 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:16.362 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:16.362 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:16.368 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T08:13:16.368 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:16.368 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:16.368 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-rook-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:13:16.368 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T08:13:16.368 INFO:teuthology.orchestra.run.smithi039.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T08:13:16.369 INFO:teuthology.orchestra.run.smithi039.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T08:13:16.369 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T08:13:16.369 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T08:13:16.369 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T08:13:16.369 INFO:teuthology.orchestra.run.smithi039.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T08:13:16.369 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T08:13:16.369 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T08:13:16.370 INFO:teuthology.orchestra.run.smithi039.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T08:13:16.370 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T08:13:16.370 INFO:teuthology.orchestra.run.smithi039.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T08:13:16.370 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:16.370 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:16.592 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-mirror 2024-09-21T08:13:16.611 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T08:13:16.775 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:16.865 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:16.908 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:16.909 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-09-21T08:13:16.909 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:16.990 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-fuse 2024-09-21T08:13:17.191 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:17.217 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:25 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:17.330 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-mirror x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.1 M 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:13:17.331 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:17.332 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 3.1 M 2024-09-21T08:13:17.332 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 13 M 2024-09-21T08:13:17.332 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:13:17.358 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-cephadm noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 146 k 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T08:13:17.359 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:17.360 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:17.360 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:17.360 INFO:teuthology.orchestra.run.smithi039.stdout:Install 6 Packages 2024-09-21T08:13:17.360 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:17.360 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 7.0 M 2024-09-21T08:13:17.360 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 33 M 2024-09-21T08:13:17.360 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:17.573 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:42 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:17.679 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-mirror-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 9.0 MB/s | 3.1 MB 00:00 2024-09-21T08:13:17.679 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:17.680 INFO:teuthology.orchestra.run.smithi148.stdout:Total 8.9 MB/s | 3.1 MB 00:00 2024-09-21T08:13:17.680 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:13:17.688 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:13:17.689 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:13:17.705 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 85 k 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:13:17.706 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:17.707 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 85 k 2024-09-21T08:13:17.707 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 231 k 2024-09-21T08:13:17.707 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:13:17.771 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:13:17.771 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:13:17.881 INFO:teuthology.orchestra.run.smithi039.stdout:(1/6): ceph-mgr-cephadm-19.1.1-367.g9e2ac70b.el 630 kB/s | 146 kB 00:00 2024-09-21T08:13:17.904 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-fuse-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 433 kB/s | 85 kB 00:00 2024-09-21T08:13:17.905 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:17.905 INFO:teuthology.orchestra.run.smithi136.stdout:Total 430 kB/s | 85 kB 00:00 2024-09-21T08:13:17.905 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:13:17.912 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:13:17.912 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:13:17.931 INFO:teuthology.orchestra.run.smithi039.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-21T08:13:17.957 INFO:teuthology.orchestra.run.smithi039.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-21T08:13:17.976 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:13:17.976 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:13:17.981 INFO:teuthology.orchestra.run.smithi039.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-21T08:13:18.149 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:13:18.157 INFO:teuthology.orchestra.run.smithi039.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 489 kB/s | 248 kB 00:00 2024-09-21T08:13:18.231 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:13:18.251 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:18.288 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:18.312 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:18.312 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:13:18.312 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T08:13:18.313 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-21T08:13:18.313 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-21T08:13:18.313 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:18.590 INFO:teuthology.orchestra.run.smithi039.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 6.3 MB/s | 6.0 MB 00:00 2024-09-21T08:13:18.592 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:18.592 INFO:teuthology.orchestra.run.smithi039.stdout:Total 5.7 MB/s | 7.0 MB 00:01 2024-09-21T08:13:18.637 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:18.667 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:18.680 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:18.680 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:18.787 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:18.787 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:18.885 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:18.885 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:18.885 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:18.885 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:18.885 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:18.885 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:19.108 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:19.124 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-mirror 2024-09-21T08:13:19.289 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T08:13:19.343 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T08:13:19.405 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:19.405 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:19.405 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:13:19.405 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:19.405 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:19.405 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:19.614 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-nbd 2024-09-21T08:13:19.741 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:44 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:19.883 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.1 M 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:13:19.884 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:19.885 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:13:19.885 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:19.885 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 3.1 M 2024-09-21T08:13:19.885 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 13 M 2024-09-21T08:13:19.885 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:13:19.910 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T08:13:19.999 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T08:13:20.078 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T08:13:20.113 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 6/6 2024-09-21T08:13:20.206 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:46 ago on Sat 21 Sep 2024 08:11:34 AM UTC. 2024-09-21T08:13:20.210 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-mirror-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 9.5 MB/s | 3.1 MB 00:00 2024-09-21T08:13:20.211 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:20.211 INFO:teuthology.orchestra.run.smithi136.stdout:Total 9.5 MB/s | 3.1 MB 00:00 2024-09-21T08:13:20.211 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:13:20.220 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:13:20.221 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:13:20.304 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:13:20.304 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:13:20.340 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-nbd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 170 k 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-09-21T08:13:20.341 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-09-21T08:13:20.342 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:20.342 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 170 k 2024-09-21T08:13:20.342 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 494 k 2024-09-21T08:13:20.342 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-09-21T08:13:20.557 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-nbd-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 793 kB/s | 170 kB 00:00 2024-09-21T08:13:20.557 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:20.558 INFO:teuthology.orchestra.run.smithi148.stdout:Total 787 kB/s | 170 kB 00:00 2024-09-21T08:13:20.558 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-09-21T08:13:20.565 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-09-21T08:13:20.566 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-09-21T08:13:20.630 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-09-21T08:13:20.630 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-09-21T08:13:20.781 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:13:20.791 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-09-21T08:13:20.844 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:20.871 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:20.871 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:13:20.871 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T08:13:20.871 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T08:13:20.871 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T08:13:20.871 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:20.897 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 6/6 2024-09-21T08:13:20.897 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 1/6 2024-09-21T08:13:20.897 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T08:13:20.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T08:13:20.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T08:13:20.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T08:13:20.904 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-cephadm-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T08:13:21.192 INFO:teuthology.orchestra.run.smithi039.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T08:13:21.193 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:21.193 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:21.323 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:21.429 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-fuse 2024-09-21T08:13:21.594 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:21.594 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:21.594 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-09-21T08:13:21.595 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:21.595 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:13:21.595 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-09-21T08:13:21.850 DEBUG:teuthology.parallel:result is None 2024-09-21T08:13:21.934 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:21.934 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:21.934 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:21.934 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:21.934 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:21.934 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:22.046 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:22.145 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-nbd 2024-09-21T08:13:22.187 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-fuse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 896 k 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T08:13:22.188 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:22.189 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:22.189 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:22.189 INFO:teuthology.orchestra.run.smithi039.stdout:Install 2 Packages 2024-09-21T08:13:22.189 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:22.189 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 976 k 2024-09-21T08:13:22.189 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 2.9 M 2024-09-21T08:13:22.189 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:22.659 INFO:teuthology.orchestra.run.smithi039.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 423 kB/s | 80 kB 00:00 2024-09-21T08:13:22.734 INFO:teuthology.orchestra.run.smithi039.stdout:(2/2): ceph-fuse-19.1.1-367.g9e2ac70b.el9.x86_6 3.3 MB/s | 896 kB 00:00 2024-09-21T08:13:22.735 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:22.735 INFO:teuthology.orchestra.run.smithi039.stdout:Total 1.7 MB/s | 976 kB 00:00 2024-09-21T08:13:22.742 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Sep 2024 08:11:35 AM UTC. 2024-09-21T08:13:22.748 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:22.772 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:22.772 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:22.859 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:22.860 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:22.875 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-21T08:13:22.876 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:22.876 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-09-21T08:13:22.876 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:22.876 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-21T08:13:22.876 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 170 k 2024-09-21T08:13:22.876 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:22.876 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-21T08:13:22.877 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-21T08:13:22.877 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-09-21T08:13:22.877 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:22.877 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 170 k 2024-09-21T08:13:22.877 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 494 k 2024-09-21T08:13:22.877 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-21T08:13:23.056 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:23.104 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-nbd-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 751 kB/s | 170 kB 00:00 2024-09-21T08:13:23.105 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:23.105 INFO:teuthology.orchestra.run.smithi136.stdout:Total 745 kB/s | 170 kB 00:00 2024-09-21T08:13:23.105 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-21T08:13:23.113 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-21T08:13:23.113 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-21T08:13:23.177 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-21T08:13:23.177 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-21T08:13:23.208 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T08:13:23.287 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/2 2024-09-21T08:13:23.335 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-21T08:13:23.443 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:23.907 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:23.971 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2/2 2024-09-21T08:13:23.971 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/2 2024-09-21T08:13:24.153 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:24.153 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:24.153 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-21T08:13:24.153 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:24.154 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:13:24.154 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-21T08:13:24.294 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T08:13:24.294 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:24.294 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:24.294 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T08:13:24.294 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:24.294 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:24.399 DEBUG:teuthology.parallel:result is None 2024-09-21T08:13:24.591 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-volume 2024-09-21T08:13:25.210 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:33 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:25.350 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-volume noarch 2:19.1.1-367.g9e2ac70b.el9 ceph-noarch 285 k 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:13:25.351 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:25.352 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 285 k 2024-09-21T08:13:25.352 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 1.3 M 2024-09-21T08:13:25.352 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:25.564 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-volume-19.1.1-367.g9e2ac70b.el9.noarch.rpm 1.3 MB/s | 285 kB 00:00 2024-09-21T08:13:25.565 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:25.565 INFO:teuthology.orchestra.run.smithi039.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-21T08:13:25.565 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:25.575 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:25.575 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:25.605 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:25.606 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:25.838 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:25.908 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:25.925 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:25.925 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:13:25.925 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T08:13:25.925 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:26.953 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 1/1 2024-09-21T08:13:26.953 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:26.953 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:26.953 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-volume-2:19.1.1-367.g9e2ac70b.el9.noarch 2024-09-21T08:13:26.953 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:26.953 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:27.248 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install librados-devel 2024-09-21T08:13:27.871 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:28.009 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:28.010 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:28.010 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2024-09-21T08:13:28.010 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:28.010 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:28.010 INFO:teuthology.orchestra.run.smithi039.stdout: librados-devel x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 127 k 2024-09-21T08:13:28.010 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:28.010 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:28.011 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:28.011 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:13:28.011 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:28.011 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 127 k 2024-09-21T08:13:28.011 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 456 k 2024-09-21T08:13:28.011 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:28.211 INFO:teuthology.orchestra.run.smithi039.stdout:librados-devel-19.1.1-367.g9e2ac70b.el9.x86_64. 636 kB/s | 127 kB 00:00 2024-09-21T08:13:28.211 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:28.211 INFO:teuthology.orchestra.run.smithi039.stdout:Total 631 kB/s | 127 kB 00:00 2024-09-21T08:13:28.211 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:28.217 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:28.217 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:28.286 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:28.286 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:28.448 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:28.579 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:29.011 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:29.275 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:29.275 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:29.275 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:29.275 INFO:teuthology.orchestra.run.smithi039.stdout: librados-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:29.275 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:29.275 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:29.588 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install libcephfs2 2024-09-21T08:13:30.199 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:30.293 INFO:teuthology.orchestra.run.smithi039.stdout:Package libcephfs2-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:30.339 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:30.340 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:13:30.340 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:30.404 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install libcephfs-devel 2024-09-21T08:13:31.017 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:31.160 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:31.162 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:31.162 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2024-09-21T08:13:31.162 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:31.162 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:31.162 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs-devel x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 32 k 2024-09-21T08:13:31.162 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:31.163 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:31.163 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:31.163 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:13:31.163 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:31.163 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 32 k 2024-09-21T08:13:31.163 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 142 k 2024-09-21T08:13:31.163 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:31.315 INFO:teuthology.orchestra.run.smithi039.stdout:libcephfs-devel-19.1.1-367.g9e2ac70b.el9.x86_64 208 kB/s | 32 kB 00:00 2024-09-21T08:13:31.315 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:31.315 INFO:teuthology.orchestra.run.smithi039.stdout:Total 206 kB/s | 32 kB 00:00 2024-09-21T08:13:31.316 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:31.319 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:31.319 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:31.337 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:31.337 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:31.431 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:31.549 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:31.924 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:32.147 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:32.147 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:32.147 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:32.147 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs-devel-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:32.147 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:32.148 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:32.339 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install librados2 2024-09-21T08:13:32.946 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:33.039 INFO:teuthology.orchestra.run.smithi039.stdout:Package librados2-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:33.085 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:33.087 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:13:33.087 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:33.153 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install librbd1 2024-09-21T08:13:33.765 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:33.859 INFO:teuthology.orchestra.run.smithi039.stdout:Package librbd1-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:33.906 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:33.907 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:13:33.907 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:33.978 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-rados 2024-09-21T08:13:34.585 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:42 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:34.678 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-rados-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:34.724 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:34.725 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:13:34.725 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:34.789 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-rgw 2024-09-21T08:13:35.395 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:35.488 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-rgw-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:35.535 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:35.536 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:13:35.536 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:35.602 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-cephfs 2024-09-21T08:13:36.215 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:44 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:36.309 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-cephfs-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:36.356 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:36.357 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:13:36.357 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:36.420 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install python3-rbd 2024-09-21T08:13:37.027 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:37.122 INFO:teuthology.orchestra.run.smithi039.stdout:Package python3-rbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 is already installed. 2024-09-21T08:13:37.168 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:37.169 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2024-09-21T08:13:37.169 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:37.235 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install rbd-fuse 2024-09-21T08:13:37.845 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:37.984 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-fuse x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 85 k 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:37.985 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:37.986 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:13:37.986 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:37.986 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 85 k 2024-09-21T08:13:37.986 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 231 k 2024-09-21T08:13:37.986 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:38.176 INFO:teuthology.orchestra.run.smithi039.stdout:rbd-fuse-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 448 kB/s | 85 kB 00:00 2024-09-21T08:13:38.176 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:38.176 INFO:teuthology.orchestra.run.smithi039.stdout:Total 445 kB/s | 85 kB 00:00 2024-09-21T08:13:38.177 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:38.184 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:38.184 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:38.252 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:38.252 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:38.405 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:38.518 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:38.920 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:39.169 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:39.169 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:39.170 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:39.170 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-fuse-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:39.170 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:39.170 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:39.459 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install rbd-mirror 2024-09-21T08:13:40.081 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:48 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:40.225 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repo Size 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-mirror x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 3.1 M 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:40.226 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:13:40.227 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:40.227 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 3.1 M 2024-09-21T08:13:40.227 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 13 M 2024-09-21T08:13:40.227 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:40.563 INFO:teuthology.orchestra.run.smithi039.stdout:rbd-mirror-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 9.2 MB/s | 3.1 MB 00:00 2024-09-21T08:13:40.564 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:40.564 INFO:teuthology.orchestra.run.smithi039.stdout:Total 9.2 MB/s | 3.1 MB 00:00 2024-09-21T08:13:40.564 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:40.575 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:40.575 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:40.663 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:40.663 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:41.192 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:41.256 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:41.284 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:41.284 INFO:teuthology.orchestra.run.smithi039.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T08:13:41.284 INFO:teuthology.orchestra.run.smithi039.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T08:13:41.284 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T08:13:41.284 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T08:13:41.284 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:42.397 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:42.397 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:42.397 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:42.397 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-mirror-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:42.398 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:42.398 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:42.627 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install rbd-nbd 2024-09-21T08:13:43.247 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Sep 2024 08:11:52 AM UTC. 2024-09-21T08:13:43.385 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-nbd x86_64 2:19.1.1-367.g9e2ac70b.el9 ceph 170 k 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-21T08:13:43.386 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-21T08:13:43.387 INFO:teuthology.orchestra.run.smithi039.stdout:Install 1 Package 2024-09-21T08:13:43.387 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:43.387 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 170 k 2024-09-21T08:13:43.387 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 494 k 2024-09-21T08:13:43.387 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-21T08:13:43.792 INFO:teuthology.orchestra.run.smithi039.stdout:rbd-nbd-19.1.1-367.g9e2ac70b.el9.x86_64.rpm 420 kB/s | 170 kB 00:00 2024-09-21T08:13:43.793 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:13:43.793 INFO:teuthology.orchestra.run.smithi039.stdout:Total 419 kB/s | 170 kB 00:00 2024-09-21T08:13:43.793 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-21T08:13:43.802 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-21T08:13:43.802 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-21T08:13:43.871 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-21T08:13:43.872 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-21T08:13:44.153 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-21T08:13:44.259 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:44.733 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:45.014 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 1/1 2024-09-21T08:13:45.014 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:45.014 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-21T08:13:45.014 INFO:teuthology.orchestra.run.smithi039.stdout: rbd-nbd-2:19.1.1-367.g9e2ac70b.el9.x86_64 2024-09-21T08:13:45.015 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:13:45.015 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-21T08:13:45.292 DEBUG:teuthology.parallel:result is None 2024-09-21T08:13:45.292 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:13:45.439 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T08:13:45.462 INFO:teuthology.orchestra.run.smithi039.stdout:19.1.1-367.g9e2ac70b.el9 2024-09-21T08:13:45.463 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-367.g9e2ac70b.el9 2024-09-21T08:13:45.463 INFO:teuthology.task.install:The correct ceph version 19.1.1-367.g9e2ac70b is installed. 2024-09-21T08:13:45.465 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:13:45.605 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T08:13:45.631 INFO:teuthology.orchestra.run.smithi136.stdout:19.1.1-367.g9e2ac70b.el9 2024-09-21T08:13:45.631 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-367.g9e2ac70b.el9 2024-09-21T08:13:45.631 INFO:teuthology.task.install:The correct ceph version 19.1.1-367.g9e2ac70b is installed. 2024-09-21T08:13:45.633 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:13:45.770 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T08:13:45.796 INFO:teuthology.orchestra.run.smithi148.stdout:19.1.1-367.g9e2ac70b.el9 2024-09-21T08:13:45.797 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-367.g9e2ac70b.el9 2024-09-21T08:13:45.797 INFO:teuthology.task.install:The correct ceph version 19.1.1-367.g9e2ac70b is installed. 2024-09-21T08:13:45.798 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-21T08:13:45.799 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:13:45.799 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T08:13:45.829 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:13:45.830 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T08:13:45.860 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:13:45.861 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T08:13:45.892 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-21T08:13:45.892 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:13:45.892 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T08:13:45.923 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T08:13:46.008 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:13:46.008 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T08:13:46.038 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T08:13:46.107 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:13:46.107 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T08:13:46.138 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T08:13:46.207 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-21T08:13:46.207 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:13:46.207 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T08:13:46.239 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T08:13:46.310 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:13:46.310 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T08:13:46.340 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T08:13:46.408 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:13:46.409 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T08:13:46.435 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T08:13:46.500 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-21T08:13:46.500 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:13:46.500 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T08:13:46.531 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T08:13:46.602 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:13:46.602 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T08:13:46.632 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T08:13:46.702 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:13:46.702 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T08:13:46.727 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T08:13:46.791 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T08:13:46.891 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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': '9e2ac70bb7aea67d34f0d50002344abbe7803736'} 2024-09-21T08:13:46.892 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:13:46.892 INFO:tasks.cephadm:Cluster fsid is 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:13:46.892 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T08:13:46.892 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.39', 'mon.b': '172.21.15.136', 'mon.c': '172.21.15.148'} 2024-09-21T08:13:46.893 INFO:tasks.cephadm:First mon is mon.a on smithi039 2024-09-21T08:13:46.893 INFO:tasks.cephadm:First mgr is a 2024-09-21T08:13:46.893 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T08:13:46.893 DEBUG:teuthology.orchestra.run.smithi039:> sudo hostname $(hostname -s) 2024-09-21T08:13:46.926 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-09-21T08:13:46.957 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-09-21T08:13:46.984 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T08:13:46.984 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:13:47.125 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736', '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/56118/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-367-g9e2ac70b', 'node_name': '172.21.5.36+adami06', '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-367.g9e2ac70b'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-19 19:23:07.775447', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-21T08:13:47.270 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 9e2ac70bb7aea67d34f0d50002344abbe7803736 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:13:47.271 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/x86_64/flavors/default/cephadm 2024-09-21T08:13:47.271 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/x86_64/flavors/default/cephadm 2024-09-21T08:13:47.272 DEBUG:teuthology.orchestra.run.smithi039:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:47.654 INFO:teuthology.orchestra.run.smithi039.stdout:-rw-r--r--. 1 ubuntu ubuntu 784381 Sep 21 08:13 /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:47.655 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:48.038 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-r--r--. 1 ubuntu ubuntu 784381 Sep 21 08:13 /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:48.038 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:48.417 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-r--r--. 1 ubuntu ubuntu 784381 Sep 21 08:13 /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:48.417 DEBUG:teuthology.orchestra.run.smithi039:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:48.438 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T08:13:48.458 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-21T08:13:48.487 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 on all hosts... 2024-09-21T08:13:48.487 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 pull 2024-09-21T08:13:48.490 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 pull 2024-09-21T08:13:48.500 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 pull 2024-09-21T08:13:50.037 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T08:13:50.050 INFO:teuthology.orchestra.run.smithi148.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T08:13:50.138 INFO:teuthology.orchestra.run.smithi039.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T08:14:33.459 INFO:teuthology.orchestra.run.smithi148.stdout:{ 2024-09-21T08:14:33.459 INFO:teuthology.orchestra.run.smithi148.stdout: "ceph_version": "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)", 2024-09-21T08:14:33.459 INFO:teuthology.orchestra.run.smithi148.stdout: "image_id": "cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd", 2024-09-21T08:14:33.459 INFO:teuthology.orchestra.run.smithi148.stdout: "repo_digests": [ 2024-09-21T08:14:33.459 INFO:teuthology.orchestra.run.smithi148.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5" 2024-09-21T08:14:33.459 INFO:teuthology.orchestra.run.smithi148.stdout: ] 2024-09-21T08:14:33.459 INFO:teuthology.orchestra.run.smithi148.stdout:} 2024-09-21T08:14:37.896 INFO:teuthology.orchestra.run.smithi039.stdout:{ 2024-09-21T08:14:37.896 INFO:teuthology.orchestra.run.smithi039.stdout: "ceph_version": "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)", 2024-09-21T08:14:37.896 INFO:teuthology.orchestra.run.smithi039.stdout: "image_id": "cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd", 2024-09-21T08:14:37.896 INFO:teuthology.orchestra.run.smithi039.stdout: "repo_digests": [ 2024-09-21T08:14:37.896 INFO:teuthology.orchestra.run.smithi039.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5" 2024-09-21T08:14:37.897 INFO:teuthology.orchestra.run.smithi039.stdout: ] 2024-09-21T08:14:37.897 INFO:teuthology.orchestra.run.smithi039.stdout:} 2024-09-21T08:14:41.650 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2024-09-21T08:14:41.650 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)", 2024-09-21T08:14:41.651 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd", 2024-09-21T08:14:41.651 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2024-09-21T08:14:41.651 INFO:teuthology.orchestra.run.smithi136.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5" 2024-09-21T08:14:41.651 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2024-09-21T08:14:41.651 INFO:teuthology.orchestra.run.smithi136.stdout:} 2024-09-21T08:14:41.676 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /etc/ceph 2024-09-21T08:14:41.714 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-09-21T08:14:41.742 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2024-09-21T08:14:41.779 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 777 /etc/ceph 2024-09-21T08:14:41.810 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-09-21T08:14:41.835 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2024-09-21T08:14:41.864 INFO:tasks.cephadm:Writing seed config... 2024-09-21T08:14:41.865 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-21T08:14:41.865 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T08:14:41.865 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T08:14:41.865 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-21T08:14:41.865 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T08:14:41.865 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T08:14:41.866 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T08:14:41.866 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T08:14:41.866 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T08:14:41.866 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:14:41.866 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T08:14:41.885 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 = 6cdb894c-77f1-11ef-baf6-efdc52797490 mon election default strategy = 1 [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 = False [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-21T08:14:41.886 DEBUG:teuthology.orchestra.run.smithi039:mon.a> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a.service 2024-09-21T08:14:41.929 DEBUG:teuthology.orchestra.run.smithi039:mgr.a> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.a.service 2024-09-21T08:14:41.971 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T08:14:41.972 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 -v bootstrap --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 --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.39 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:14:42.188 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-21T08:14:42.188 INFO:teuthology.orchestra.run.smithi039.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736', '-v', 'bootstrap', '--fsid', '6cdb894c-77f1-11ef-baf6-efdc52797490', '--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.39', '--skip-admin-label'] 2024-09-21T08:14:42.188 INFO:teuthology.orchestra.run.smithi039.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T08:14:42.189 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying podman|docker is present... 2024-09-21T08:14:42.213 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stdout 5.2.2 2024-09-21T08:14:42.213 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying lvm2 is present... 2024-09-21T08:14:42.213 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying time synchronization is in place... 2024-09-21T08:14:42.221 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T08:14:42.221 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T08:14:42.228 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T08:14:42.228 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-21T08:14:42.235 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout enabled 2024-09-21T08:14:42.241 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout active 2024-09-21T08:14:42.242 INFO:teuthology.orchestra.run.smithi039.stdout:Unit chronyd.service is enabled and running 2024-09-21T08:14:42.242 INFO:teuthology.orchestra.run.smithi039.stdout:Repeating the final host check... 2024-09-21T08:14:42.265 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stdout 5.2.2 2024-09-21T08:14:42.265 INFO:teuthology.orchestra.run.smithi039.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-21T08:14:42.265 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl is present 2024-09-21T08:14:42.265 INFO:teuthology.orchestra.run.smithi039.stdout:lvcreate is present 2024-09-21T08:14:42.273 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T08:14:42.273 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T08:14:42.279 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T08:14:42.279 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-21T08:14:42.285 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout enabled 2024-09-21T08:14:42.292 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout active 2024-09-21T08:14:42.292 INFO:teuthology.orchestra.run.smithi039.stdout:Unit chronyd.service is enabled and running 2024-09-21T08:14:42.292 INFO:teuthology.orchestra.run.smithi039.stdout:Host looks OK 2024-09-21T08:14:42.292 INFO:teuthology.orchestra.run.smithi039.stdout:Cluster fsid: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:14:42.292 INFO:teuthology.orchestra.run.smithi039.stdout:Acquiring lock 140077324985344 on /run/cephadm/6cdb894c-77f1-11ef-baf6-efdc52797490.lock 2024-09-21T08:14:42.292 INFO:teuthology.orchestra.run.smithi039.stdout:Lock 140077324985344 acquired on /run/cephadm/6cdb894c-77f1-11ef-baf6-efdc52797490.lock 2024-09-21T08:14:42.293 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying IP 172.21.15.39 port 3300 ... 2024-09-21T08:14:42.293 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying IP 172.21.15.39 port 6789 ... 2024-09-21T08:14:42.293 INFO:teuthology.orchestra.run.smithi039.stdout:Base mon IP(s) is [172.21.15.39:3300, 172.21.15.39:6789], mon addrv is [v2:172.21.15.39:3300,v1:172.21.15.39:6789] 2024-09-21T08:14:42.296 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.39 metric 100 2024-09-21T08:14:42.296 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.39 metric 100 2024-09-21T08:14:42.299 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T08:14:42.299 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-21T08:14:42.299 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1776sec hoplimit 64 pref medium 2024-09-21T08:14:42.302 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T08:14:42.302 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T08:14:42.302 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T08:14:42.302 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-21T08:14:42.302 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1370/64 scope link 2024-09-21T08:14:42.302 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T08:14:42.303 INFO:teuthology.orchestra.run.smithi039.stdout:Mon IP `172.21.15.39` is in CIDR network `172.21.0.0/20` 2024-09-21T08:14:42.303 INFO:teuthology.orchestra.run.smithi039.stdout:Mon IP `172.21.15.39` is in CIDR network `172.21.0.0/20` 2024-09-21T08:14:42.303 INFO:teuthology.orchestra.run.smithi039.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T08:14:42.303 INFO:teuthology.orchestra.run.smithi039.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T08:14:42.304 INFO:teuthology.orchestra.run.smithi039.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T08:14:45.646 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stdout cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd 2024-09-21T08:14:45.646 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T08:14:45.646 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Getting image source signatures 2024-09-21T08:14:45.647 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Copying blob sha256:0031407101cecb3ed6ba394cb16e83fe515e11366eae1f45bd4759e577ea92fc 2024-09-21T08:14:45.647 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-21T08:14:45.647 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Copying config sha256:cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd 2024-09-21T08:14:45.647 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-21T08:14:49.902 INFO:teuthology.orchestra.run.smithi039.stdout:ceph: stdout ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable) 2024-09-21T08:14:49.902 INFO:teuthology.orchestra.run.smithi039.stdout:Ceph version: ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable) 2024-09-21T08:14:49.902 INFO:teuthology.orchestra.run.smithi039.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T08:14:50.899 INFO:teuthology.orchestra.run.smithi039.stdout:stat: stdout 167 167 2024-09-21T08:14:50.899 INFO:teuthology.orchestra.run.smithi039.stdout:Creating initial keys... 2024-09-21T08:14:51.897 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph-authtool: stdout AQB7gO5mQbh4DRAAkmrDgFGLlzq7lkbRh56bzw== 2024-09-21T08:14:53.245 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph-authtool: stdout AQB8gO5mg6TODxAA++Ky2l5peQ+ujLDquipyMw== 2024-09-21T08:14:54.202 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph-authtool: stdout AQB9gO5mQaeSJBAAnRMqJFVqG1Ie684NDdoEyg== 2024-09-21T08:14:54.202 INFO:teuthology.orchestra.run.smithi039.stdout:Creating initial monmap... 2024-09-21T08:14:57.273 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:monmaptool for a [v2:172.21.15.39:3300,v1:172.21.15.39:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:setting min_mon_release = quincy 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: set fsid to 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:14:57.274 INFO:teuthology.orchestra.run.smithi039.stdout:Creating mon... 2024-09-21T08:14:58.262 INFO:teuthology.orchestra.run.smithi039.stdout:create mon.a on 2024-09-21T08:14:58.477 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-21T08:14:58.617 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-21T08:14:58.824 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490.target. 2024-09-21T08:14:58.824 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490.target. 2024-09-21T08:14:59.054 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a 2024-09-21T08:14:59.054 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a.service: Unit ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a.service not loaded. 2024-09-21T08:14:59.226 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490.target.wants/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a.service → /etc/systemd/system/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@.service. 2024-09-21T08:14:59.756 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:14:59 smithi039 ceph-mon[29549]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T08:14:59.770 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T08:14:59.770 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-21T08:14:59.777 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T08:14:59.778 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-21T08:14:59.778 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-21T08:14:59.778 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T08:14:59.778 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mon to start... 2024-09-21T08:14:59.778 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mon... 2024-09-21T08:15:00.023 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:14:59 smithi039 bash[29511]: f6db92782c53dc14433785e3f8b8120d76afae34a2473805567557c0e3fa22ff 2024-09-21T08:15:00.023 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:14:59 smithi039 systemd[1]: Started Ceph mon.a for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:15:00.838 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T08:15:00.838 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: monmap epoch 1 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: last_changed 2024-09-21T08:14:54.574839+0000 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: min_mon_release 19 (squid) 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: election_strategy: 1 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: fsmap 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: mgrmap e1: no daemons active 2024-09-21T08:15:00.839 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:00 smithi039 ceph-mon[29549]: from='client.? 172.21.15.39:0/1014822971' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout id: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout services: 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.571017s) 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout data: 2024-09-21T08:15:00.843 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T08:15:00.844 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T08:15:00.844 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T08:15:00.844 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T08:15:00.844 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:00.844 INFO:teuthology.orchestra.run.smithi039.stdout:mon is available 2024-09-21T08:15:00.844 INFO:teuthology.orchestra.run.smithi039.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T08:15:01.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:01 smithi039 ceph-mon[29549]: from='client.? 172.21.15.39:0/2924687287' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-21T08:15:01.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:01 smithi039 ceph-mon[29549]: from='client.? 172.21.15.39:0/2924687287' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T08:15:01.907 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:01.907 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T08:15:01.907 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout fsid = 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.39:3300,v1:172.21.15.39:6789] 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T08:15:01.908 INFO:teuthology.orchestra.run.smithi039.stdout:Generating new minimal ceph.conf... 2024-09-21T08:15:02.986 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:02 smithi039 ceph-mon[29549]: from='client.? 172.21.15.39:0/347595811' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:15:03.240 INFO:teuthology.orchestra.run.smithi039.stdout:Restarting the monitor... 2024-09-21T08:15:03.550 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:03 smithi039 systemd[1]: Stopping Ceph mon.a for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:15:03.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:03 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a[29526]: 2024-09-21T08:15:03.548+0000 7fce28abe640 -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-21T08:15:03.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:03 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a[29526]: 2024-09-21T08:15:03.548+0000 7fce28abe640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T08:15:03.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:03 smithi039 podman[29868]: 2024-09-21 08:15:03.671485114 +0000 UTC m=+0.245008409 container died f6db92782c53dc14433785e3f8b8120d76afae34a2473805567557c0e3fa22ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=squid-9e2ac70, GIT_BRANCH=HEAD, 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=) 2024-09-21T08:15:04.190 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:03 smithi039 podman[29868]: 2024-09-21 08:15:03.996399108 +0000 UTC m=+0.569922392 container cleanup f6db92782c53dc14433785e3f8b8120d76afae34a2473805567557c0e3fa22ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-9e2ac70, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-21T08:15:04.191 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:03 smithi039 bash[29868]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a 2024-09-21T08:15:04.191 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 podman[29885]: 2024-09-21 08:15:04.189007125 +0000 UTC m=+0.516538770 container remove f6db92782c53dc14433785e3f8b8120d76afae34a2473805567557c0e3fa22ff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-9e2ac70, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T08:15:04.632 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 systemd[1]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T08:15:04.632 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 systemd[1]: Stopped Ceph mon.a for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:15:04.632 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 systemd[1]: Starting Ceph mon.a for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:15:04.888 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 podman[29984]: 2024-09-21 08:15:04.63157442 +0000 UTC m=+0.108551523 container create 93bdc4cd4ae4984ef0b6143b070936c42b7091a3f5289ae12c257a9add24f96a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=squid-9e2ac70) 2024-09-21T08:15:04.888 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 podman[29984]: 2024-09-21 08:15:04.539326812 +0000 UTC m=+0.016303857 image pull cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:15:04.888 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 podman[29984]: 2024-09-21 08:15:04.861066421 +0000 UTC m=+0.338043473 container init 93bdc4cd4ae4984ef0b6143b070936c42b7091a3f5289ae12c257a9add24f96a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=squid-9e2ac70, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T08:15:04.888 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 podman[29984]: 2024-09-21 08:15:04.865875873 +0000 UTC m=+0.342852922 container start 93bdc4cd4ae4984ef0b6143b070936c42b7091a3f5289ae12c257a9add24f96a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, org.label-schema.schema-version=1.0, RELEASE=squid-9e2ac70, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T08:15:04.974 INFO:teuthology.orchestra.run.smithi039.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable), process ceph-mon, pid 7 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: pidfile_write: ignore empty --pid-file 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: load: jerasure load: lrc 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: RocksDB version: 7.9.2 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Git sha 0 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Compile date 2024-09-19 18:20:48 2024-09-21T08:15:05.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: DB SUMMARY 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: DB Session ID: LTH40K13DUOV2TX5SNFP 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: CURRENT file: CURRENT 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88787 ; 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.error_if_exists: 0 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.create_if_missing: 0 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.paranoid_checks: 1 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.env: 0x5634c8bfa940 2024-09-21T08:15:05.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.info_log: 0x5634c9b596e0 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.statistics: (nil) 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.use_fsync: 0 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_log_file_size: 0 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.allow_fallocate: 1 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T08:15:05.156 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.use_direct_reads: 0 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.db_log_dir: 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.wal_dir: 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T08:15:05.157 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.write_buffer_manager: 0x5634c9b68dc0 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.unordered_write: 0 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T08:15:05.158 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.row_cache: None 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.wal_filter: None 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.two_write_queues: 0 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.wal_compression: 0 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.atomic_flush: 0 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T08:15:05.159 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.log_readahead_size: 0 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T08:15:05.160 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T08:15:05.161 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_background_jobs: 2 2024-09-21T08:15:05.161 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_background_compactions: -1 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_subcompactions: 1 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_open_files: -1 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T08:15:05.162 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T08:15:05.165 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_background_flushes: -1 2024-09-21T08:15:05.165 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Compression algorithms supported: 2024-09-21T08:15:05.165 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kZSTD supported: 0 2024-09-21T08:15:05.165 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kXpressCompression supported: 0 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kBZip2Compression supported: 0 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kLZ4Compression supported: 1 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kZlibCompression supported: 1 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: kSnappyCompression supported: 1 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.merge_operator: 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_filter: None 2024-09-21T08:15:05.166 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5634c9b59320) 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: cache_index_and_filter_blocks: 1 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: pin_top_level_index_and_filter: 1 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: index_type: 0 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: data_block_index_type: 0 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: index_shortening: 1 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T08:15:05.167 INFO:journalctl@ceph.mon.a.smithi039.stdout: checksum: 4 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: no_block_cache: 0 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_cache: 0x5634c9b4d1f0 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_cache_name: BinnedLRUCache 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_cache_options: 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: capacity : 536870912 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: num_shard_bits : 4 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: strict_capacity_limit : 0 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: high_pri_pool_ratio: 0.000 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_cache_compressed: (nil) 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: persistent_cache: (nil) 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_size: 4096 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_size_deviation: 10 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_restart_interval: 16 2024-09-21T08:15:05.168 INFO:journalctl@ceph.mon.a.smithi039.stdout: index_block_restart_interval: 1 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: metadata_block_size: 4096 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: partition_filters: 0 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: use_delta_encoding: 1 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: filter_policy: bloomfilter 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: whole_key_filtering: 1 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: verify_compression: 0 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: read_amp_bytes_per_bit: 0 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: format_version: 5 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: enable_index_compression: 1 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: block_align: 0 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: max_auto_readahead_size: 262144 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: prepopulate_block_cache: 0 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: initial_auto_readahead_size: 8192 2024-09-21T08:15:05.169 INFO:journalctl@ceph.mon.a.smithi039.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression: NoCompression 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.num_levels: 7 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T08:15:05.170 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T08:15:05.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T08:15:05.172 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T08:15:05.173 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.inplace_update_support: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.bloom_locality: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.max_successive_merges: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T08:15:05.174 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.ttl: 2592000 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.enable_blob_files: false 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.min_blob_size: 0 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T08:15:05.175 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: 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-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bab40ea0-802b-4a9c-8ac3-b7bdb1a83a0a 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726906504892967, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726906504893933, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85404, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83551, "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": 77758, "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": 1726906504, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bab40ea0-802b-4a9c-8ac3-b7bdb1a83a0a", "db_session_id": "LTH40K13DUOV2TX5SNFP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726906504894030, "job": 1, "event": "recovery_finished"} 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: 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-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5634c9b7ae00 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: DB pointer 0x5634c9c76000 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T08:15:05.176 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: ** DB Stats ** 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.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-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.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-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: ** Compaction Stats [default] ** 2024-09-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.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-21T08:15:05.177 INFO:journalctl@ceph.mon.a.smithi039.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.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 132.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.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 132.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.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 132.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: ** Compaction Stats [default] ** 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.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-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.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 132.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T08:15:05.178 INFO:journalctl@ceph.mon.a.smithi039.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: Cumulative compaction: 0.00 GB write, 15.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: Interval compaction: 0.00 GB write, 15.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.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-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: Block cache BinnedLRUCache@0x5634c9b4d1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.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-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: starting mon.a rank 0 at public addrs [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] at bind addrs [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???) e1 preinit fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:05.179 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???).mds e1 new map 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???).mds e1 print_map 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout: e1 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout: btime 2024-09-21T08:14:59:717127+0000 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.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-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout: legacy client fscid: -1 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout: 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout: No filesystems configured 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T08:15:05.180 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: monmap epoch 1 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: last_changed 2024-09-21T08:14:54.574839+0000 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: min_mon_release 19 (squid) 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: election_strategy: 1 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: fsmap 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 ceph-mon[30023]: mgrmap e1: no daemons active 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 bash[29984]: 93bdc4cd4ae4984ef0b6143b070936c42b7091a3f5289ae12c257a9add24f96a 2024-09-21T08:15:05.181 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:04 smithi039 systemd[1]: Started Ceph mon.a for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:15:06.104 INFO:teuthology.orchestra.run.smithi039.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T08:15:06.125 INFO:teuthology.orchestra.run.smithi039.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:15:06.125 INFO:teuthology.orchestra.run.smithi039.stdout:Creating mgr... 2024-09-21T08:15:06.126 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T08:15:06.126 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T08:15:06.386 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.a 2024-09-21T08:15:06.387 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.a.service: Unit ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.a.service not loaded. 2024-09-21T08:15:06.538 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490.target.wants/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.a.service → /etc/systemd/system/ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@.service. 2024-09-21T08:15:06.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:06 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1222969341' entity='client.admin' 2024-09-21T08:15:06.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:06 smithi039 systemd[1]: Starting Ceph mgr.a for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:15:07.114 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:06 smithi039 podman[30259]: 2024-09-21 08:15:06.78600151 +0000 UTC m=+0.104963224 container create 37a674b5337cea14f1546cc4554b3df3fa7d047e247eaa6e9f47390c36d05fdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS) 2024-09-21T08:15:07.114 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:06 smithi039 podman[30259]: 2024-09-21 08:15:06.697204057 +0000 UTC m=+0.016165728 image pull cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T08:15:07.114 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 podman[30259]: 2024-09-21 08:15:07.004826841 +0000 UTC m=+0.323788511 container init 37a674b5337cea14f1546cc4554b3df3fa7d047e247eaa6e9f47390c36d05fdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=squid-9e2ac70, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-21T08:15:07.114 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 podman[30259]: 2024-09-21 08:15:07.009811532 +0000 UTC m=+0.328773203 container start 37a674b5337cea14f1546cc4554b3df3fa7d047e247eaa6e9f47390c36d05fdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=squid-9e2ac70, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-21T08:15:07.114 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 bash[30259]: 37a674b5337cea14f1546cc4554b3df3fa7d047e247eaa6e9f47390c36d05fdd 2024-09-21T08:15:07.129 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T08:15:07.129 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-21T08:15:07.137 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T08:15:07.137 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-21T08:15:07.137 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-21T08:15:07.137 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T08:15:07.146 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T08:15:07.146 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-21T08:15:07.153 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T08:15:07.154 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-21T08:15:07.154 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-21T08:15:07.154 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T08:15:07.154 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr to start... 2024-09-21T08:15:07.154 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr... 2024-09-21T08:15:07.381 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 systemd[1]: Started Ceph mgr.a for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:15:07.381 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:07.135+0000 7ff7643f8040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T08:15:07.381 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:07.198+0000 7ff7643f8040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T08:15:07.381 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:07.356+0000 7ff7643f8040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T08:15:07.642 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:07.429+0000 7ff7643f8040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T08:15:07.642 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:07.585+0000 7ff7643f8040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:15:07.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:07 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1232061218' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T08:15:07.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:07 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:07.738+0000 7ff7643f8040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T08:15:08.336 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:08 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:08.076+0000 7ff7643f8040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T08:15:08.336 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:08 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:08.140+0000 7ff7643f8040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T08:15:08.336 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:08 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:08.334+0000 7ff7643f8040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsid": "6cdb894c-77f1-11ef-baf6-efdc52797490", 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 0 2024-09-21T08:15:08.459 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:08.460 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:08.461 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T08:15:08.464 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T08:15:08.464 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T08:15:08.464 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T08:14:59:717127+0000", 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:08.465 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T08:14:59.717809+0000", 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T08:15:08.466 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:08.467 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T08:15:08.467 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-21T08:15:08.467 INFO:teuthology.orchestra.run.smithi039.stdout:mgr not available, waiting (1/15)... 2024-09-21T08:15:09.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:09 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:09.274+0000 7ff7643f8040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T08:15:09.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:09 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:09.346+0000 7ff7643f8040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T08:15:10.382 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.111+0000 7ff7643f8040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T08:15:10.382 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.231+0000 7ff7643f8040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T08:15:10.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.380+0000 7ff7643f8040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:15:10.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.444+0000 7ff7643f8040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T08:15:10.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.604+0000 7ff7643f8040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T08:15:10.964 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.675+0000 7ff7643f8040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T08:15:10.964 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.741+0000 7ff7643f8040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T08:15:10.964 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.910+0000 7ff7643f8040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T08:15:11.269 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:11 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3090720459' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T08:15:11.269 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:10 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:10.980+0000 7ff7643f8040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T08:15:11.269 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:11 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:11.054+0000 7ff7643f8040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T08:15:11.269 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:11 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:11.141+0000 7ff7643f8040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T08:15:11.269 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:11 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:11.203+0000 7ff7643f8040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T08:15:11.269 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:11 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:11.267+0000 7ff7643f8040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T08:15:11.628 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:11.631 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-21T08:15:11.631 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsid": "6cdb894c-77f1-11ef-baf6-efdc52797490", 2024-09-21T08:15:11.631 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T08:15:11.631 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 0 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:11.632 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T08:15:11.633 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T08:15:11.636 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:11.637 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T08:14:59:717127+0000", 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:11.638 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T08:15:11.639 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:11.639 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T08:14:59.717809+0000", 2024-09-21T08:15:11.639 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T08:15:11.639 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:11.639 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T08:15:11.639 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-21T08:15:11.639 INFO:teuthology.orchestra.run.smithi039.stdout:mgr not available, waiting (2/15)... 2024-09-21T08:15:12.403 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:12.098+0000 7ff7643f8040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: Activating manager daemon a 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: mgrmap e2: a(active, starting, since 0.00788227s) 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: Manager daemon a is now available 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' 2024-09-21T08:15:12.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' 2024-09-21T08:15:12.405 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:12 smithi039 ceph-mon[30023]: from='mgr.14100 172.21.15.39:0/738608337' entity='mgr.a' 2024-09-21T08:15:14.270 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:14 smithi039 ceph-mon[30023]: mgrmap e3: a(active, since 1.01187s) 2024-09-21T08:15:15.145 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsid": "6cdb894c-77f1-11ef-baf6-efdc52797490", 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 0 2024-09-21T08:15:15.146 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T08:15:15.147 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T08:15:15.148 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T08:15:15.148 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T08:15:15.148 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T08:15:15.151 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T08:14:59:717127+0000", 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T08:15:15.152 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T08:14:59.717809+0000", 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-21T08:15:15.153 INFO:teuthology.orchestra.run.smithi039.stdout:mgr is available 2024-09-21T08:15:15.386 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:15 smithi039 ceph-mon[30023]: mgrmap e4: a(active, since 2s) 2024-09-21T08:15:15.386 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:15 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1662063305' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T08:15:16.389 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:16 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1464222289' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-21T08:15:16.389 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:16 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1464222289' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T08:15:16.392 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:16.392 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T08:15:16.392 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout fsid = 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:16.392 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.39:3300,v1:172.21.15.39:6789] 2024-09-21T08:15:16.392 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T08:15:16.393 INFO:teuthology.orchestra.run.smithi039.stdout:Enabling cephadm module... 2024-09-21T08:15:17.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3195899333' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-21T08:15:17.403 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: ignoring --setuser ceph since I am not root 2024-09-21T08:15:17.403 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: ignoring --setgroup ceph since I am not root 2024-09-21T08:15:17.403 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:17.265+0000 7f09a0ea8040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T08:15:17.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:17.324+0000 7f09a0ea8040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T08:15:17.695 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:17.481+0000 7f09a0ea8040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T08:15:17.695 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:17.550+0000 7f09a0ea8040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T08:15:17.999 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:17.707+0000 7f09a0ea8040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:15:17.999 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:17 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:17.861+0000 7f09a0ea8040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T08:15:18.264 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:18 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3195899333' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T08:15:18.265 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:18 smithi039 ceph-mon[30023]: mgrmap e5: a(active, since 5s) 2024-09-21T08:15:18.265 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:18 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:18.197+0000 7f09a0ea8040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T08:15:18.265 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:18 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:18.263+0000 7f09a0ea8040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T08:15:18.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:18 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:18.458+0000 7f09a0ea8040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T08:15:19.029 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-21T08:15:19.030 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T08:15:19.030 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T08:15:19.030 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T08:15:19.030 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T08:15:19.030 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-21T08:15:19.030 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for the mgr to restart... 2024-09-21T08:15:19.030 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr epoch 5... 2024-09-21T08:15:19.283 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:19 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/2422946150' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-21T08:15:19.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:19 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:19.411+0000 7f09a0ea8040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T08:15:19.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:19 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:19.485+0000 7f09a0ea8040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T08:15:20.360 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:20 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:20.237+0000 7f09a0ea8040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T08:15:20.360 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:20 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:20.358+0000 7f09a0ea8040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T08:15:20.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:20 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:20.508+0000 7f09a0ea8040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:15:20.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:20 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:20.572+0000 7f09a0ea8040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T08:15:21.029 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:20 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:20.727+0000 7f09a0ea8040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T08:15:21.029 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:20 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:20.799+0000 7f09a0ea8040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T08:15:21.029 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:20 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:20.861+0000 7f09a0ea8040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T08:15:21.029 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:21 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:21.027+0000 7f09a0ea8040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T08:15:21.314 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:21 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:21.094+0000 7f09a0ea8040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T08:15:21.315 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:21 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:21.164+0000 7f09a0ea8040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T08:15:21.315 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:21 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:21.250+0000 7f09a0ea8040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T08:15:21.315 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:21 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:21.313+0000 7f09a0ea8040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T08:15:21.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:21 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:21.374+0000 7f09a0ea8040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T08:15:22.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:22.204+0000 7f09a0ea8040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T08:15:22.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: Active manager daemon a restarted 2024-09-21T08:15:22.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: Activating manager daemon a 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: osdmap e2: 0 total, 0 up, 0 in 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: mgrmap e6: a(active, starting, since 0.00806883s) 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: Manager daemon a is now available 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:15:22.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T08:15:22.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:22 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T08:15:23.523 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:23 smithi039 ceph-mon[30023]: Found migration_current of "None". Setting to last migration. 2024-09-21T08:15:23.524 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:23 smithi039 ceph-mon[30023]: mgrmap e7: a(active, since 1.00999s) 2024-09-21T08:15:23.810 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-21T08:15:23.810 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T08:15:23.810 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T08:15:23.810 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-21T08:15:23.810 INFO:teuthology.orchestra.run.smithi039.stdout:mgr epoch 5 is available 2024-09-21T08:15:23.810 INFO:teuthology.orchestra.run.smithi039.stdout:Setting orchestrator backend to cephadm... 2024-09-21T08:15:25.316 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-mon[30023]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T08:15:25.317 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-mon[30023]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T08:15:25.317 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:25.317 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:25.317 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:25.317 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:15:26.336 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:26 smithi039 ceph-mon[30023]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:26.336 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:26 smithi039 ceph-mon[30023]: mgrmap e8: a(active, since 2s) 2024-09-21T08:15:26.336 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:26 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:25.992+0000 7f09081c2640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:08:15:25] ENGINE Error in HTTPServer.serve 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: Traceback (most recent call last): 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self._connections.run(self.expiration_interval) 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self._run(expiration_interval) 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T08:15:26.337 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: s = self.context.wrap_socket( 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: return self.sslsocket_class._create( 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self.do_handshake() 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self._sslobj.do_handshake() 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T08:15:26.338 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:25 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:26.339 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T08:15:26.339 INFO:teuthology.orchestra.run.smithi039.stdout:Generating ssh key... 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-mon[30023]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:25] ENGINE Bus STARTING 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:25] ENGINE Serving on http://172.21.15.39:8765 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:25] ENGINE Serving on https://172.21.15.39:7150 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:25] ENGINE Bus STARTED 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:25] ENGINE Error in HTTPServer.serve 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout: Traceback (most recent call last): 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T08:15:27.360 INFO:journalctl@ceph.mon.a.smithi039.stdout: self._connections.run(self.expiration_interval) 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: self._run(expiration_interval) 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: s = self.context.wrap_socket( 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: return self.sslsocket_class._create( 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T08:15:27.361 INFO:journalctl@ceph.mon.a.smithi039.stdout: self.do_handshake() 2024-09-21T08:15:27.362 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T08:15:27.362 INFO:journalctl@ceph.mon.a.smithi039.stdout: self._sslobj.do_handshake() 2024-09-21T08:15:27.362 INFO:journalctl@ceph.mon.a.smithi039.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T08:15:27.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: Generating public/private rsa key pair. 2024-09-21T08:15:27.653 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: Your identification has been saved in /tmp/tmpaq02jw0q/key 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: Your public key has been saved in /tmp/tmpaq02jw0q/key.pub 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: The key fingerprint is: 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: SHA256:o0SI41gw+0CuHCiW2VY8GXKmTKL4oKDJ0i2QreSw4S8 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: The key's randomart image is: 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: +---[RSA 3072]----+ 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: |oo o.=o | 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: |**B.*= | 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: |#B==. o | 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: |#/oo . | 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: |X=* . . S | 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: |. .. . . . | 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: | E . . | 2024-09-21T08:15:27.654 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: | . | 2024-09-21T08:15:27.655 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: | | 2024-09-21T08:15:27.655 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: +----[SHA256]-----+ 2024-09-21T08:15:28.201 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:28 smithi039 ceph-mon[30023]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:28.201 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:28 smithi039 ceph-mon[30023]: Generating ssh key... 2024-09-21T08:15:28.201 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:28 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:28.201 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:28 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:29.201 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6CpGZAuoVSMZX8NRH3eSWDMfwK1tKPfPhu8My/gweWDxbvxC1rEM7apHNCwRqEZ/NRWG+exOciXhmYz935JpyGvi4z4tjfq7NXEDcoRqo6r/zYhLGDqMoBDjKiDKXw/v0QbrUqrmQQojIxH2gqAAx9JR7IFTfCUOxDy6G1az/8lh54BLq1K9hjkZl1L0dvq65pbWVVOvhNefEpsp+74MmGvrB3eEFaP+em8wcFTDBRGx4lLU97fbxvscNZzGZWiQQlJJzX9mwm7jWeHOx54PFfX1pdrqrVBo50QL30A/lg4ZdNj0NECj2a5a55ZHl6jDiQ06C34ewZiS/sSwnCsSuCMic047RaM8gOIwZ0DhKLS33TxL5bfgRIu+uxMI3vJ0iywie/Vc5u0UXWRzGxuABOx/iiBkFp4hwTiLe22hz4yRUmTI8zxD5tJ9gehjvMRpw+Bv8bsdRJZhSP3QfX8yTfawExcGeha53Ldl0fnIzGQz+L97mIQTBYyB23dnyHm0= ceph-6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:29.202 INFO:teuthology.orchestra.run.smithi039.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T08:15:29.202 INFO:teuthology.orchestra.run.smithi039.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T08:15:29.207 INFO:teuthology.orchestra.run.smithi039.stdout:Adding host smithi039... 2024-09-21T08:15:29.451 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:29 smithi039 ceph-mon[30023]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:30.280 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:30 smithi039 ceph-mon[30023]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi039", "addr": "172.21.15.39", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:31.473 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:31 smithi039 ceph-mon[30023]: Deploying cephadm binary to smithi039 2024-09-21T08:15:34.358 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Added host 'smithi039' with addr '172.21.15.39' 2024-09-21T08:15:34.359 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying unmanaged mon service... 2024-09-21T08:15:34.998 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:34 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:34.998 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:34 smithi039 ceph-mon[30023]: Added host smithi039 2024-09-21T08:15:34.998 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:34 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:15:36.259 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:35 smithi039 ceph-mon[30023]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:36.259 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:35 smithi039 ceph-mon[30023]: Saving service mon spec with placement count:5 2024-09-21T08:15:36.259 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:35 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:36.697 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T08:15:36.698 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying unmanaged mgr service... 2024-09-21T08:15:37.548 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:37 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:37.548 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:37 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:38.113 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T08:15:38.701 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:38 smithi039 ceph-mon[30023]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:38.701 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:38 smithi039 ceph-mon[30023]: Saving service mgr spec with placement count:2 2024-09-21T08:15:38.701 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:38 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:39.976 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:39 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:39.976 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:39 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1138485231' entity='client.admin' 2024-09-21T08:15:39.976 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:39 smithi039 ceph-mon[30023]: from='mgr.14118 172.21.15.39:0/1087133144' entity='mgr.a' 2024-09-21T08:15:41.457 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:41 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/755828847' entity='client.admin' 2024-09-21T08:15:41.457 INFO:teuthology.orchestra.run.smithi039.stdout:Enabling the dashboard module... 2024-09-21T08:15:43.596 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-mon[30023]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:15:43.596 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1144006345' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-21T08:15:43.596 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: ignoring --setuser ceph since I am not root 2024-09-21T08:15:43.597 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: ignoring --setgroup ceph since I am not root 2024-09-21T08:15:43.597 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:43.400+0000 7f763522d040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T08:15:43.597 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:43.458+0000 7f763522d040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T08:15:43.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:43.614+0000 7f763522d040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T08:15:43.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:43.683+0000 7f763522d040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T08:15:43.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:43.837+0000 7f763522d040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:15:44.206 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:43 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:43.988+0000 7f763522d040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T08:15:44.584 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:44 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1144006345' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T08:15:44.584 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:44 smithi039 ceph-mon[30023]: mgrmap e9: a(active, since 21s) 2024-09-21T08:15:44.584 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:44 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:44.321+0000 7f763522d040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T08:15:44.585 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:44 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:44.386+0000 7f763522d040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T08:15:44.585 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:44 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:44.582+0000 7f763522d040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T08:15:45.295 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:45 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/2504424024' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for the mgr to restart... 2024-09-21T08:15:45.298 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr epoch 9... 2024-09-21T08:15:45.553 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:45 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:45.524+0000 7f763522d040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T08:15:45.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:45 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:45.597+0000 7f763522d040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T08:15:46.619 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:46 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:46.347+0000 7f763522d040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T08:15:46.619 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:46 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:46.468+0000 7f763522d040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T08:15:46.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:46 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:46.617+0000 7f763522d040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:15:46.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:46 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:46.681+0000 7f763522d040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T08:15:46.903 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:46 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:46.837+0000 7f763522d040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T08:15:47.207 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:46 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:46.908+0000 7f763522d040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T08:15:47.207 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:46 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:46.971+0000 7f763522d040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T08:15:47.207 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:47 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:47.137+0000 7f763522d040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T08:15:47.207 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:47 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:47.205+0000 7f763522d040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T08:15:47.486 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:47 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:47.274+0000 7f763522d040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T08:15:47.486 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:47 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:47.361+0000 7f763522d040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T08:15:47.486 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:47 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:47.423+0000 7f763522d040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T08:15:47.487 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:47 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:47.484+0000 7f763522d040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T08:15:48.566 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:48.313+0000 7f763522d040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T08:15:48.566 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: Active manager daemon a restarted 2024-09-21T08:15:48.566 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: Activating manager daemon a 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: osdmap e3: 0 total, 0 up, 0 in 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: mgrmap e10: a(active, starting, since 0.00802525s) 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: Manager daemon a is now available 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T08:15:48.567 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T08:15:50.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-mon[30023]: mgrmap e11: a(active, since 1.00726s) 2024-09-21T08:15:50.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:50] ENGINE Bus STARTING 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:50.337+0000 7f75a0541640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:08:15:50] ENGINE Error in HTTPServer.serve 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: Traceback (most recent call last): 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self._connections.run(self.expiration_interval) 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self._run(expiration_interval) 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: s = self.context.wrap_socket( 2024-09-21T08:15:50.404 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T08:15:50.405 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: return self.sslsocket_class._create( 2024-09-21T08:15:50.405 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T08:15:50.405 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self.do_handshake() 2024-09-21T08:15:50.405 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T08:15:50.405 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: self._sslobj.do_handshake() 2024-09-21T08:15:50.405 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T08:15:50.405 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:15:50 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:15:50.433 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-21T08:15:50.433 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-21T08:15:50.434 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T08:15:50.434 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-21T08:15:50.434 INFO:teuthology.orchestra.run.smithi039.stdout:mgr epoch 9 is available 2024-09-21T08:15:50.434 INFO:teuthology.orchestra.run.smithi039.stdout:Generating a dashboard self-signed certificate... 2024-09-21T08:15:51.535 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:50] ENGINE Serving on https://172.21.15.39:7150 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:50] ENGINE Error in HTTPServer.serve 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: Traceback (most recent call last): 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: self._connections.run(self.expiration_interval) 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: self._run(expiration_interval) 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T08:15:51.536 INFO:journalctl@ceph.mon.a.smithi039.stdout: s = self.context.wrap_socket( 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout: return self.sslsocket_class._create( 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout: self.do_handshake() 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout: self._sslobj.do_handshake() 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: mgrmap e12: a(active, since 2s) 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:50] ENGINE Serving on http://172.21.15.39:8765 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: [21/Sep/2024:08:15:50] ENGINE Bus STARTED 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:15:51.537 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:51 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:15:51.822 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-21T08:15:51.822 INFO:teuthology.orchestra.run.smithi039.stdout:Creating initial admin user... 2024-09-21T08:15:53.531 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$mokUz8ckCZu2dFQGY6ExRumoKWdi9horn9LoN9Y5XLTZ5TtHlum/O", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726906552, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T08:15:53.531 INFO:teuthology.orchestra.run.smithi039.stdout:Fetching dashboard port number... 2024-09-21T08:15:53.787 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:53 smithi039 ceph-mon[30023]: 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-21T08:15:53.787 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:53 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:15:54.936 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:54 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3493109753' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-21T08:15:54.939 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T08:15:54.950 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T08:15:54.951 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-21T08:15:54.959 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T08:15:54.959 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-21T08:15:54.960 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-21T08:15:54.960 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T08:15:54.962 INFO:teuthology.orchestra.run.smithi039.stdout:Ceph Dashboard is now available at: 2024-09-21T08:15:54.962 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:54.962 INFO:teuthology.orchestra.run.smithi039.stdout: URL: https://smithi039.front.sepia.ceph.com:8443/ 2024-09-21T08:15:54.962 INFO:teuthology.orchestra.run.smithi039.stdout: User: admin 2024-09-21T08:15:54.962 INFO:teuthology.orchestra.run.smithi039.stdout: Password: 6y8te9k92p 2024-09-21T08:15:54.962 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:54.963 INFO:teuthology.orchestra.run.smithi039.stdout:Saving cluster configuration to /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config directory 2024-09-21T08:15:55.767 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:55 smithi039 ceph-mon[30023]: mgrmap e13: a(active, since 6s) 2024-09-21T08:15:56.364 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: ceph telemetry on 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.365 INFO:teuthology.orchestra.run.smithi039.stdout:For more information see: 2024-09-21T08:15:56.366 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.366 INFO:teuthology.orchestra.run.smithi039.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T08:15:56.366 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:15:56.366 INFO:teuthology.orchestra.run.smithi039.stdout:Bootstrap complete. 2024-09-21T08:15:56.413 INFO:tasks.cephadm:Fetching config... 2024-09-21T08:15:56.413 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:15:56.413 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T08:15:56.431 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T08:15:56.431 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:15:56.432 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T08:15:56.490 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T08:15:56.490 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:15:56.490 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T08:15:56.557 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T08:15:56.557 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:15:56.557 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T08:15:56.613 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T08:15:56.613 DEBUG:teuthology.orchestra.run.smithi039:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6CpGZAuoVSMZX8NRH3eSWDMfwK1tKPfPhu8My/gweWDxbvxC1rEM7apHNCwRqEZ/NRWG+exOciXhmYz935JpyGvi4z4tjfq7NXEDcoRqo6r/zYhLGDqMoBDjKiDKXw/v0QbrUqrmQQojIxH2gqAAx9JR7IFTfCUOxDy6G1az/8lh54BLq1K9hjkZl1L0dvq65pbWVVOvhNefEpsp+74MmGvrB3eEFaP+em8wcFTDBRGx4lLU97fbxvscNZzGZWiQQlJJzX9mwm7jWeHOx54PFfX1pdrqrVBo50QL30A/lg4ZdNj0NECj2a5a55ZHl6jDiQ06C34ewZiS/sSwnCsSuCMic047RaM8gOIwZ0DhKLS33TxL5bfgRIu+uxMI3vJ0iywie/Vc5u0UXWRzGxuABOx/iiBkFp4hwTiLe22hz4yRUmTI8zxD5tJ9gehjvMRpw+Bv8bsdRJZhSP3QfX8yTfawExcGeha53Ldl0fnIzGQz+L97mIQTBYyB23dnyHm0= ceph-6cdb894c-77f1-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T08:15:56.689 INFO:teuthology.orchestra.run.smithi039.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6CpGZAuoVSMZX8NRH3eSWDMfwK1tKPfPhu8My/gweWDxbvxC1rEM7apHNCwRqEZ/NRWG+exOciXhmYz935JpyGvi4z4tjfq7NXEDcoRqo6r/zYhLGDqMoBDjKiDKXw/v0QbrUqrmQQojIxH2gqAAx9JR7IFTfCUOxDy6G1az/8lh54BLq1K9hjkZl1L0dvq65pbWVVOvhNefEpsp+74MmGvrB3eEFaP+em8wcFTDBRGx4lLU97fbxvscNZzGZWiQQlJJzX9mwm7jWeHOx54PFfX1pdrqrVBo50QL30A/lg4ZdNj0NECj2a5a55ZHl6jDiQ06C34ewZiS/sSwnCsSuCMic047RaM8gOIwZ0DhKLS33TxL5bfgRIu+uxMI3vJ0iywie/Vc5u0UXWRzGxuABOx/iiBkFp4hwTiLe22hz4yRUmTI8zxD5tJ9gehjvMRpw+Bv8bsdRJZhSP3QfX8yTfawExcGeha53Ldl0fnIzGQz+L97mIQTBYyB23dnyHm0= ceph-6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:56.701 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6CpGZAuoVSMZX8NRH3eSWDMfwK1tKPfPhu8My/gweWDxbvxC1rEM7apHNCwRqEZ/NRWG+exOciXhmYz935JpyGvi4z4tjfq7NXEDcoRqo6r/zYhLGDqMoBDjKiDKXw/v0QbrUqrmQQojIxH2gqAAx9JR7IFTfCUOxDy6G1az/8lh54BLq1K9hjkZl1L0dvq65pbWVVOvhNefEpsp+74MmGvrB3eEFaP+em8wcFTDBRGx4lLU97fbxvscNZzGZWiQQlJJzX9mwm7jWeHOx54PFfX1pdrqrVBo50QL30A/lg4ZdNj0NECj2a5a55ZHl6jDiQ06C34ewZiS/sSwnCsSuCMic047RaM8gOIwZ0DhKLS33TxL5bfgRIu+uxMI3vJ0iywie/Vc5u0UXWRzGxuABOx/iiBkFp4hwTiLe22hz4yRUmTI8zxD5tJ9gehjvMRpw+Bv8bsdRJZhSP3QfX8yTfawExcGeha53Ldl0fnIzGQz+L97mIQTBYyB23dnyHm0= ceph-6cdb894c-77f1-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T08:15:56.793 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6CpGZAuoVSMZX8NRH3eSWDMfwK1tKPfPhu8My/gweWDxbvxC1rEM7apHNCwRqEZ/NRWG+exOciXhmYz935JpyGvi4z4tjfq7NXEDcoRqo6r/zYhLGDqMoBDjKiDKXw/v0QbrUqrmQQojIxH2gqAAx9JR7IFTfCUOxDy6G1az/8lh54BLq1K9hjkZl1L0dvq65pbWVVOvhNefEpsp+74MmGvrB3eEFaP+em8wcFTDBRGx4lLU97fbxvscNZzGZWiQQlJJzX9mwm7jWeHOx54PFfX1pdrqrVBo50QL30A/lg4ZdNj0NECj2a5a55ZHl6jDiQ06C34ewZiS/sSwnCsSuCMic047RaM8gOIwZ0DhKLS33TxL5bfgRIu+uxMI3vJ0iywie/Vc5u0UXWRzGxuABOx/iiBkFp4hwTiLe22hz4yRUmTI8zxD5tJ9gehjvMRpw+Bv8bsdRJZhSP3QfX8yTfawExcGeha53Ldl0fnIzGQz+L97mIQTBYyB23dnyHm0= ceph-6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:56.806 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6CpGZAuoVSMZX8NRH3eSWDMfwK1tKPfPhu8My/gweWDxbvxC1rEM7apHNCwRqEZ/NRWG+exOciXhmYz935JpyGvi4z4tjfq7NXEDcoRqo6r/zYhLGDqMoBDjKiDKXw/v0QbrUqrmQQojIxH2gqAAx9JR7IFTfCUOxDy6G1az/8lh54BLq1K9hjkZl1L0dvq65pbWVVOvhNefEpsp+74MmGvrB3eEFaP+em8wcFTDBRGx4lLU97fbxvscNZzGZWiQQlJJzX9mwm7jWeHOx54PFfX1pdrqrVBo50QL30A/lg4ZdNj0NECj2a5a55ZHl6jDiQ06C34ewZiS/sSwnCsSuCMic047RaM8gOIwZ0DhKLS33TxL5bfgRIu+uxMI3vJ0iywie/Vc5u0UXWRzGxuABOx/iiBkFp4hwTiLe22hz4yRUmTI8zxD5tJ9gehjvMRpw+Bv8bsdRJZhSP3QfX8yTfawExcGeha53Ldl0fnIzGQz+L97mIQTBYyB23dnyHm0= ceph-6cdb894c-77f1-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T08:15:56.947 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:56 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/61036620' entity='client.admin' 2024-09-21T08:15:56.994 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6CpGZAuoVSMZX8NRH3eSWDMfwK1tKPfPhu8My/gweWDxbvxC1rEM7apHNCwRqEZ/NRWG+exOciXhmYz935JpyGvi4z4tjfq7NXEDcoRqo6r/zYhLGDqMoBDjKiDKXw/v0QbrUqrmQQojIxH2gqAAx9JR7IFTfCUOxDy6G1az/8lh54BLq1K9hjkZl1L0dvq65pbWVVOvhNefEpsp+74MmGvrB3eEFaP+em8wcFTDBRGx4lLU97fbxvscNZzGZWiQQlJJzX9mwm7jWeHOx54PFfX1pdrqrVBo50QL30A/lg4ZdNj0NECj2a5a55ZHl6jDiQ06C34ewZiS/sSwnCsSuCMic047RaM8gOIwZ0DhKLS33TxL5bfgRIu+uxMI3vJ0iywie/Vc5u0UXWRzGxuABOx/iiBkFp4hwTiLe22hz4yRUmTI8zxD5tJ9gehjvMRpw+Bv8bsdRJZhSP3QfX8yTfawExcGeha53Ldl0fnIzGQz+L97mIQTBYyB23dnyHm0= ceph-6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:15:57.008 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T08:15:57.263 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:15:58.929 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T08:15:58.929 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T08:15:59.216 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:15:59 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3889614560' entity='client.admin' 2024-09-21T08:15:59.493 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:00.882 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi136 2024-09-21T08:16:00.882 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:16:00.882 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.conf 2024-09-21T08:16:00.901 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:16:00.901 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:00.959 INFO:tasks.cephadm:Adding host smithi136 to orchestrator... 2024-09-21T08:16:00.959 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch host add smithi136 2024-09-21T08:16:01.322 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:01.471 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:01 smithi039 ceph-mon[30023]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:01.471 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:01 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:02.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:02.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:02.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi039", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:16:02.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:02.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:02.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-21T08:16:02.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:02.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:02.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:02.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:02.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:02.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:02.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:03.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:03 smithi039 ceph-mon[30023]: Updating smithi039:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:03.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:03 smithi039 ceph-mon[30023]: Updating smithi039:/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:03.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:03 smithi039 ceph-mon[30023]: Updating smithi039:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T08:16:03.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:03 smithi039 ceph-mon[30023]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:04.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:04 smithi039 ceph-mon[30023]: Deploying cephadm binary to smithi136 2024-09-21T08:16:05.920 INFO:teuthology.orchestra.run.smithi039.stdout:Added host 'smithi136' with addr '172.21.15.136' 2024-09-21T08:16:06.632 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T08:16:06.882 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:07.177 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:07.177 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:06 smithi039 ceph-mon[30023]: Added host smithi136 2024-09-21T08:16:07.177 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:07.177 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:07.177 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:07.560 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:16:07.561 INFO:teuthology.orchestra.run.smithi039.stdout:[{"addr": "172.21.15.39", "hostname": "smithi039", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}] 2024-09-21T08:16:08.225 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi148 2024-09-21T08:16:08.226 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:16:08.226 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.conf 2024-09-21T08:16:08.245 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:16:08.245 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:08.303 INFO:tasks.cephadm:Adding host smithi148 to orchestrator... 2024-09-21T08:16:08.303 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch host add smithi148 2024-09-21T08:16:08.465 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:08 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:08.552 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:09.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:09 smithi039 ceph-mon[30023]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:16:10.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:10.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:10.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:10.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:10.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:10.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:10.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:16:10.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:10.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:10 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:11.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:11 smithi039 ceph-mon[30023]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T08:16:11.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:11 smithi039 ceph-mon[30023]: Updating smithi136:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:11.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:11 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:11.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:11 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:11.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:11 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:12 smithi039 ceph-mon[30023]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:12 smithi039 ceph-mon[30023]: Deploying cephadm binary to smithi148 2024-09-21T08:16:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:12 smithi039 ceph-mon[30023]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:12 smithi039 ceph-mon[30023]: Updating smithi136:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T08:16:13.021 INFO:teuthology.orchestra.run.smithi039.stdout:Added host 'smithi148' with addr '172.21.15.148' 2024-09-21T08:16:13.708 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T08:16:13.960 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:14.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:14 smithi039 ceph-mon[30023]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:14.313 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:14 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:14.313 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:14 smithi039 ceph-mon[30023]: Added host smithi148 2024-09-21T08:16:14.313 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:14 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:14.313 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:14 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:14.313 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:14 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:14.590 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:16:14.590 INFO:teuthology.orchestra.run.smithi039.stdout:[{"addr": "172.21.15.39", "hostname": "smithi039", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}] 2024-09-21T08:16:15.186 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T08:16:15.186 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T08:16:15.436 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:15.558 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:15 smithi039 ceph-mon[30023]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:15.558 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:15 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:15.558 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:15 smithi039 ceph-mon[30023]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:16:16.387 INFO:teuthology.orchestra.run.smithi039.stderr:adjusted tunables profile to default 2024-09-21T08:16:16.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:16 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1363582439' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-21T08:16:16.978 INFO:tasks.cephadm:Adding mon.a on smithi039 2024-09-21T08:16:16.978 INFO:tasks.cephadm:Adding mon.b on smithi136 2024-09-21T08:16:16.978 INFO:tasks.cephadm:Adding mon.c on smithi148 2024-09-21T08:16:16.978 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch apply mon '3;smithi039:172.21.15.39=a;smithi136:172.21.15.136=b;smithi148:172.21.15.148=c' 2024-09-21T08:16:17.297 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T08:16:17.341 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T08:16:17.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:17.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1363582439' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T08:16:17.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:17.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:17.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:17.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:17.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:17.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:16:17.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:17.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:17 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:18.062 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled mon update... 2024-09-21T08:16:18.788 DEBUG:teuthology.orchestra.run.smithi136:mon.b> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.b.service 2024-09-21T08:16:18.791 DEBUG:teuthology.orchestra.run.smithi148:mon.c> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.c.service 2024-09-21T08:16:18.793 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T08:16:18.793 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T08:16:19.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-21T08:16:19.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: Updating smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:19.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: Updating smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi039:172.21.15.39=a;smithi136:172.21.15.136=b;smithi148:172.21.15.148=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: Saving service mon spec with placement smithi039:172.21.15.39=a;smithi136:172.21.15.136=b;smithi148:172.21.15.148=c;count:3 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:19.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:19 smithi039 ceph-mon[30023]: Deploying daemon mon.c on smithi148 2024-09-21T08:16:20.008 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:20.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:20 smithi039 ceph-mon[30023]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:20.913 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:16:20.914 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","modified":"2024-09-21T08:14:54.574839Z","created":"2024-09-21T08:14:54.574839Z","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.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T08:16:20.914 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-09-21T08:16:21.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:21 smithi039 ceph-mon[30023]: from='client.? 172.21.15.148:0/3369839619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:22.599 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T08:16:22.599 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T08:16:22.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:22 smithi039 ceph-mon[30023]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:22.919 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T08:16:23.576 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:16:23.576 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","modified":"2024-09-21T08:14:54.574839Z","created":"2024-09-21T08:14:54.574839Z","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.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T08:16:23.576 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-09-21T08:16:24.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:24 smithi148 systemd[1]: Started Ceph mon.c for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:16:24.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:24 smithi039 ceph-mon[30023]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:24.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:24 smithi039 ceph-mon[30023]: from='client.? 172.21.15.148:0/1726938121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:25.139 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T08:16:25.139 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T08:16:25.398 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: mon.a calling monitor election 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: mon.c calling monitor election 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:29.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: monmap epoch 2 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: last_changed 2024-09-21T08:16:24.319020+0000 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: min_mon_release 19 (squid) 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: election_strategy: 1 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: fsmap 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:29.655 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: mgrmap e13: a(active, since 41s) 2024-09-21T08:16:29.656 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: overall HEALTH_OK 2024-09-21T08:16:29.656 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:29.656 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:29.656 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:29.656 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:29.656 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:29.690 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:16:29.690 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":2,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","modified":"2024-09-21T08:16:24.319020Z","created":"2024-09-21T08:14:54.574839Z","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.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","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]} 2024-09-21T08:16:29.691 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 2 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: mon.a calling monitor election 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: mon.c calling monitor election 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:29.691 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: monmap epoch 2 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: last_changed 2024-09-21T08:16:24.319020+0000 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: min_mon_release 19 (squid) 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: election_strategy: 1 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: fsmap 2024-09-21T08:16:29.692 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:29.693 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: mgrmap e13: a(active, since 41s) 2024-09-21T08:16:29.693 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: overall HEALTH_OK 2024-09-21T08:16:29.693 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:29.693 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:29.693 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:29.693 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:29.693 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:30.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:30 smithi148 ceph-mon[33301]: Deploying daemon mon.b on smithi136 2024-09-21T08:16:30.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:30 smithi148 ceph-mon[33301]: from='client.? 172.21.15.148:0/1698736668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:30.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:30 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:30.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:30 smithi039 ceph-mon[30023]: Deploying daemon mon.b on smithi136 2024-09-21T08:16:30.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:30 smithi039 ceph-mon[30023]: from='client.? 172.21.15.148:0/1698736668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:30.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:30 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:31.313 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T08:16:31.313 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T08:16:31.571 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T08:16:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:31 smithi148 ceph-mon[33301]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:31.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:31 smithi039 ceph-mon[30023]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:32.205 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:16:32.205 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":2,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","modified":"2024-09-21T08:16:24.319020Z","created":"2024-09-21T08:14:54.574839Z","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.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","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]} 2024-09-21T08:16:32.205 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 2 2024-09-21T08:16:32.732 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:32 smithi148 ceph-mon[33301]: from='client.? 172.21.15.148:0/2350567855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:32.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:32 smithi039 ceph-mon[30023]: from='client.? 172.21.15.148:0/2350567855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:32.936 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 podman[33578]: 2024-09-21 08:16:32.672311185 +0000 UTC m=+0.016469002 image pull cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5 2024-09-21T08:16:32.936 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 podman[33578]: 2024-09-21 08:16:32.935620647 +0000 UTC m=+0.279778452 container init c8275d9d8e8723c11ecfbb429eda679a5d43ebb9874c06bd71a8d116f313d237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-b, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-9e2ac70) 2024-09-21T08:16:33.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 podman[33578]: 2024-09-21 08:16:32.940487456 +0000 UTC m=+0.284645262 container start c8275d9d8e8723c11ecfbb429eda679a5d43ebb9874c06bd71a8d116f313d237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-b, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=squid-9e2ac70, GIT_BRANCH=HEAD) 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable), process ceph-mon, pid 7 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pidfile_write: ignore empty --pid-file 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: load: jerasure load: lrc 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: RocksDB version: 7.9.2 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Git sha 0 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Compile date 2024-09-19 18:20:48 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: DB SUMMARY 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: DB Session ID: GHQEJDSHTLYVHQGVRMQA 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: CURRENT file: CURRENT 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T08:16:33.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.error_if_exists: 0 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.create_if_missing: 0 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.paranoid_checks: 1 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.env: 0x5561e6d78940 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.info_log: 0x5561e8dd16e0 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.statistics: (nil) 2024-09-21T08:16:33.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.use_fsync: 0 2024-09-21T08:16:33.250 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_log_file_size: 0 2024-09-21T08:16:33.250 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T08:16:33.250 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T08:16:33.250 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T08:16:33.250 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T08:16:33.250 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.allow_fallocate: 1 2024-09-21T08:16:33.251 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T08:16:33.251 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.use_direct_reads: 0 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.db_log_dir: 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.wal_dir: 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T08:16:33.252 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.write_buffer_manager: 0x5561e8de0dc0 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.unordered_write: 0 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T08:16:33.253 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.row_cache: None 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.wal_filter: None 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.two_write_queues: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.wal_compression: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.atomic_flush: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T08:16:33.254 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.log_readahead_size: 0 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_background_jobs: 2 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_background_compactions: -1 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_subcompactions: 1 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T08:16:33.255 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_open_files: -1 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_background_flushes: -1 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Compression algorithms supported: 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kZSTD supported: 0 2024-09-21T08:16:33.256 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kXpressCompression supported: 0 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kBZip2Compression supported: 0 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kLZ4Compression supported: 1 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kZlibCompression supported: 1 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: kSnappyCompression supported: 1 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.merge_operator: 2024-09-21T08:16:33.257 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_filter: None 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5561e8dd1320) 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: cache_index_and_filter_blocks: 1 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: pin_top_level_index_and_filter: 1 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: index_type: 0 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: data_block_index_type: 0 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: index_shortening: 1 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T08:16:33.258 INFO:journalctl@ceph.mon.b.smithi136.stdout: checksum: 4 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: no_block_cache: 0 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_cache: 0x5561e8dc51f0 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_cache_name: BinnedLRUCache 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_cache_options: 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: capacity : 536870912 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: num_shard_bits : 4 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: strict_capacity_limit : 0 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: high_pri_pool_ratio: 0.000 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_cache_compressed: (nil) 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: persistent_cache: (nil) 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_size: 4096 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_size_deviation: 10 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_restart_interval: 16 2024-09-21T08:16:33.259 INFO:journalctl@ceph.mon.b.smithi136.stdout: index_block_restart_interval: 1 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: metadata_block_size: 4096 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: partition_filters: 0 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: use_delta_encoding: 1 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: filter_policy: bloomfilter 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: whole_key_filtering: 1 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: verify_compression: 0 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: read_amp_bytes_per_bit: 0 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: format_version: 5 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: enable_index_compression: 1 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: block_align: 0 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: max_auto_readahead_size: 262144 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: prepopulate_block_cache: 0 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: initial_auto_readahead_size: 8192 2024-09-21T08:16:33.260 INFO:journalctl@ceph.mon.b.smithi136.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression: NoCompression 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.num_levels: 7 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T08:16:33.261 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T08:16:33.262 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T08:16:33.263 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T08:16:33.264 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.inplace_update_support: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.bloom_locality: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.max_successive_merges: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T08:16:33.265 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.ttl: 2592000 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.enable_blob_files: false 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.min_blob_size: 0 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T08:16:33.266 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6b14bb0d-d2bb-4528-99cd-cc8dc3deb1f7 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726906592967146, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726906592967546, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1726906592, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6b14bb0d-d2bb-4528-99cd-cc8dc3deb1f7", "db_session_id": "GHQEJDSHTLYVHQGVRMQA", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726906592967637, "job": 1, "event": "recovery_finished"} 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5561e8df2e00 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: DB pointer 0x5561e8eee000 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T08:16:33.267 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: ** DB Stats ** 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.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-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.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-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: ** Compaction Stats [default] ** 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.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-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T08:16:33.268 INFO:journalctl@ceph.mon.b.smithi136.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.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 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: ** Compaction Stats [default] ** 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.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-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.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 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T08:16:33.269 INFO:journalctl@ceph.mon.b.smithi136.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout: Cumulative compaction: 0.00 GB write, 0.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout: Interval compaction: 0.00 GB write, 0.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.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-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout: Block cache BinnedLRUCache@0x5561e8dc51f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout: 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: using public_addr v2:172.21.15.136:0/0 -> [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: starting mon.b rank -1 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(???) e0 preinit fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).mds e1 new map 2024-09-21T08:16:33.270 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout: e1 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout: btime 2024-09-21T08:14:59:717127+0000 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.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-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout: legacy client fscid: -1 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout: 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout: No filesystems configured 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T08:16:33.271 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Deploying cephadm binary to smithi148 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Updating smithi136:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Added host smithi148 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.272 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/1363582439' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/1363582439' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Updating smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:33.273 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Updating smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi039:172.21.15.39=a;smithi136:172.21.15.136=b;smithi148:172.21.15.148=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Saving service mon spec with placement smithi039:172.21.15.39=a;smithi136:172.21.15.136=b;smithi148:172.21.15.148=c;count:3 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Deploying daemon mon.c on smithi148 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.? 172.21.15.148:0/3369839619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.274 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.? 172.21.15.148:0/1726938121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.a calling monitor election 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.c calling monitor election 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.275 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: monmap epoch 2 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: last_changed 2024-09-21T08:16:24.319020+0000 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: min_mon_release 19 (squid) 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: election_strategy: 1 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: fsmap 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mgrmap e13: a(active, since 41s) 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: overall HEALTH_OK 2024-09-21T08:16:33.276 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: Deploying daemon mon.b on smithi136 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.? 172.21.15.148:0/1698736668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: from='client.? 172.21.15.148:0/2350567855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:32 smithi136 ceph-mon[33616]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:33 smithi136 bash[33578]: c8275d9d8e8723c11ecfbb429eda679a5d43ebb9874c06bd71a8d116f313d237 2024-09-21T08:16:33.277 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:33 smithi136 systemd[1]: Started Ceph mon.b for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:16:33.759 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T08:16:33.760 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T08:16:34.007 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T08:16:38.279 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:16:38.279 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":3,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","modified":"2024-09-21T08:16:32.992952Z","created":"2024-09-21T08:14:54.574839Z","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.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","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":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T08:16:38.280 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 3 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: mon.a calling monitor election 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: mon.c calling monitor election 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.310 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: monmap epoch 3 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: last_changed 2024-09-21T08:16:32.992952+0000 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: min_mon_release 19 (squid) 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: election_strategy: 1 2024-09-21T08:16:38.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: fsmap 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: mgrmap e13: a(active, since 49s) 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: mon.b (rank 2) addr [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] is down (out of quorum) 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:38.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:16:38.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: mon.a calling monitor election 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: mon.c calling monitor election 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: monmap epoch 3 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: last_changed 2024-09-21T08:16:32.992952+0000 2024-09-21T08:16:38.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: min_mon_release 19 (squid) 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: election_strategy: 1 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: fsmap 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: mgrmap e13: a(active, since 49s) 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: mon.b (rank 2) addr [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] is down (out of quorum) 2024-09-21T08:16:38.380 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.381 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.381 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.381 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:38.823 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T08:16:38.823 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T08:16:39.077 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:39.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:39 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:39.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:39 smithi039 ceph-mon[30023]: from='client.? 172.21.15.148:0/698696232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:39.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:39 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:39.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:39 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:39 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:39 smithi148 ceph-mon[33301]: from='client.? 172.21.15.148:0/698696232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:39 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:39 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:39.718 INFO:teuthology.orchestra.run.smithi039.stdout:# minimal ceph.conf for 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:39.719 INFO:teuthology.orchestra.run.smithi039.stdout:[global] 2024-09-21T08:16:39.719 INFO:teuthology.orchestra.run.smithi039.stdout: fsid = 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:39.719 INFO:teuthology.orchestra.run.smithi039.stdout: mon_host = [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-09-21T08:16:40.458 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T08:16:40.458 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:16:40.458 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T08:16:40.487 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:16:40.487 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:40.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:40.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:16:40.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:40.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: mon.a calling monitor election 2024-09-21T08:16:40.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: mon.c calling monitor election 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: monmap epoch 3 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: last_changed 2024-09-21T08:16:32.992952+0000 2024-09-21T08:16:40.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: min_mon_release 19 (squid) 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: election_strategy: 1 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: fsmap 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: mgrmap e13: a(active, since 49s) 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: mon.b (rank 2) addr [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] is down (out of quorum) 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.499 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.500 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.500 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.500 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:40.500 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='client.? 172.21.15.148:0/698696232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:16:40.500 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.500 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:40.554 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:16:40.554 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T08:16:40.581 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:16:40.582 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:40.648 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:16:40.648 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T08:16:40.675 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:16:40.675 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T08:16:40.740 INFO:tasks.cephadm:Adding mgr.a on smithi039 2024-09-21T08:16:40.740 INFO:tasks.cephadm:Adding mgr.b on smithi136 2024-09-21T08:16:40.740 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch apply mgr '2;smithi039=a;smithi136=b' 2024-09-21T08:16:40.761 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: mon.b calling monitor election 2024-09-21T08:16:40.761 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-21T08:16:40.761 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T08:16:40.761 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-21T08:16:40.761 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Updating smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Updating smithi136:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Updating smithi039:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: mon.b calling monitor election 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: mon.c calling monitor election 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: mon.a calling monitor election 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: monmap epoch 3 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: last_changed 2024-09-21T08:16:32.992952+0000 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: min_mon_release 19 (squid) 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: election_strategy: 1 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:40.762 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: fsmap 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: mgrmap e13: a(active, since 51s) 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Cluster is now healthy 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: overall HEALTH_OK 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.763 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:40.764 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:40 smithi039 ceph-mon[30023]: Reconfiguring daemon mon.a on smithi039 2024-09-21T08:16:40.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: mon.b calling monitor election 2024-09-21T08:16:40.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-21T08:16:40.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T08:16:40.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-21T08:16:40.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Updating smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:40.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Updating smithi136:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Updating smithi039:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: mon.b calling monitor election 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: mon.c calling monitor election 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: mon.a calling monitor election 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: monmap epoch 3 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: last_changed 2024-09-21T08:16:32.992952+0000 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: min_mon_release 19 (squid) 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: election_strategy: 1 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:40.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: fsmap 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: mgrmap e13: a(active, since 51s) 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Cluster is now healthy 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: overall HEALTH_OK 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:40.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:41.000 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:40 smithi136 ceph-mon[33616]: Reconfiguring daemon mon.a on smithi039 2024-09-21T08:16:41.014 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T08:16:41.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: mon.b calling monitor election 2024-09-21T08:16:41.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-21T08:16:41.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T08:16:41.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Updating smithi148:/etc/ceph/ceph.conf 2024-09-21T08:16:41.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Updating smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Updating smithi136:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Updating smithi039:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: mon.b calling monitor election 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: mon.c calling monitor election 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: mon.a calling monitor election 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: monmap epoch 3 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: last_changed 2024-09-21T08:16:32.992952+0000 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: min_mon_release 19 (squid) 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: election_strategy: 1 2024-09-21T08:16:41.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: fsmap 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: mgrmap e13: a(active, since 51s) 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Cluster is now healthy 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: overall HEALTH_OK 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:41.131 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:40 smithi148 ceph-mon[33301]: Reconfiguring daemon mon.a on smithi039 2024-09-21T08:16:41.649 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled mgr update... 2024-09-21T08:16:41.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:41 smithi148 ceph-mon[33301]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:41.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:41 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:41.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:41 smithi039 ceph-mon[30023]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:41.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:41 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:41.996 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:41 smithi136 ceph-mon[33616]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:41.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:41 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:16:42.319 DEBUG:teuthology.orchestra.run.smithi136:mgr.b> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.b.service 2024-09-21T08:16:42.322 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T08:16:42.322 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-21T08:16:42.322 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T08:16:42.339 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-21T08:16:42.339 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_1 2024-09-21T08:16:42.395 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-21 08:15:59.813699379 +0000 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.396 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.396 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T08:16:42.460 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-21T08:16:42.460 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-21T08:16:42.460 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000308207 s, 1.7 MB/s 2024-09-21T08:16:42.462 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T08:16:42.519 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_2 2024-09-21T08:16:42.575 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T08:16:42.575 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:42.575 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-21T08:16:42.575 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:42.576 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:42.576 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-21 08:15:59.846698774 +0000 2024-09-21T08:16:42.576 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.576 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.576 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.576 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T08:16:42.640 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-21T08:16:42.641 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-21T08:16:42.641 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000268936 s, 1.9 MB/s 2024-09-21T08:16:42.642 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T08:16:42.699 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_3 2024-09-21T08:16:42.755 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T08:16:42.755 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:42.755 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-21T08:16:42.755 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:42.755 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:42.755 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-21 08:15:59.878698186 +0000 2024-09-21T08:16:42.756 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.756 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.756 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.756 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T08:16:42.819 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-21T08:16:42.820 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-21T08:16:42.820 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000284004 s, 1.8 MB/s 2024-09-21T08:16:42.821 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T08:16:42.878 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_4 2024-09-21T08:16:42.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi039=a;smithi136=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:42.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: Saving service mgr spec with placement smithi039=a;smithi136=b;count:2 2024-09-21T08:16:42.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:42.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:42.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:42.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T08:16:42.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:16:42.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:16:42.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:42.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:42 smithi039 ceph-mon[30023]: Reconfiguring daemon mgr.a on smithi039 2024-09-21T08:16:42.918 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T08:16:42.918 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:42.918 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-21T08:16:42.919 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:42.919 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:42.919 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-21 08:15:59.910697599 +0000 2024-09-21T08:16:42.919 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.919 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.919 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-21 08:11:15.618915870 +0000 2024-09-21T08:16:42.919 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T08:16:42.982 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-21T08:16:42.982 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-21T08:16:42.982 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.00034047 s, 1.5 MB/s 2024-09-21T08:16:42.984 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi039=a;smithi136=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: Saving service mgr spec with placement smithi039=a;smithi136=b;count:2 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:42.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:42 smithi136 ceph-mon[33616]: Reconfiguring daemon mgr.a on smithi039 2024-09-21T08:16:43.040 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T08:16:43.040 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T08:16:43.060 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-21T08:16:43.060 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 2024-09-21T08:16:43.118 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T08:16:43.118 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:43.118 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-21T08:16:43.118 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:43.118 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:43.119 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 08:16:32.478998037 +0000 2024-09-21T08:16:43.119 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.119 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.119 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.119 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T08:16:43.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi039=a;smithi136=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:43.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: Saving service mgr spec with placement smithi039=a;smithi136=b;count:2 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:43.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:42 smithi148 ceph-mon[33301]: Reconfiguring daemon mgr.a on smithi039 2024-09-21T08:16:43.186 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T08:16:43.186 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T08:16:43.186 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000213999 s, 2.4 MB/s 2024-09-21T08:16:43.187 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T08:16:43.245 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 08:16:32.478998037 +0000 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 08:11:15.477055256 +0000 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 08:11:15.477055256 +0000 2024-09-21T08:16:43.301 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-21 08:11:15.477055256 +0000 2024-09-21T08:16:43.301 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T08:16:43.366 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T08:16:43.366 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T08:16:43.367 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000225518 s, 2.3 MB/s 2024-09-21T08:16:43.367 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T08:16:43.423 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 08:16:32.478998037 +0000 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.479 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.480 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T08:16:43.542 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T08:16:43.542 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T08:16:43.542 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000220218 s, 2.3 MB/s 2024-09-21T08:16:43.543 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T08:16:43.600 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 2024-09-21T08:16:43.655 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 08:16:32.479998014 +0000 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.656 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-21 08:11:15.476055267 +0000 2024-09-21T08:16:43.656 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T08:16:43.730 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T08:16:43.730 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T08:16:43.730 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.00022836 s, 2.2 MB/s 2024-09-21T08:16:43.731 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T08:16:43.787 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-09-21T08:16:43.787 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T08:16:43.807 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-21T08:16:43.807 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-09-21T08:16:43.866 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-21 08:16:22.830561359 +0000 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-21 08:11:15.531840360 +0000 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-21 08:11:15.531840360 +0000 2024-09-21T08:16:43.867 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-21 08:11:15.531840360 +0000 2024-09-21T08:16:43.867 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T08:16:43.935 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-21T08:16:43.935 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-21T08:16:43.935 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000218214 s, 2.3 MB/s 2024-09-21T08:16:43.936 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T08:16:43.995 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-21 08:16:22.831561335 +0000 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-21 08:11:15.530840388 +0000 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-21 08:11:15.530840388 +0000 2024-09-21T08:16:44.052 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-21 08:11:15.530840388 +0000 2024-09-21T08:16:44.052 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T08:16:44.118 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-21T08:16:44.118 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-21T08:16:44.118 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000240622 s, 2.1 MB/s 2024-09-21T08:16:44.119 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T08:16:44.177 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-09-21T08:16:44.234 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T08:16:44.234 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:44.234 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-21T08:16:44.234 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:44.234 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:44.235 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-21 08:16:22.831561335 +0000 2024-09-21T08:16:44.235 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-21 08:11:15.532840330 +0000 2024-09-21T08:16:44.235 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-21 08:11:15.532840330 +0000 2024-09-21T08:16:44.235 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-21 08:11:15.532840330 +0000 2024-09-21T08:16:44.235 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T08:16:44.297 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:44.297 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:44.297 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:44.297 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: Reconfiguring mon.b (monmap changed)... 2024-09-21T08:16:44.297 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:44.297 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:44.298 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:44.298 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:44 smithi148 ceph-mon[33301]: Reconfiguring daemon mon.b on smithi136 2024-09-21T08:16:44.299 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-21T08:16:44.300 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-21T08:16:44.300 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.00019648 s, 2.6 MB/s 2024-09-21T08:16:44.301 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T08:16:44.357 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-09-21T08:16:44.413 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T08:16:44.413 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T08:16:44.413 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-21T08:16:44.413 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T08:16:44.414 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T08:16:44.414 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-09-21 08:16:22.831561335 +0000 2024-09-21T08:16:44.414 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-09-21 08:11:15.532840330 +0000 2024-09-21T08:16:44.414 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-09-21 08:11:15.532840330 +0000 2024-09-21T08:16:44.414 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-09-21 08:11:15.532840330 +0000 2024-09-21T08:16:44.414 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T08:16:44.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:44.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:44.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:44.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: Reconfiguring mon.b (monmap changed)... 2024-09-21T08:16:44.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:44.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:44.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:44.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:44 smithi136 ceph-mon[33616]: Reconfiguring daemon mon.b on smithi136 2024-09-21T08:16:44.477 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-09-21T08:16:44.477 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-09-21T08:16:44.477 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000300961 s, 1.7 MB/s 2024-09-21T08:16:44.479 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T08:16:44.534 INFO:tasks.cephadm:Deploying osd.0 on smithi039 with /dev/vg_nvme/lv_4... 2024-09-21T08:16:44.534 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T08:16:44.560 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:44.560 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:44.560 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:44.560 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: Reconfiguring mon.b (monmap changed)... 2024-09-21T08:16:44.560 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:44.561 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:44.561 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:44.561 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:44 smithi039 ceph-mon[30023]: Reconfiguring daemon mon.b on smithi136 2024-09-21T08:16:44.790 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: Reconfiguring mon.c (monmap changed)... 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:45.740 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:45 smithi148 ceph-mon[33301]: Reconfiguring daemon mon.c on smithi148 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: Reconfiguring mon.c (monmap changed)... 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:45 smithi136 ceph-mon[33616]: Reconfiguring daemon mon.c on smithi148 2024-09-21T08:16:45.849 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:45.849 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:45.850 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:45.850 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: Reconfiguring mon.c (monmap changed)... 2024-09-21T08:16:45.850 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:16:45.850 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:16:45.850 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:45.850 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:45 smithi039 ceph-mon[30023]: Reconfiguring daemon mon.c on smithi148 2024-09-21T08:16:47.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:47.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:47.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:47.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:16:47.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T08:16:47.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:16:47.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:47.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:46 smithi148 ceph-mon[33301]: Deploying daemon mgr.b on smithi136 2024-09-21T08:16:47.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:47.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:46 smithi039 ceph-mon[30023]: Deploying daemon mgr.b on smithi136 2024-09-21T08:16:47.243 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:16:47.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:47.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:46 smithi136 ceph-mon[33616]: Deploying daemon mgr.b on smithi136 2024-09-21T08:16:47.269 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi039:vg_nvme/lv_4 2024-09-21T08:16:47.564 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:16:47.815 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:47 smithi136 systemd[1]: Starting Ceph mgr.b for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:16:48.009 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:47 smithi039 ceph-mon[30023]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:48.116 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:47 smithi136 ceph-mon[33616]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:48.117 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:47 smithi136 podman[35027]: 2024-09-21 08:16:47.810560825 +0000 UTC m=+0.015403258 image pull cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5 2024-09-21T08:16:48.117 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:47 smithi136 podman[35027]: 2024-09-21 08:16:47.922096319 +0000 UTC m=+0.126938783 container create bc0a203c308a34fcaeb7b71c27e3c30a65266131cd75d32fd0dd360082dbc237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-21T08:16:48.117 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 podman[35027]: 2024-09-21 08:16:48.116473269 +0000 UTC m=+0.321315691 container init bc0a203c308a34fcaeb7b71c27e3c30a65266131cd75d32fd0dd360082dbc237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=squid-9e2ac70, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-21T08:16:48.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:47 smithi148 ceph-mon[33301]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:48.459 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 podman[35027]: 2024-09-21 08:16:48.121568186 +0000 UTC m=+0.326410621 container start bc0a203c308a34fcaeb7b71c27e3c30a65266131cd75d32fd0dd360082dbc237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=squid-9e2ac70, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-21T08:16:48.459 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mgr[35065]: -- 172.21.15.136:0/2726909739 <== mon.2 v2:172.21.15.136:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a1ac1ef0e0 con 0x55a1ac1cd400 2024-09-21T08:16:48.459 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 bash[35027]: bc0a203c308a34fcaeb7b71c27e3c30a65266131cd75d32fd0dd360082dbc237 2024-09-21T08:16:48.459 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 systemd[1]: Started Ceph mgr.b for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:16:48.459 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:48.242+0000 7f9100176040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T08:16:48.459 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:48.302+0000 7f9100176040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T08:16:48.459 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:48.457+0000 7f9100176040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T08:16:48.747 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:48.527+0000 7f9100176040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T08:16:48.747 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:48.690+0000 7f9100176040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:16:48.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi039:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:48.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:16:48.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:16:48.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:48.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:48.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:48.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:48.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:48.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:48.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:48 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:48.842+0000 7f9100176040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi039:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.114 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.115 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.115 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.115 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:48 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:49.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi039:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:16:49.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:16:49.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:16:49.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:49.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:49.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:48 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:49.415 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:49 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:49.168+0000 7f9100176040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T08:16:49.415 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:49 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:49.231+0000 7f9100176040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T08:16:49.747 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:49 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:49.414+0000 7f9100176040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T08:16:50.463 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:50.464 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:50 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:50.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:50.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:50.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:50 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.747 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:50.309+0000 7f9100176040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T08:16:50.747 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:50.375+0000 7f9100176040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T08:16:50.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:50.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:50.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:50.748 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:50.748 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:16:50.748 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:50.748 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:16:50.748 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:50 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:16:51.338 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/2363818225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec21357e-6e65-4e75-8a1d-0e758956bad0"}]: dispatch 2024-09-21T08:16:51.338 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/2363818225' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec21357e-6e65-4e75-8a1d-0e758956bad0"}]': finished 2024-09-21T08:16:51.338 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-mon[33616]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T08:16:51.338 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:16:51.339 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.081+0000 7f9100176040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T08:16:51.339 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.194+0000 7f9100176040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T08:16:51.339 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.337+0000 7f9100176040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T08:16:51.612 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.396+0000 7f9100176040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T08:16:51.612 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.544+0000 7f9100176040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T08:16:51.612 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.611+0000 7f9100176040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T08:16:51.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:51 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/2363818225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec21357e-6e65-4e75-8a1d-0e758956bad0"}]: dispatch 2024-09-21T08:16:51.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:51 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/2363818225' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec21357e-6e65-4e75-8a1d-0e758956bad0"}]': finished 2024-09-21T08:16:51.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:51 smithi148 ceph-mon[33301]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T08:16:51.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:51 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:16:51.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:51 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/2363818225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec21357e-6e65-4e75-8a1d-0e758956bad0"}]: dispatch 2024-09-21T08:16:51.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:51 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/2363818225' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec21357e-6e65-4e75-8a1d-0e758956bad0"}]': finished 2024-09-21T08:16:51.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:51 smithi039 ceph-mon[30023]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T08:16:51.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:51 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:16:51.891 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.670+0000 7f9100176040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T08:16:51.891 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.826+0000 7f9100176040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T08:16:51.891 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.890+0000 7f9100176040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T08:16:52.155 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:51 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:51.955+0000 7f9100176040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T08:16:52.155 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:52 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:52.037+0000 7f9100176040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T08:16:52.155 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:52 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:52.096+0000 7f9100176040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T08:16:52.155 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:52 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:52.153+0000 7f9100176040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T08:16:52.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:52 smithi136 ceph-mon[33616]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:52.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:52 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/3050230316' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:16:52.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:52 smithi148 ceph-mon[33301]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:52.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:52 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/3050230316' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:16:52.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:52 smithi039 ceph-mon[30023]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:52.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:52 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3050230316' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:16:53.247 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:16:52 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b[35042]: 2024-09-21T08:16:52.934+0000 7f9100176040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T08:16:53.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:53 smithi148 ceph-mon[33301]: Standby manager daemon b started 2024-09-21T08:16:53.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:53 smithi148 ceph-mon[33301]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T08:16:53.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:53 smithi148 ceph-mon[33301]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T08:16:53.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:53 smithi148 ceph-mon[33301]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T08:16:53.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:53 smithi148 ceph-mon[33301]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T08:16:53.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:53 smithi039 ceph-mon[30023]: Standby manager daemon b started 2024-09-21T08:16:53.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:53 smithi039 ceph-mon[30023]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T08:16:53.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:53 smithi039 ceph-mon[30023]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T08:16:53.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:53 smithi039 ceph-mon[30023]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T08:16:53.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:53 smithi039 ceph-mon[30023]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T08:16:53.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:53 smithi136 ceph-mon[33616]: Standby manager daemon b started 2024-09-21T08:16:53.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:53 smithi136 ceph-mon[33616]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T08:16:53.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:53 smithi136 ceph-mon[33616]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T08:16:53.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:53 smithi136 ceph-mon[33616]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T08:16:53.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:53 smithi136 ceph-mon[33616]: from='mgr.? 172.21.15.136:0/3133027887' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T08:16:54.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:54 smithi148 ceph-mon[33301]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:54.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:54 smithi148 ceph-mon[33301]: mgrmap e14: a(active, since 65s), standbys: b 2024-09-21T08:16:54.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:54 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T08:16:54.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:54 smithi039 ceph-mon[30023]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:54.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:54 smithi039 ceph-mon[30023]: mgrmap e14: a(active, since 65s), standbys: b 2024-09-21T08:16:54.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:54 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T08:16:54.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:54 smithi136 ceph-mon[33616]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:54.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:54 smithi136 ceph-mon[33616]: mgrmap e14: a(active, since 65s), standbys: b 2024-09-21T08:16:54.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:54 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T08:16:55.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:55 smithi148 ceph-mon[33301]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:55.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:55 smithi039 ceph-mon[30023]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:55.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:55 smithi136 ceph-mon[33616]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:57.620 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:57 smithi039 ceph-mon[30023]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:57.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:57 smithi148 ceph-mon[33301]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:57.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:57 smithi136 ceph-mon[33616]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:58.615 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:58 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T08:16:58.615 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:58 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:58.615 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:58 smithi039 ceph-mon[30023]: Deploying daemon osd.0 on smithi039 2024-09-21T08:16:58.654 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:58 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T08:16:58.654 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:58 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:58.654 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:58 smithi148 ceph-mon[33301]: Deploying daemon osd.0 on smithi039 2024-09-21T08:16:58.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:58 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T08:16:58.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:58 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:16:58.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:58 smithi136 ceph-mon[33616]: Deploying daemon osd.0 on smithi039 2024-09-21T08:16:59.636 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:16:59 smithi039 ceph-mon[30023]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:59.648 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:16:59 smithi136 ceph-mon[33616]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:16:59.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:16:59 smithi148 ceph-mon[33301]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:01.587 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:01 smithi039 ceph-mon[30023]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:01.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:01 smithi136 ceph-mon[33616]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:01.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:01 smithi148 ceph-mon[33301]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:03.548 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:03 smithi039 ceph-mon[30023]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:03.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:03 smithi136 ceph-mon[33616]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:03.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:03 smithi148 ceph-mon[33301]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:04.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:04 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:04.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:04 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:04.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:04 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:05.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:05 smithi039 ceph-mon[30023]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:05.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:05 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:05.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:05 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:05.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:05 smithi136 ceph-mon[33616]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:05.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:05 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:05.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:05 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:05.877 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:05 smithi148 ceph-mon[33301]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:05.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:05 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:05.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:05 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.309 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:08 smithi039 ceph-mon[30023]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:08.309 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:08 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.309 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:08 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.309 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:08 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:08.309 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:08 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:08.309 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:08 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.349 INFO:teuthology.orchestra.run.smithi039.stdout:Created osd(s) 0 on host 'smithi039' 2024-09-21T08:17:08.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:08 smithi136 ceph-mon[33616]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:08.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:08 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:08 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:08 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:08.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:08 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:08.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:08 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:08 smithi148 ceph-mon[33301]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:08.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:08 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:08 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:08 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:08.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:08 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:08.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:08 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:08.950 DEBUG:teuthology.orchestra.run.smithi039:osd.0> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.0.service 2024-09-21T08:17:08.952 INFO:tasks.cephadm:Deploying osd.1 on smithi136 with /dev/vg_nvme/lv_4... 2024-09-21T08:17:08.952 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T08:17:09.188 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T08:17:09.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:09 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:09.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:09 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:09.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:09 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:09.507 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:09 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:09.507 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:09 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:09.508 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:09 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:09.508 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:17:09 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0[44817]: 2024-09-21T08:17:09.427+0000 7f763a2ba640 -1 osd.0 0 log_to_monitors true 2024-09-21T08:17:09.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:09 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:09.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:09 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:09.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:09 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:10.420 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:10 smithi136 ceph-mon[33616]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:10.420 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:10 smithi136 ceph-mon[33616]: from='osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T08:17:10.420 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:10 smithi136 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T08:17:10.485 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:10 smithi039 ceph-mon[30023]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:10.485 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:10 smithi039 ceph-mon[30023]: from='osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T08:17:10.486 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:10 smithi039 ceph-mon[30023]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T08:17:10.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:10 smithi148 ceph-mon[33301]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:10.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:10 smithi148 ceph-mon[33301]: from='osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T08:17:10.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:10 smithi148 ceph-mon[33301]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T08:17:11.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:11 smithi136 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T08:17:11.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:11 smithi136 ceph-mon[33616]: from='osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]: dispatch 2024-09-21T08:17:11.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:11 smithi136 ceph-mon[33616]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T08:17:11.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:11 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:11.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:11 smithi136 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]: dispatch 2024-09-21T08:17:11.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:11 smithi136 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-21T08:17:11.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:11 smithi136 ceph-mon[33616]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T08:17:11.468 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T08:17:11.495 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi136:vg_nvme/lv_4 2024-09-21T08:17:11.551 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-mon[30023]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T08:17:11.551 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-mon[30023]: from='osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]: dispatch 2024-09-21T08:17:11.551 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-mon[30023]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T08:17:11.551 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:11.551 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-mon[30023]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]: dispatch 2024-09-21T08:17:11.551 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-mon[30023]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-21T08:17:11.551 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-mon[30023]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T08:17:11.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:11 smithi148 ceph-mon[33301]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T08:17:11.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:11 smithi148 ceph-mon[33301]: from='osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]: dispatch 2024-09-21T08:17:11.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:11 smithi148 ceph-mon[33301]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T08:17:11.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:11 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:11.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:11 smithi148 ceph-mon[33301]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]: dispatch 2024-09-21T08:17:11.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:11 smithi148 ceph-mon[33301]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-21T08:17:11.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:11 smithi148 ceph-mon[33301]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T08:17:11.736 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T08:17:11.876 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0[44817]: 2024-09-21T08:17:11.694+0000 7f763623d640 -1 osd.0 0 waiting for initial osdmap 2024-09-21T08:17:11.876 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:17:11 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0[44817]: 2024-09-21T08:17:11.697+0000 7f762e05d640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T08:17:12.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:12.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='osd.0 ' entity='osd.0' 2024-09-21T08:17:12.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:17:12.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:12.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:12.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:12 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='osd.0 ' entity='osd.0' 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:17:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:12.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:12.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:12 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='osd.0 ' entity='osd.0' 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:12.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:12 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:13.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: purged_snaps scrub starts 2024-09-21T08:17:13.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: purged_snaps scrub ok 2024-09-21T08:17:13.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: Detected new or changed devices on smithi039 2024-09-21T08:17:13.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: Adjusting osd_memory_target on smithi039 to 17088M 2024-09-21T08:17:13.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:17:13.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:17:13.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:13.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879] boot 2024-09-21T08:17:13.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T08:17:13.629 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:13 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:13.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: purged_snaps scrub starts 2024-09-21T08:17:13.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: purged_snaps scrub ok 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: Detected new or changed devices on smithi039 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: Adjusting osd_memory_target on smithi039 to 17088M 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879] boot 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T08:17:13.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:13 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:13.682 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: purged_snaps scrub starts 2024-09-21T08:17:13.682 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: purged_snaps scrub ok 2024-09-21T08:17:13.682 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: Detected new or changed devices on smithi039 2024-09-21T08:17:13.682 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: Adjusting osd_memory_target on smithi039 to 17088M 2024-09-21T08:17:13.682 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:17:13.683 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:17:13.683 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:13.683 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: osd.0 [v2:172.21.15.39:6802/1813727879,v1:172.21.15.39:6803/1813727879] boot 2024-09-21T08:17:13.683 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T08:17:13.683 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:13 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T08:17:14.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:14 smithi148 ceph-mon[33301]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:14.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:14 smithi148 ceph-mon[33301]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:17:14.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:14 smithi039 ceph-mon[30023]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:14.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:14 smithi039 ceph-mon[30023]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:17:14.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:14 smithi136 ceph-mon[33616]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T08:17:14.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:14 smithi136 ceph-mon[33616]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:17:15.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:15 smithi136 ceph-mon[33616]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T08:17:15.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:15 smithi136 ceph-mon[33616]: from='client.? 172.21.15.136:0/1734152719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]: dispatch 2024-09-21T08:17:15.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:15 smithi136 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]: dispatch 2024-09-21T08:17:15.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:15 smithi136 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]': finished 2024-09-21T08:17:15.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:15 smithi136 ceph-mon[33616]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T08:17:15.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:15 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:15.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:15 smithi136 ceph-mon[33616]: from='client.? 172.21.15.136:0/478412733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:17:15.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:15 smithi148 ceph-mon[33301]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T08:17:15.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:15 smithi148 ceph-mon[33301]: from='client.? 172.21.15.136:0/1734152719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]: dispatch 2024-09-21T08:17:15.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:15 smithi148 ceph-mon[33301]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]: dispatch 2024-09-21T08:17:15.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:15 smithi148 ceph-mon[33301]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]': finished 2024-09-21T08:17:15.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:15 smithi148 ceph-mon[33301]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T08:17:15.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:15 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:15.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:15 smithi148 ceph-mon[33301]: from='client.? 172.21.15.136:0/478412733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:17:15.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:15 smithi039 ceph-mon[30023]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T08:17:15.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:15 smithi039 ceph-mon[30023]: from='client.? 172.21.15.136:0/1734152719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]: dispatch 2024-09-21T08:17:15.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:15 smithi039 ceph-mon[30023]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]: dispatch 2024-09-21T08:17:15.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:15 smithi039 ceph-mon[30023]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d8aeb88-7ca2-490d-846a-92ac34739d1c"}]': finished 2024-09-21T08:17:15.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:15 smithi039 ceph-mon[30023]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T08:17:15.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:15 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:15.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:15 smithi039 ceph-mon[30023]: from='client.? 172.21.15.136:0/478412733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:17:16.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:16 smithi148 ceph-mon[33301]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:16.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:16 smithi039 ceph-mon[30023]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:16.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:16 smithi136 ceph-mon[33616]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:17.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:17 smithi148 ceph-mon[33301]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:17.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:17 smithi039 ceph-mon[30023]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:17.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:17 smithi136 ceph-mon[33616]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:19.630 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:19 smithi148 ceph-mon[33301]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:19.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:19 smithi039 ceph-mon[30023]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:19.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:19 smithi136 ceph-mon[33616]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:21.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:21 smithi148 ceph-mon[33301]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:21.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:21 smithi039 ceph-mon[30023]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:21.678 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:21 smithi136 ceph-mon[33616]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:22.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:22 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T08:17:22.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:22 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:22.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:22 smithi148 ceph-mon[33301]: Deploying daemon osd.1 on smithi136 2024-09-21T08:17:22.647 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:22 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T08:17:22.647 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:22 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:22.647 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:22 smithi136 ceph-mon[33616]: Deploying daemon osd.1 on smithi136 2024-09-21T08:17:22.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:22 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T08:17:22.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:22 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:22.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:22 smithi039 ceph-mon[30023]: Deploying daemon osd.1 on smithi136 2024-09-21T08:17:23.627 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:23 smithi148 ceph-mon[33301]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:23.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:23 smithi039 ceph-mon[30023]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:23.666 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:23 smithi136 ceph-mon[33616]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:25.570 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:25 smithi136 ceph-mon[33616]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:25.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:25 smithi039 ceph-mon[30023]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:25.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:25 smithi148 ceph-mon[33301]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:27.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:27 smithi136 ceph-mon[33616]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:27.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:27 smithi039 ceph-mon[30023]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:27.680 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:27 smithi148 ceph-mon[33301]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:28.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:28 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:28.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:28 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:28.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:28 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:28.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:28 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:28.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:28 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:28.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:28 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:28.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:28 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:28.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:28 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:28.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:28 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:29.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:29 smithi136 ceph-mon[33616]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:29.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:29 smithi148 ceph-mon[33301]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:29.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:29 smithi039 ceph-mon[30023]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:31.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:31 smithi148 ceph-mon[33301]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:31.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:31.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:31.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:31 smithi039 ceph-mon[30023]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:31.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:31.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:31.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:31 smithi136 ceph-mon[33616]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:31.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:31.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:31.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:31.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:32.793 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 1 on host 'smithi136' 2024-09-21T08:17:33.405 DEBUG:teuthology.orchestra.run.smithi136:osd.1> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.1.service 2024-09-21T08:17:33.407 INFO:tasks.cephadm:Deploying osd.2 on smithi148 with /dev/vg_nvme/lv_4... 2024-09-21T08:17:33.407 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T08:17:33.629 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:33 smithi136 ceph-mon[33616]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:33.629 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:33.629 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:33.629 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:33.629 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:33 smithi136 ceph-mon[33616]: from='osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T08:17:33.630 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:33 smithi136 ceph-mon[33616]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T08:17:33.656 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T08:17:33.777 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:33 smithi148 ceph-mon[33301]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:33.778 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:33.778 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:33.778 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:33.778 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:33 smithi148 ceph-mon[33301]: from='osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T08:17:33.778 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:33 smithi148 ceph-mon[33301]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T08:17:33.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:33 smithi039 ceph-mon[30023]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:33.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:33.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:33.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:33.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:33 smithi039 ceph-mon[30023]: from='osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T08:17:33.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:33 smithi039 ceph-mon[30023]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T08:17:34.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:34 smithi136 ceph-mon[33616]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T08:17:34.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:34 smithi136 ceph-mon[33616]: from='osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T08:17:34.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:34 smithi136 ceph-mon[33616]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T08:17:34.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:34 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:34.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:34 smithi136 ceph-mon[33616]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T08:17:34.997 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:17:34 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1[38045]: 2024-09-21T08:17:34.797+0000 7fc96900f640 -1 osd.1 0 waiting for initial osdmap 2024-09-21T08:17:34.998 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:17:34 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1[38045]: 2024-09-21T08:17:34.800+0000 7fc964e37640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T08:17:35.027 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:34 smithi148 ceph-mon[33301]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T08:17:35.028 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:34 smithi148 ceph-mon[33301]: from='osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T08:17:35.028 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:34 smithi148 ceph-mon[33301]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T08:17:35.028 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:34 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:35.028 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:34 smithi148 ceph-mon[33301]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T08:17:35.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:34 smithi039 ceph-mon[30023]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T08:17:35.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:34 smithi039 ceph-mon[30023]: from='osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T08:17:35.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:34 smithi039 ceph-mon[30023]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T08:17:35.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:34 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:35.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:34 smithi039 ceph-mon[30023]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T08:17:35.792 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-09-21T08:17:35.820 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi148:vg_nvme/lv_4 2024-09-21T08:17:36.057 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T08:17:36.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:35 smithi148 ceph-mon[33301]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:36.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:35 smithi148 ceph-mon[33301]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-21T08:17:36.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:35 smithi148 ceph-mon[33301]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T08:17:36.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.153 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:35 smithi136 ceph-mon[33616]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:36.153 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:35 smithi136 ceph-mon[33616]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-21T08:17:36.153 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:35 smithi136 ceph-mon[33616]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:35 smithi039 ceph-mon[30023]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:35 smithi039 ceph-mon[30023]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:35 smithi039 ceph-mon[30023]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:36.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:37.090 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: purged_snaps scrub starts 2024-09-21T08:17:37.090 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: purged_snaps scrub ok 2024-09-21T08:17:37.090 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274] boot 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: Detected new or changed devices on smithi136 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: Adjusting osd_memory_target on smithi136 to 17088M 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:17:37.091 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:37.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: purged_snaps scrub starts 2024-09-21T08:17:37.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: purged_snaps scrub ok 2024-09-21T08:17:37.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274] boot 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: Detected new or changed devices on smithi136 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: Adjusting osd_memory_target on smithi136 to 17088M 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:17:37.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:17:37.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: purged_snaps scrub starts 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: purged_snaps scrub ok 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: osd.1 [v2:172.21.15.136:6800/2517169274,v1:172.21.15.136:6801/2517169274] boot 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: Detected new or changed devices on smithi136 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: Adjusting osd_memory_target on smithi136 to 17088M 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T08:17:37.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:38.360 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:38 smithi148 ceph-mon[33301]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:38.360 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:38 smithi148 ceph-mon[33301]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:17:38.360 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:38 smithi148 ceph-mon[33301]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T08:17:38.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:38 smithi136 ceph-mon[33616]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:38.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:38 smithi136 ceph-mon[33616]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:17:38.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:38 smithi136 ceph-mon[33616]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T08:17:38.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:38 smithi039 ceph-mon[30023]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T08:17:38.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:38 smithi039 ceph-mon[30023]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi148:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:17:38.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:38 smithi039 ceph-mon[30023]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T08:17:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:39 smithi148 ceph-mon[33301]: from='client.? 172.21.15.148:0/3280908871' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]: dispatch 2024-09-21T08:17:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:39 smithi148 ceph-mon[33301]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]: dispatch 2024-09-21T08:17:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:39 smithi148 ceph-mon[33301]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]': finished 2024-09-21T08:17:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:39 smithi148 ceph-mon[33301]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T08:17:39.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:39 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:39.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:39 smithi136 ceph-mon[33616]: from='client.? 172.21.15.148:0/3280908871' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]: dispatch 2024-09-21T08:17:39.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:39 smithi136 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]: dispatch 2024-09-21T08:17:39.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:39 smithi136 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]': finished 2024-09-21T08:17:39.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:39 smithi136 ceph-mon[33616]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T08:17:39.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:39 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:39.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:39 smithi039 ceph-mon[30023]: from='client.? 172.21.15.148:0/3280908871' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]: dispatch 2024-09-21T08:17:39.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:39 smithi039 ceph-mon[30023]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]: dispatch 2024-09-21T08:17:39.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:39 smithi039 ceph-mon[30023]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "734dc0c0-9b6c-40f8-aa62-431292f336c4"}]': finished 2024-09-21T08:17:39.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:39 smithi039 ceph-mon[30023]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T08:17:39.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:39 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:40.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:40 smithi136 ceph-mon[33616]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:40.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:40 smithi136 ceph-mon[33616]: from='client.? 172.21.15.148:0/2705887909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:17:40.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:40 smithi148 ceph-mon[33301]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:40.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:40 smithi148 ceph-mon[33301]: from='client.? 172.21.15.148:0/2705887909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:17:40.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:40 smithi039 ceph-mon[30023]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:40.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:40 smithi039 ceph-mon[30023]: from='client.? 172.21.15.148:0/2705887909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T08:17:42.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:42 smithi136 ceph-mon[33616]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:42.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:42 smithi148 ceph-mon[33301]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:42.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:42 smithi039 ceph-mon[30023]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:44.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:44 smithi136 ceph-mon[33616]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:44.538 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:44 smithi148 ceph-mon[33301]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:44.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:44 smithi039 ceph-mon[30023]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:46.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:46 smithi136 ceph-mon[33616]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:46.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T08:17:46.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:46 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:46.530 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:46 smithi148 ceph-mon[33301]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:46.530 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T08:17:46.530 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:46 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:46.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:46 smithi039 ceph-mon[30023]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:46.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T08:17:46.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:46 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:47.550 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:47 smithi148 ceph-mon[33301]: Deploying daemon osd.2 on smithi148 2024-09-21T08:17:47.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:47 smithi039 ceph-mon[30023]: Deploying daemon osd.2 on smithi148 2024-09-21T08:17:47.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:47 smithi136 ceph-mon[33616]: Deploying daemon osd.2 on smithi148 2024-09-21T08:17:48.357 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:48 smithi148 ceph-mon[33301]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:48.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:48 smithi039 ceph-mon[30023]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:48.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:48 smithi136 ceph-mon[33616]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:50 smithi148 ceph-mon[33301]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:50.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:50 smithi039 ceph-mon[30023]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:50.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:50 smithi136 ceph-mon[33616]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:52.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:52 smithi148 ceph-mon[33301]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:52.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:52 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:52.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:52 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:52.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:52 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:52.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:52 smithi039 ceph-mon[30023]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:52.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:52 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:52.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:52 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:52.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:52 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:52.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:52 smithi136 ceph-mon[33616]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:52.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:52 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:52.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:52 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:52.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:52 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:54.554 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:54 smithi148 ceph-mon[33301]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:54.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:54 smithi039 ceph-mon[30023]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:54.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:54 smithi136 ceph-mon[33616]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:55.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:55 smithi136 ceph-mon[33616]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:55.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:55.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:55.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:55 smithi148 ceph-mon[33301]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:55 smithi039 ceph-mon[30023]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:17:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:17:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:56.258 INFO:teuthology.orchestra.run.smithi148.stdout:Created osd(s) 2 on host 'smithi148' 2024-09-21T08:17:56.552 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:56 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:56.553 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:56 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:56.553 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:56 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:56.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:56 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:56.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:56 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:56.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:56 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:56.872 DEBUG:teuthology.orchestra.run.smithi148:osd.2> sudo journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.2.service 2024-09-21T08:17:56.874 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-21T08:17:56.874 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T08:17:56.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:56 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:17:56.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:56 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:56.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:56 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:17:57.144 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:17:57.544 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:57 smithi039 ceph-mon[30023]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:57.544 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:57 smithi039 ceph-mon[30023]: from='osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T08:17:57.544 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:57 smithi039 ceph-mon[30023]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T08:17:57.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:57 smithi136 ceph-mon[33616]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:57.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:57 smithi136 ceph-mon[33616]: from='osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T08:17:57.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:57 smithi136 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T08:17:57.810 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:17:57.817 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:57 smithi148 ceph-mon[33301]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:57.817 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:57 smithi148 ceph-mon[33301]: from='osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T08:17:57.817 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:57 smithi148 ceph-mon[33301]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T08:17:58.476 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1726906655,"num_in_osds":3,"osd_in_since":1726906658,"num_remapped_pgs":0} 2024-09-21T08:17:58.835 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-mon[33301]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T08:17:58.835 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-mon[33301]: from='osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-21T08:17:58.836 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-mon[33301]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T08:17:58.836 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:58.836 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-mon[33301]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-21T08:17:58.836 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/3410148753' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T08:17:58.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:58 smithi039 ceph-mon[30023]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T08:17:58.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:58 smithi039 ceph-mon[30023]: from='osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-21T08:17:58.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:58 smithi039 ceph-mon[30023]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T08:17:58.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:58 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:58.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:58 smithi039 ceph-mon[30023]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-21T08:17:58.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:58 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3410148753' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T08:17:58.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:58 smithi136 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T08:17:58.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:58 smithi136 ceph-mon[33616]: from='osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-21T08:17:58.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:58 smithi136 ceph-mon[33616]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T08:17:58.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:58 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:58.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:58 smithi136 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-09-21T08:17:58.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:58 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/3410148753' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T08:17:59.128 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2[37742]: 2024-09-21T08:17:58.920+0000 7f36301b9640 -1 osd.2 0 waiting for initial osdmap 2024-09-21T08:17:59.129 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:17:58 smithi148 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2[37742]: 2024-09-21T08:17:58.923+0000 7f3627fd9640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T08:17:59.478 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T08:17:59.746 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:17:59.750 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:59 smithi148 ceph-mon[33301]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:59.750 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:59 smithi148 ceph-mon[33301]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-09-21T08:17:59.750 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:59 smithi148 ceph-mon[33301]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T08:17:59.751 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:59 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:59.751 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:59 smithi148 ceph-mon[33301]: from='osd.2 ' entity='osd.2' 2024-09-21T08:17:59.751 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:17:59 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:59.867 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:59 smithi039 ceph-mon[30023]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:59.867 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:59 smithi039 ceph-mon[30023]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-09-21T08:17:59.867 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:59 smithi039 ceph-mon[30023]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T08:17:59.867 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:59 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:59.867 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:59 smithi039 ceph-mon[30023]: from='osd.2 ' entity='osd.2' 2024-09-21T08:17:59.867 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:17:59 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:59.898 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:59 smithi136 ceph-mon[33616]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:17:59.898 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:59 smithi136 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-09-21T08:17:59.898 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:59 smithi136 ceph-mon[33616]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T08:17:59.898 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:59 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:17:59.898 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:59 smithi136 ceph-mon[33616]: from='osd.2 ' entity='osd.2' 2024-09-21T08:17:59.898 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:17:59 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:18:00.814 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:01.120 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: purged_snaps scrub starts 2024-09-21T08:18:01.120 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: purged_snaps scrub ok 2024-09-21T08:18:01.120 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: Detected new or changed devices on smithi148 2024-09-21T08:18:01.120 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.120 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.120 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:18:01.120 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: Adjusting osd_memory_target on smithi148 to 21184M 2024-09-21T08:18:01.121 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.121 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:01.121 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:18:01.121 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.121 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024] boot 2024-09-21T08:18:01.121 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T08:18:01.121 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:00 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: purged_snaps scrub starts 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: purged_snaps scrub ok 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: Detected new or changed devices on smithi148 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: Adjusting osd_memory_target on smithi148 to 21184M 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:01.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:18:01.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024] boot 2024-09-21T08:18:01.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T08:18:01.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:00 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:18:01.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: purged_snaps scrub starts 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: purged_snaps scrub ok 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: Detected new or changed devices on smithi148 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: Adjusting osd_memory_target on smithi148 to 21184M 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: osd.2 [v2:172.21.15.148:6800/3054564024,v1:172.21.15.148:6801/3054564024] boot 2024-09-21T08:18:01.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T08:18:01.155 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:00 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T08:18:01.473 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1726906679,"num_in_osds":3,"osd_in_since":1726906658,"num_remapped_pgs":0} 2024-09-21T08:18:01.473 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T08:18:01.722 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:02.122 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:01 smithi039 ceph-mon[30023]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:18:02.122 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:01 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' 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-21T08:18:02.122 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:01 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1468889029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T08:18:02.122 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:01 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' 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-21T08:18:02.122 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:01 smithi039 ceph-mon[30023]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T08:18:02.122 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:01 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T08:18:02.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:01 smithi148 ceph-mon[33301]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:18:02.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:01 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' 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-21T08:18:02.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:01 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/1468889029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T08:18:02.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:01 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' 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-21T08:18:02.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:01 smithi148 ceph-mon[33301]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T08:18:02.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:01 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T08:18:02.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:01 smithi136 ceph-mon[33616]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T08:18:02.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:01 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' 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-21T08:18:02.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:01 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/1468889029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T08:18:02.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:01 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' 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-21T08:18:02.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:01 smithi136 ceph-mon[33616]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T08:18:02.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:01 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T08:18:02.312 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:02.312 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":20,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","created":"2024-09-21T08:14:59.717345+0000","modified":"2024-09-21T08:18:01.937409+0000","last_up_change":"2024-09-21T08:17:59.923259+0000","last_in_change":"2024-09-21T08:17:38.845851+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-21T08:18:00.813043+0000","flags":32769,"flags_names":"hashpspool,creating","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":"20","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":"ec21357e-6e65-4e75-8a1d-0e758956bad0","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.39:6802","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6803","nonce":1813727879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6805","nonce":1813727879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6809","nonce":1813727879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6807","nonce":1813727879}]},"public_addr":"172.21.15.39:6803/1813727879","cluster_addr":"172.21.15.39:6805/1813727879","heartbeat_back_addr":"172.21.15.39:6809/1813727879","heartbeat_front_addr":"172.21.15.39:6807/1813727879","state":["exists","up"]},{"osd":1,"uuid":"3d8aeb88-7ca2-490d-846a-92ac34739d1c","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.136:6800","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6801","nonce":2517169274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6803","nonce":2517169274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6807","nonce":2517169274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6805","nonce":2517169274}]},"public_addr":"172.21.15.136:6801/2517169274","cluster_addr":"172.21.15.136:6803/2517169274","heartbeat_back_addr":"172.21.15.136:6807/2517169274","heartbeat_front_addr":"172.21.15.136:6805/2517169274","state":["exists","up"]},{"osd":2,"uuid":"734dc0c0-9b6c-40f8-aa62-431292f336c4","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.148:6800","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6801","nonce":3054564024}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6803","nonce":3054564024}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6807","nonce":3054564024}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6805","nonce":3054564024}]},"public_addr":"172.21.15.148:6801/3054564024","cluster_addr":"172.21.15.148:6803/3054564024","heartbeat_back_addr":"172.21.15.148:6807/3054564024","heartbeat_front_addr":"172.21.15.148:6805/3054564024","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-21T08:17:10.473336+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-21T08:17:34.420038+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-21T08:17:57.681240+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.39:6800/245171638":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/1037503522":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/2795543769":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/2867464043":"2024-09-22T08:15:22.207215+0000","172.21.15.39:0/1041077097":"2024-09-22T08:15:22.207215+0000","172.21.15.39:6800/995757146":"2024-09-22T08:15:22.207215+0000","172.21.15.39:6801/245171638":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/1984745998":"2024-09-22T08:15:48.315666+0000","172.21.15.39:6801/995757146":"2024-09-22T08:15:22.207215+0000","172.21.15.39:0/2872195879":"2024-09-22T08:15:22.207215+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-21T08:18:02.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:02 smithi039 sudo[48985]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T08:18:02.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:02 smithi039 sudo[48985]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:02.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:02 smithi039 sudo[48985]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:02.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:02 smithi039 sudo[48985]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:02.999 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T08:18:00.813043+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', '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': '20', '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-21T08:18:02.999 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T08:18:03.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:02 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T08:18:03.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:02 smithi136 ceph-mon[33616]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T08:18:03.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:02 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/1931827261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:03.263 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:03.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:02 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T08:18:03.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:02 smithi148 ceph-mon[33301]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T08:18:03.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:02 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/1931827261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:03.385 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:02 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T08:18:03.385 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:02 smithi039 ceph-mon[30023]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T08:18:03.385 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:02 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1931827261' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:03.385 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:03 smithi039 sudo[49009]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T08:18:03.385 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:03 smithi039 sudo[49009]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:03.385 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:03 smithi039 sudo[49009]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:03.385 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:18:03 smithi039 sudo[49009]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:03.602 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41930]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T08:18:03.602 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41930]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:03.602 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41930]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:03.602 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41930]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:03.900 INFO:teuthology.orchestra.run.smithi039.stdout:pg_num: 1 2024-09-21T08:18:03.947 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41933]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T08:18:03.947 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41933]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:03.947 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41933]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:03.947 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:18:03 smithi136 sudo[41933]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:04.124 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:03 smithi148 sudo[41374]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T08:18:04.124 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:03 smithi148 sudo[41374]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:04.124 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:03 smithi148 sudo[41374]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:04.124 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:03 smithi148 sudo[41374]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:04.124 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:04 smithi148 sudo[41377]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T08:18:04.125 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:03 smithi148 ceph-mon[33301]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:04.125 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:03 smithi148 ceph-mon[33301]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T08:18:04.125 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:03 smithi148 ceph-mon[33301]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T08:18:04.125 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:03 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:04.125 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:03 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:04.125 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:03 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/326537469' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T08:18:04.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:03 smithi039 ceph-mon[30023]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:04.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:03 smithi039 ceph-mon[30023]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T08:18:04.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:03 smithi039 ceph-mon[30023]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T08:18:04.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:03 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:04.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:03 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:04.154 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:03 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/326537469' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T08:18:04.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:03 smithi136 ceph-mon[33616]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:04.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:03 smithi136 ceph-mon[33616]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T08:18:04.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:03 smithi136 ceph-mon[33616]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T08:18:04.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:03 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:04.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:03 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:04.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:03 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/326537469' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T08:18:04.378 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:04 smithi148 sudo[41377]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:04.378 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:04 smithi148 sudo[41377]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:04.378 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:18:04 smithi148 sudo[41377]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:04.542 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T08:18:04.543 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T08:18:04.543 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T08:18:04.543 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T08:18:04.811 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:04.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:04 smithi039 sudo[49149]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T08:18:04.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:04 smithi039 sudo[49149]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:04.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:04 smithi039 sudo[49149]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:04.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:04 smithi039 sudo[49149]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:05.219 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:05 smithi039 sudo[49201]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T08:18:05.219 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:05 smithi039 sudo[49201]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:05.219 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:05 smithi039 sudo[49201]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:05.219 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:05 smithi039 sudo[49201]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:05.539 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:05.559 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41380]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T08:18:05.559 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41380]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:05.559 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41380]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:05.559 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41380]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:05.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41383]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T08:18:05.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41383]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:05.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41383]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:05.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:05 smithi148 sudo[41383]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:06.056 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:05 smithi136 sudo[41936]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T08:18:06.056 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:05 smithi136 sudo[41936]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:06.056 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:05 smithi136 sudo[41936]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:06.056 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:05 smithi136 sudo[41936]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:06.101 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:06 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:06.102 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6800","nonce":3738689363},{"type":"v1","addr":"172.21.15.39:6801","nonce":3738689363}]},"active_addr":"172.21.15.39:6801/3738689363","active_change":"2024-09-21T08:15:48.315773+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"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.39: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.39:0","nonce":4193189877}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":960817184}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":3231816757}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":1448476868}]}]} 2024-09-21T08:18:06.106 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T08:18:06.106 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T08:18:06.106 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T08:18:06.359 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:06.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:06 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:06.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 sudo[41939]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T08:18:06.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 sudo[41939]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T08:18:06.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 sudo[41939]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T08:18:06.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 sudo[41939]: pam_unix(sudo:session): session closed for user root 2024-09-21T08:18:06.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:06.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:06.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:06.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:06.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:06.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:06.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:06.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:06.498 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:06 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:06.979 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:06.980 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":21,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","created":"2024-09-21T08:14:59.717345+0000","modified":"2024-09-21T08:18:02.939858+0000","last_up_change":"2024-09-21T08:17:59.923259+0000","last_in_change":"2024-09-21T08:17:38.845851+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-21T08:18:00.813043+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":"ec21357e-6e65-4e75-8a1d-0e758956bad0","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.39:6802","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6803","nonce":1813727879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6805","nonce":1813727879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6809","nonce":1813727879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6807","nonce":1813727879}]},"public_addr":"172.21.15.39:6803/1813727879","cluster_addr":"172.21.15.39:6805/1813727879","heartbeat_back_addr":"172.21.15.39:6809/1813727879","heartbeat_front_addr":"172.21.15.39:6807/1813727879","state":["exists","up"]},{"osd":1,"uuid":"3d8aeb88-7ca2-490d-846a-92ac34739d1c","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.136:6800","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6801","nonce":2517169274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6803","nonce":2517169274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6807","nonce":2517169274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6805","nonce":2517169274}]},"public_addr":"172.21.15.136:6801/2517169274","cluster_addr":"172.21.15.136:6803/2517169274","heartbeat_back_addr":"172.21.15.136:6807/2517169274","heartbeat_front_addr":"172.21.15.136:6805/2517169274","state":["exists","up"]},{"osd":2,"uuid":"734dc0c0-9b6c-40f8-aa62-431292f336c4","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.148:6800","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6801","nonce":3054564024}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6803","nonce":3054564024}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6807","nonce":3054564024}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6805","nonce":3054564024}]},"public_addr":"172.21.15.148:6801/3054564024","cluster_addr":"172.21.15.148:6803/3054564024","heartbeat_back_addr":"172.21.15.148:6807/3054564024","heartbeat_front_addr":"172.21.15.148:6805/3054564024","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-21T08:17:10.473336+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-21T08:17:34.420038+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-21T08:17:57.681240+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.39:6800/245171638":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/1037503522":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/2795543769":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/2867464043":"2024-09-22T08:15:22.207215+0000","172.21.15.39:0/1041077097":"2024-09-22T08:15:22.207215+0000","172.21.15.39:6800/995757146":"2024-09-22T08:15:22.207215+0000","172.21.15.39:6801/245171638":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/1984745998":"2024-09-22T08:15:48.315666+0000","172.21.15.39:6801/995757146":"2024-09-22T08:15:22.207215+0000","172.21.15.39:0/2872195879":"2024-09-22T08:15:22.207215+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-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/3356958228' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:07.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:07.379 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:07 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/455598033' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:07.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:07.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:07.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/3356958228' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T08:18:07.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:07.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:07.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:07.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:07.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:07.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:07.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:07 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/455598033' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/3356958228' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T08:18:07.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:07 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/455598033' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:07.518 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T08:18:07.518 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T08:18:07.769 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:08.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:08 smithi039 ceph-mon[30023]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:08.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:08 smithi148 ceph-mon[33301]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:08.426 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:08.426 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":21,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","created":"2024-09-21T08:14:59.717345+0000","modified":"2024-09-21T08:18:02.939858+0000","last_up_change":"2024-09-21T08:17:59.923259+0000","last_in_change":"2024-09-21T08:17:38.845851+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-21T08:18:00.813043+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":"ec21357e-6e65-4e75-8a1d-0e758956bad0","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.39:6802","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6803","nonce":1813727879}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6805","nonce":1813727879}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6809","nonce":1813727879}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":1813727879},{"type":"v1","addr":"172.21.15.39:6807","nonce":1813727879}]},"public_addr":"172.21.15.39:6803/1813727879","cluster_addr":"172.21.15.39:6805/1813727879","heartbeat_back_addr":"172.21.15.39:6809/1813727879","heartbeat_front_addr":"172.21.15.39:6807/1813727879","state":["exists","up"]},{"osd":1,"uuid":"3d8aeb88-7ca2-490d-846a-92ac34739d1c","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.136:6800","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6801","nonce":2517169274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6803","nonce":2517169274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6807","nonce":2517169274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":2517169274},{"type":"v1","addr":"172.21.15.136:6805","nonce":2517169274}]},"public_addr":"172.21.15.136:6801/2517169274","cluster_addr":"172.21.15.136:6803/2517169274","heartbeat_back_addr":"172.21.15.136:6807/2517169274","heartbeat_front_addr":"172.21.15.136:6805/2517169274","state":["exists","up"]},{"osd":2,"uuid":"734dc0c0-9b6c-40f8-aa62-431292f336c4","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.148:6800","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6801","nonce":3054564024}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6803","nonce":3054564024}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6807","nonce":3054564024}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3054564024},{"type":"v1","addr":"172.21.15.148:6805","nonce":3054564024}]},"public_addr":"172.21.15.148:6801/3054564024","cluster_addr":"172.21.15.148:6803/3054564024","heartbeat_back_addr":"172.21.15.148:6807/3054564024","heartbeat_front_addr":"172.21.15.148:6805/3054564024","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-21T08:17:10.473336+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-21T08:17:34.420038+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-21T08:17:57.681240+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.39:6800/245171638":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/1037503522":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/2795543769":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/2867464043":"2024-09-22T08:15:22.207215+0000","172.21.15.39:0/1041077097":"2024-09-22T08:15:22.207215+0000","172.21.15.39:6800/995757146":"2024-09-22T08:15:22.207215+0000","172.21.15.39:6801/245171638":"2024-09-22T08:15:48.315666+0000","172.21.15.39:0/1984745998":"2024-09-22T08:15:48.315666+0000","172.21.15.39:6801/995757146":"2024-09-22T08:15:22.207215+0000","172.21.15.39:0/2872195879":"2024-09-22T08:15:22.207215+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-21T08:18:08.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:08 smithi136 ceph-mon[33616]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:09.076 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T08:18:09.077 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T08:18:09.077 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T08:18:09.361 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:09.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:09 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/2806767859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:09.393 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:09 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/2806767859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:09.396 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:09.397 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:09.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:09 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/2806767859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T08:18:10.270 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:10 smithi039 ceph-mon[30023]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:10.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:10 smithi148 ceph-mon[33301]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:10.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:10 smithi136 ceph-mon[33616]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:11.512 INFO:teuthology.orchestra.run.smithi039.stdout:34359738383 2024-09-21T08:18:11.512 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T08:18:12.105 INFO:teuthology.orchestra.run.smithi039.stdout:77309411333 2024-09-21T08:18:12.106 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T08:18:12.377 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:12 smithi148 ceph-mon[33301]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:12.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:12 smithi039 ceph-mon[30023]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:12.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:12 smithi136 ceph-mon[33616]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:12.561 INFO:teuthology.orchestra.run.smithi039.stdout:55834574857 2024-09-21T08:18:12.561 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T08:18:12.590 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:12.632 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:13.526 INFO:teuthology.orchestra.run.smithi039.stdout:77309411334 2024-09-21T08:18:13.812 INFO:teuthology.orchestra.run.smithi039.stdout:34359738383 2024-09-21T08:18:13.814 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:14.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:14 smithi148 ceph-mon[33301]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:14.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:14 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/4236510219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T08:18:14.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:14 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/1024850717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T08:18:14.379 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:14 smithi039 ceph-mon[30023]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:14.379 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:14 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/4236510219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T08:18:14.379 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:14 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1024850717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T08:18:14.410 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738383 got 34359738383 for osd.0 2024-09-21T08:18:14.410 DEBUG:teuthology.parallel:result is None 2024-09-21T08:18:14.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:14 smithi136 ceph-mon[33616]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:14.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:14 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/4236510219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T08:18:14.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:14 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/1024850717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T08:18:14.777 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411334 for osd.2 2024-09-21T08:18:14.777 DEBUG:teuthology.parallel:result is None 2024-09-21T08:18:15.356 INFO:teuthology.orchestra.run.smithi039.stdout:55834574858 2024-09-21T08:18:16.051 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574858 for osd.1 2024-09-21T08:18:16.052 DEBUG:teuthology.parallel:result is None 2024-09-21T08:18:16.052 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T08:18:16.052 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T08:18:16.305 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:16.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:16 smithi148 ceph-mon[33301]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:16.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:16 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/833614313' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T08:18:16.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:16 smithi039 ceph-mon[30023]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:16.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:16 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/833614313' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T08:18:16.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:16 smithi136 ceph-mon[33616]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:16.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:16 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/833614313' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T08:18:16.967 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:16.967 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-21T08:18:17.557 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":85,"stamp":"2024-09-21T08:18:16.344774+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":83964,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151492,"statfs":{"total":287985106944,"available":287899127808,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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.001343"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T08:18:06.075312+0000","last_change":"2024-09-21T08:18:02.098325+0000","last_active":"2024-09-21T08:18:06.075312+0000","last_peered":"2024-09-21T08:18:06.075312+0000","last_clean":"2024-09-21T08:18:06.075312+0000","last_became_active":"2024-09-21T08:18:02.097396+0000","last_became_peered":"2024-09-21T08:18:02.097396+0000","last_unstale":"2024-09-21T08:18:06.075312+0000","last_undegraded":"2024-09-21T08:18:06.075312+0000","last_fullsized":"2024-09-21T08:18:06.075312+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-21T08:18:00.929353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T08:18:00.929353+0000","last_clean_scrub_stamp":"2024-09-21T08:18:00.929353+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-22T14:42:01.211353+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":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":1594,"internal_metadata":27654598},"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":55834574858,"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":34359738384,"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":[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-21T08:18:17.558 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T08:18:17.823 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:18.189 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:18 smithi039 ceph-mon[30023]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:18.189 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:18 smithi039 ceph-mon[30023]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:18:18.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:18 smithi148 ceph-mon[33301]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:18.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:18 smithi148 ceph-mon[33301]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:18:18.453 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:18.453 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-21T08:18:18.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:18 smithi136 ceph-mon[33616]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:18.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:18 smithi136 ceph-mon[33616]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:18:19.139 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2024-09-21T08:18:18.345036+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":83964,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151492,"statfs":{"total":287985106944,"available":287899127808,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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":"10.001605"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T08:18:06.075312+0000","last_change":"2024-09-21T08:18:02.098325+0000","last_active":"2024-09-21T08:18:06.075312+0000","last_peered":"2024-09-21T08:18:06.075312+0000","last_clean":"2024-09-21T08:18:06.075312+0000","last_became_active":"2024-09-21T08:18:02.097396+0000","last_became_peered":"2024-09-21T08:18:02.097396+0000","last_unstale":"2024-09-21T08:18:06.075312+0000","last_undegraded":"2024-09-21T08:18:06.075312+0000","last_fullsized":"2024-09-21T08:18:06.075312+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-21T08:18:00.929353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T08:18:00.929353+0000","last_clean_scrub_stamp":"2024-09-21T08:18:00.929353+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-22T14:42:01.211353+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":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":1594,"internal_metadata":27654598},"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":55834574859,"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":34359738385,"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":[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-21T08:18:19.139 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T08:18:19.140 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T08:18:19.140 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T08:18:19.140 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T08:18:19.391 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:20.044 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:18:20.044 INFO:teuthology.orchestra.run.smithi039.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T08:18:20.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:20 smithi148 ceph-mon[33301]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:20.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:20 smithi148 ceph-mon[33301]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:18:20.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:20 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/364191803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T08:18:20.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:20 smithi039 ceph-mon[30023]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:20.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:20 smithi039 ceph-mon[30023]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:18:20.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:20 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/364191803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T08:18:20.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:20 smithi136 ceph-mon[33616]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:20.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:20 smithi136 ceph-mon[33616]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T08:18:20.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:20 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/364191803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T08:18:20.692 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T08:18:20.692 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T08:18:20.693 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-21T08:18:20.704 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-21T08:18:20.704 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- ceph orch apply -i - 2024-09-21T08:18:20.953 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:21.577 INFO:teuthology.orchestra.run.smithi039.stdout:Scheduled mon update... 2024-09-21T08:18:22.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:22 smithi039 ceph-mon[30023]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:22.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:22 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:22.171 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:22 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:18:22.198 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T08:18:22.207 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-21T08:18:22.207 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 -- bash -c 'set -ex 2024-09-21T08:18:22.207 DEBUG:teuthology.orchestra.run.smithi039:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> # the actual names cephadm knows the host by within the mon spec 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> MONSPEC=`cat mon.yaml` 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> echo "$MONSPEC" 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> while read realname <&3 && read fakename <&4; do 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> cat mon.yaml 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> ceph orch apply -i mon.yaml 2024-09-21T08:18:22.208 DEBUG:teuthology.orchestra.run.smithi039:> sleep 90 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> ceph orch ps --refresh 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> sleep 90 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> ceph mon dump 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> ceph mon dump --format json 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> while read monid <&3 && read crushloc <&4; do 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-21T08:18:22.209 DEBUG:teuthology.orchestra.run.smithi039:> done 3 ' 2024-09-21T08:18:22.467 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T08:18:22.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:22 smithi136 ceph-mon[33616]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:22.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:22 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:22.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:22 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:18:22.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:22 smithi148 ceph-mon[33301]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:22.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:22 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:22.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:22 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:18:22.907 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph orch host ls --format json 2024-09-21T08:18:22.907 INFO:teuthology.orchestra.run.smithi039.stderr:+ jq -r '.[] | .hostname' 2024-09-21T08:18:23.100 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'host.a 2024-09-21T08:18:23.100 INFO:teuthology.orchestra.run.smithi039.stderr:host.b 2024-09-21T08:18:23.100 INFO:teuthology.orchestra.run.smithi039.stderr:host.c' 2024-09-21T08:18:23.100 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'a 2024-09-21T08:18:23.100 INFO:teuthology.orchestra.run.smithi039.stderr:b 2024-09-21T08:18:23.100 INFO:teuthology.orchestra.run.smithi039.stderr:c' 2024-09-21T08:18:23.101 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo '{datacenter=a} 2024-09-21T08:18:23.101 INFO:teuthology.orchestra.run.smithi039.stderr:{datacenter=b,rack=2} 2024-09-21T08:18:23.101 INFO:teuthology.orchestra.run.smithi039.stderr:{datacenter=a,rack=3}' 2024-09-21T08:18:23.101 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph orch ls --service-name mon --export 2024-09-21T08:18:23.382 INFO:teuthology.orchestra.run.smithi039.stderr:++ cat mon.yaml 2024-09-21T08:18:23.382 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:23 smithi039 ceph-mon[30023]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:18:23.382 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:23 smithi039 ceph-mon[30023]: Saving service mon spec with placement count:3 2024-09-21T08:18:23.382 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:23 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:23.382 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:23 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:18:23.382 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:23 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:23.382 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:23 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T08:18:23.382 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:23 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr:+ MONSPEC='service_type: mon 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr:service_name: mon 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr:placement: 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: count: 3 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr:spec: 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: crush_locations: 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: host.a: 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: host.b: 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=b 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=2 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: host.c: 2024-09-21T08:18:23.383 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=3' 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout:service_type: mon 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout:service_name: mon 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout:placement: 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: count: 3 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout:spec: 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: crush_locations: 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: host.a: 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: - datacenter=a 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: host.b: 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: - datacenter=b 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: - rack=2 2024-09-21T08:18:23.384 INFO:teuthology.orchestra.run.smithi039.stdout: host.c: 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stdout: - datacenter=a 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stdout: - rack=3 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'service_type: mon 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stderr:service_name: mon 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stderr:placement: 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stderr: count: 3 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stderr:spec: 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stderr: crush_locations: 2024-09-21T08:18:23.385 INFO:teuthology.orchestra.run.smithi039.stderr: host.a: 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr: host.b: 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=b 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=2 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr: host.c: 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=3' 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr:+ read realname 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr:+ read fakename 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr:+ MONSPEC='service_type: mon 2024-09-21T08:18:23.386 INFO:teuthology.orchestra.run.smithi039.stderr:service_name: mon 2024-09-21T08:18:23.387 INFO:teuthology.orchestra.run.smithi039.stderr:placement: 2024-09-21T08:18:23.387 INFO:teuthology.orchestra.run.smithi039.stderr: count: 3 2024-09-21T08:18:23.387 INFO:teuthology.orchestra.run.smithi039.stderr:spec: 2024-09-21T08:18:23.387 INFO:teuthology.orchestra.run.smithi039.stderr: crush_locations: 2024-09-21T08:18:23.387 INFO:teuthology.orchestra.run.smithi039.stderr: smithi039: 2024-09-21T08:18:23.387 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr: host.b: 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=b 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=2 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr: host.c: 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=3' 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr:+ read realname 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr:+ read fakename 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr:+ MONSPEC='service_type: mon 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr:service_name: mon 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr:placement: 2024-09-21T08:18:23.388 INFO:teuthology.orchestra.run.smithi039.stderr: count: 3 2024-09-21T08:18:23.389 INFO:teuthology.orchestra.run.smithi039.stderr:spec: 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: crush_locations: 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: smithi039: 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: smithi136: 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=b 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=2 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: host.c: 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=3' 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr:+ read realname 2024-09-21T08:18:23.390 INFO:teuthology.orchestra.run.smithi039.stderr:+ read fakename 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr:+ MONSPEC='service_type: mon 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr:service_name: mon 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr:placement: 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: count: 3 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr:spec: 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: crush_locations: 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: smithi039: 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: smithi136: 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=b 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=2 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: smithi148: 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=3' 2024-09-21T08:18:23.391 INFO:teuthology.orchestra.run.smithi039.stderr:+ read realname 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'service_type: mon 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr:service_name: mon 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr:placement: 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: count: 3 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr:spec: 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: crush_locations: 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: smithi039: 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: smithi136: 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=b 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=2 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: smithi148: 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: - datacenter=a 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr: - rack=3' 2024-09-21T08:18:23.392 INFO:teuthology.orchestra.run.smithi039.stderr:+ cat mon.yaml 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout:service_type: mon 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout:service_name: mon 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout:placement: 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: count: 3 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout:spec: 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: crush_locations: 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: smithi039: 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: - datacenter=a 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: smithi136: 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: - datacenter=b 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: - rack=2 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: smithi148: 2024-09-21T08:18:23.393 INFO:teuthology.orchestra.run.smithi039.stdout: - datacenter=a 2024-09-21T08:18:23.394 INFO:teuthology.orchestra.run.smithi039.stdout: - rack=3 2024-09-21T08:18:23.394 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph orch apply -i mon.yaml 2024-09-21T08:18:23.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:23 smithi136 ceph-mon[33616]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:18:23.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:23 smithi136 ceph-mon[33616]: Saving service mon spec with placement count:3 2024-09-21T08:18:23.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:23 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:23.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:23 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:18:23.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:23 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:23.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:23 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T08:18:23.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:23 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:23.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:23 smithi148 ceph-mon[33301]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:18:23.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:23 smithi148 ceph-mon[33301]: Saving service mon spec with placement count:3 2024-09-21T08:18:23.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:23 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:23.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:23 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:18:23.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:23 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:23.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:23 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T08:18:23.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:23 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:23.665 INFO:teuthology.orchestra.run.smithi039.stdout:Scheduled mon update... 2024-09-21T08:18:23.678 INFO:teuthology.orchestra.run.smithi039.stderr:+ sleep 90 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: mon.c calling monitor election 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: mon.b calling monitor election 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: mon.a calling monitor election 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T08:18:29.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: monmap epoch 6 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: last_changed 2024-09-21T08:18:28.733456+0000 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: min_mon_release 19 (squid) 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: election_strategy: 1 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: fsmap 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: overall HEALTH_OK 2024-09-21T08:18:29.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:29.906 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: Reconfiguring mon.a (monmap changed)... 2024-09-21T08:18:29.906 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:29.906 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:29.906 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:29.906 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:29 smithi039 ceph-mon[30023]: Reconfiguring daemon mon.a on smithi039 2024-09-21T08:18:29.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:29.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-21T08:18:29.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-21T08:18:29.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-21T08:18:29.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: mon.c calling monitor election 2024-09-21T08:18:29.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: mon.b calling monitor election 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: mon.a calling monitor election 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: monmap epoch 6 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: last_changed 2024-09-21T08:18:28.733456+0000 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: min_mon_release 19 (squid) 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: election_strategy: 1 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T08:18:29.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: fsmap 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: overall HEALTH_OK 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: Reconfiguring mon.a (monmap changed)... 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:29.999 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:29 smithi136 ceph-mon[33616]: Reconfiguring daemon mon.a on smithi039 2024-09-21T08:18:30.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:30.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-21T08:18:30.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-21T08:18:30.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: mon.c calling monitor election 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: mon.b calling monitor election 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: mon.a calling monitor election 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: monmap epoch 6 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: last_changed 2024-09-21T08:18:28.733456+0000 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: min_mon_release 19 (squid) 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: election_strategy: 1 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T08:18:30.129 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: fsmap 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: overall HEALTH_OK 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: Reconfiguring mon.a (monmap changed)... 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:30.130 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:29 smithi148 ceph-mon[33301]: Reconfiguring daemon mon.a on smithi039 2024-09-21T08:18:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:31 smithi148 ceph-mon[33301]: Reconfiguring mgr.a (monmap changed)... 2024-09-21T08:18:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:18:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:18:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:31 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:31.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:31 smithi148 ceph-mon[33301]: Reconfiguring daemon mgr.a on smithi039 2024-09-21T08:18:31.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:31.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:31.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:31 smithi039 ceph-mon[30023]: Reconfiguring mgr.a (monmap changed)... 2024-09-21T08:18:31.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:18:31.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:18:31.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:31 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:31.654 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:31 smithi039 ceph-mon[30023]: Reconfiguring daemon mgr.a on smithi039 2024-09-21T08:18:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:31 smithi136 ceph-mon[33616]: Reconfiguring mgr.a (monmap changed)... 2024-09-21T08:18:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:18:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:18:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:31 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:31 smithi136 ceph-mon[33616]: Reconfiguring daemon mgr.a on smithi039 2024-09-21T08:18:32.399 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:32 smithi039 ceph-mon[30023]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:32.399 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:32 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:32.399 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:32 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:32.399 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:32 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T08:18:32.399 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:32 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:32.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:32 smithi148 ceph-mon[33301]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:32.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:32 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:32.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:32 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:32.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:32 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T08:18:32.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:32 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:32.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:32 smithi136 ceph-mon[33616]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:32.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:32.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:32.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T08:18:32.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:32 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:33.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:33 smithi039 ceph-mon[30023]: Reconfiguring osd.0 (monmap changed)... 2024-09-21T08:18:33.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:33 smithi039 ceph-mon[30023]: Reconfiguring daemon osd.0 on smithi039 2024-09-21T08:18:33.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:33.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:33.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:33.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:33.404 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:33 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:33.563 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:33 smithi136 ceph-mon[33616]: Reconfiguring osd.0 (monmap changed)... 2024-09-21T08:18:33.563 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:33 smithi136 ceph-mon[33616]: Reconfiguring daemon osd.0 on smithi039 2024-09-21T08:18:33.563 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:33.563 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:33.564 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:33.564 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:33.564 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:33 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:33.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:33 smithi148 ceph-mon[33301]: Reconfiguring osd.0 (monmap changed)... 2024-09-21T08:18:33.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:33 smithi148 ceph-mon[33301]: Reconfiguring daemon osd.0 on smithi039 2024-09-21T08:18:33.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:33.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:33.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:33.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:33.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:33 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:34.527 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:34 smithi136 ceph-mon[33616]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:34.527 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:34 smithi136 ceph-mon[33616]: Reconfiguring mon.b (monmap changed)... 2024-09-21T08:18:34.527 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:34 smithi136 ceph-mon[33616]: Reconfiguring daemon mon.b on smithi136 2024-09-21T08:18:34.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:34 smithi148 ceph-mon[33301]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:34.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:34 smithi148 ceph-mon[33301]: Reconfiguring mon.b (monmap changed)... 2024-09-21T08:18:34.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:34 smithi148 ceph-mon[33301]: Reconfiguring daemon mon.b on smithi136 2024-09-21T08:18:34.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:34 smithi039 ceph-mon[30023]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:34.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:34 smithi039 ceph-mon[30023]: Reconfiguring mon.b (monmap changed)... 2024-09-21T08:18:34.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:34 smithi039 ceph-mon[30023]: Reconfiguring daemon mon.b on smithi136 2024-09-21T08:18:35.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:35.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:35.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:35.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: Reconfiguring mgr.b (monmap changed)... 2024-09-21T08:18:35.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:18:35.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:18:35.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:35.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:35 smithi148 ceph-mon[33301]: Reconfiguring daemon mgr.b on smithi136 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: Reconfiguring mgr.b (monmap changed)... 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:35.892 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:35 smithi136 ceph-mon[33616]: Reconfiguring daemon mgr.b on smithi136 2024-09-21T08:18:35.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:35.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:35.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:35.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: Reconfiguring mgr.b (monmap changed)... 2024-09-21T08:18:35.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T08:18:35.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T08:18:35.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:35.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:35 smithi039 ceph-mon[30023]: Reconfiguring daemon mgr.b on smithi136 2024-09-21T08:18:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:36 smithi136 ceph-mon[33616]: Reconfiguring osd.1 (monmap changed)... 2024-09-21T08:18:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T08:18:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:36 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:37.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:36 smithi136 ceph-mon[33616]: Reconfiguring daemon osd.1 on smithi136 2024-09-21T08:18:37.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:37.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:37.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:36 smithi148 ceph-mon[33301]: Reconfiguring osd.1 (monmap changed)... 2024-09-21T08:18:37.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T08:18:37.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:36 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:37.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:36 smithi148 ceph-mon[33301]: Reconfiguring daemon osd.1 on smithi136 2024-09-21T08:18:37.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:37.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:37.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:36 smithi039 ceph-mon[30023]: Reconfiguring osd.1 (monmap changed)... 2024-09-21T08:18:37.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T08:18:37.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:36 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:37.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:36 smithi039 ceph-mon[30023]: Reconfiguring daemon osd.1 on smithi136 2024-09-21T08:18:38.118 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:37 smithi148 ceph-mon[33301]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:38.118 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:37 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:38.118 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:37 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:38.118 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:37 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:38.118 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:37 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:38.118 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:37 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:38.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:37 smithi136 ceph-mon[33616]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:38.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:37 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:38.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:37 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:38.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:37 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:38.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:37 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:38.248 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:37 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:38.305 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:37 smithi039 ceph-mon[30023]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:38.305 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:37 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:38.305 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:37 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:38.305 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:37 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T08:18:38.305 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:37 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T08:18:38.305 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:37 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:39.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:38 smithi136 ceph-mon[33616]: Reconfiguring mon.c (monmap changed)... 2024-09-21T08:18:39.352 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:38 smithi136 ceph-mon[33616]: Reconfiguring daemon mon.c on smithi148 2024-09-21T08:18:39.352 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:38 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:39.352 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:38 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:39.353 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:38 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T08:18:39.353 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:38 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:39.353 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:38 smithi039 ceph-mon[30023]: Reconfiguring mon.c (monmap changed)... 2024-09-21T08:18:39.353 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:38 smithi039 ceph-mon[30023]: Reconfiguring daemon mon.c on smithi148 2024-09-21T08:18:39.353 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:38 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:38 smithi148 ceph-mon[33301]: Reconfiguring mon.c (monmap changed)... 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:38 smithi148 ceph-mon[33301]: Reconfiguring daemon mon.c on smithi148 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T08:18:39.354 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:38 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:18:40.117 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:39 smithi148 ceph-mon[33301]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:40.117 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:39 smithi148 ceph-mon[33301]: Reconfiguring osd.2 (monmap changed)... 2024-09-21T08:18:40.118 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:39 smithi148 ceph-mon[33301]: Reconfiguring daemon osd.2 on smithi148 2024-09-21T08:18:40.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:39 smithi136 ceph-mon[33616]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:40.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:39 smithi136 ceph-mon[33616]: Reconfiguring osd.2 (monmap changed)... 2024-09-21T08:18:40.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:39 smithi136 ceph-mon[33616]: Reconfiguring daemon osd.2 on smithi148 2024-09-21T08:18:40.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:39 smithi039 ceph-mon[30023]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:40.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:39 smithi039 ceph-mon[30023]: Reconfiguring osd.2 (monmap changed)... 2024-09-21T08:18:40.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:39 smithi039 ceph-mon[30023]: Reconfiguring daemon osd.2 on smithi148 2024-09-21T08:18:41.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:41 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:41.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:41 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:41.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:41 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:41.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:41 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:41.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:41 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:41.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:41 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:18:42.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:42 smithi136 ceph-mon[33616]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:42.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:42 smithi148 ceph-mon[33301]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:42.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:42 smithi039 ceph-mon[30023]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:44.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:44 smithi136 ceph-mon[33616]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:44.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:44 smithi148 ceph-mon[33301]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:44.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:44 smithi039 ceph-mon[30023]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:46.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:46 smithi136 ceph-mon[33616]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:46.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:46 smithi148 ceph-mon[33301]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:46.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:46 smithi039 ceph-mon[30023]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:48.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:48 smithi136 ceph-mon[33616]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:48.627 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:48 smithi148 ceph-mon[33301]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:48.651 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:48 smithi039 ceph-mon[30023]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:50.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:50 smithi039 ceph-mon[30023]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:50.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:50 smithi136 ceph-mon[33616]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:50.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:50 smithi148 ceph-mon[33301]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:52.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:52 smithi148 ceph-mon[33301]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:52.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:52 smithi039 ceph-mon[30023]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:52.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:52 smithi136 ceph-mon[33616]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:54.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:54 smithi148 ceph-mon[33301]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:54.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:54 smithi039 ceph-mon[30023]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:54.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:54 smithi136 ceph-mon[33616]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:56.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:56 smithi148 ceph-mon[33301]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:56.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:56 smithi039 ceph-mon[30023]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:56.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:56 smithi136 ceph-mon[33616]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:58.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:18:58 smithi148 ceph-mon[33301]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:58.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:18:58 smithi039 ceph-mon[30023]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:18:58.746 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:18:58 smithi136 ceph-mon[33616]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:00.549 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:00 smithi136 ceph-mon[33616]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:00.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:00 smithi148 ceph-mon[33301]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:00.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:00 smithi039 ceph-mon[30023]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:02.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:02 smithi148 ceph-mon[33301]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:02.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:02 smithi039 ceph-mon[30023]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:02.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:02 smithi136 ceph-mon[33616]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:04.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:04 smithi148 ceph-mon[33301]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:04.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:04 smithi039 ceph-mon[30023]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:04.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:04 smithi136 ceph-mon[33616]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:06.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:06 smithi148 ceph-mon[33301]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:06.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:06 smithi039 ceph-mon[30023]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:06.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:06 smithi136 ceph-mon[33616]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:08.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:08 smithi148 ceph-mon[33301]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:08.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:08 smithi039 ceph-mon[30023]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:08.746 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:08 smithi136 ceph-mon[33616]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:10.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:10 smithi148 ceph-mon[33301]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:10.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:10 smithi039 ceph-mon[30023]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:10.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:10 smithi136 ceph-mon[33616]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:12.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:12 smithi148 ceph-mon[33301]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:12.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:12 smithi039 ceph-mon[30023]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:12.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:12 smithi136 ceph-mon[33616]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:14.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:14 smithi148 ceph-mon[33301]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:14.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:14 smithi039 ceph-mon[30023]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:14.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:14 smithi136 ceph-mon[33616]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:16.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:16 smithi148 ceph-mon[33301]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:16.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:16 smithi039 ceph-mon[30023]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:16.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:16 smithi136 ceph-mon[33616]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:18.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:18 smithi148 ceph-mon[33301]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:18.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:18 smithi039 ceph-mon[30023]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:18.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:18 smithi136 ceph-mon[33616]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:20.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:20 smithi148 ceph-mon[33301]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:20.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:20 smithi039 ceph-mon[30023]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:20.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:20 smithi136 ceph-mon[33616]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:22.627 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:22 smithi148 ceph-mon[33301]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:22.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:22 smithi039 ceph-mon[30023]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:22.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:22 smithi136 ceph-mon[33616]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:24.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:24 smithi148 ceph-mon[33301]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:24.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:24 smithi039 ceph-mon[30023]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:24.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:24 smithi136 ceph-mon[33616]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:25.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:25 smithi039 ceph-mon[30023]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:25.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:25 smithi136 ceph-mon[33616]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:25.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:25 smithi148 ceph-mon[33301]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:27.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:27 smithi039 ceph-mon[30023]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:27.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:27 smithi136 ceph-mon[33616]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:27.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:27 smithi148 ceph-mon[33301]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:29.653 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:29 smithi039 ceph-mon[30023]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:29.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:29 smithi136 ceph-mon[33616]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:29.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:29 smithi148 ceph-mon[33301]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:31.680 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:31 smithi148 ceph-mon[33301]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:31.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:31 smithi136 ceph-mon[33616]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:31.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:31 smithi039 ceph-mon[30023]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:33.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:33 smithi136 ceph-mon[33616]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:33.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:33 smithi148 ceph-mon[33301]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:33.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:33 smithi039 ceph-mon[30023]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:35.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:35 smithi136 ceph-mon[33616]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:35.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:35 smithi148 ceph-mon[33301]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:35.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:35 smithi039 ceph-mon[30023]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:37.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:37 smithi136 ceph-mon[33616]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:37.877 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:37 smithi148 ceph-mon[33301]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:37.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:37 smithi039 ceph-mon[30023]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:39.705 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:39 smithi039 ceph-mon[30023]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:39.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:39 smithi136 ceph-mon[33616]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:39.877 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:39 smithi148 ceph-mon[33301]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:40.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:40 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:40.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:40 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:40.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:40 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:41.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:41 smithi136 ceph-mon[33616]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:41.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:41 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:41.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:41 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:41.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:41 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:41.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:41 smithi148 ceph-mon[33301]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:41.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:41 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:41.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:41 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:41.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:41 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:41.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:41 smithi039 ceph-mon[30023]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:41.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:41 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:41.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:41 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:41.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:41 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:43.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:43 smithi136 ceph-mon[33616]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:43.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:43 smithi148 ceph-mon[33301]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:43.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:43 smithi039 ceph-mon[30023]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:45.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:45 smithi136 ceph-mon[33616]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:45.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:45 smithi148 ceph-mon[33301]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:45.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:45 smithi039 ceph-mon[30023]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:47.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:47 smithi136 ceph-mon[33616]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:47.877 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:47 smithi148 ceph-mon[33301]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:47.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:47 smithi039 ceph-mon[30023]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:49.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:49 smithi136 ceph-mon[33616]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:49.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:49 smithi148 ceph-mon[33301]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:49.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:49 smithi039 ceph-mon[30023]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:51.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:51 smithi136 ceph-mon[33616]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:51.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:51 smithi148 ceph-mon[33301]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:51.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:51 smithi039 ceph-mon[30023]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:53.682 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph orch ps --refresh 2024-09-21T08:19:53.747 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:53 smithi136 ceph-mon[33616]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:53.877 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:53 smithi148 ceph-mon[33301]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:53.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:53 smithi039 ceph-mon[30023]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:53.965 INFO:teuthology.orchestra.run.smithi039.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.a smithi039 *:9283,8765 running (4m) 2m ago 4m 485M - 19.1.1-367-g9e2ac70b cc9251b744a3 37a674b5337c 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.b smithi136 *:8443,8765 running (3m) 2m ago 3m 440M - 19.1.1-367-g9e2ac70b cc9251b744a3 bc0a203c308a 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:mon.a smithi039 running (4m) 2m ago 4m 38.4M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 93bdc4cd4ae4 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:mon.b smithi136 running (3m) 2m ago 3m 35.1M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 c8275d9d8e87 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:mon.c smithi148 running (3m) 119s ago 3m 35.8M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 ced48470d78f 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:osd.0 smithi039 running (2m) 2m ago 2m 11.9M 16.6G 19.1.1-367-g9e2ac70b cc9251b744a3 977bd8721d15 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:osd.1 smithi136 running (2m) 2m ago 2m 12.0M 16.6G 19.1.1-367-g9e2ac70b cc9251b744a3 3ae07a9adb70 2024-09-21T08:19:53.966 INFO:teuthology.orchestra.run.smithi039.stdout:osd.2 smithi148 running (2m) 119s ago 2m 14.3M 20.6G 19.1.1-367-g9e2ac70b cc9251b744a3 7ec41b8d7e4f 2024-09-21T08:19:53.977 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph orch ls --service-name mon --export 2024-09-21T08:19:54.304 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph orch apply -i mon.yaml 2024-09-21T08:19:54.598 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:54 smithi039 ceph-mon[30023]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:54.599 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:54 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:54.599 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:54 smithi039 ceph-mon[30023]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:54.599 INFO:teuthology.orchestra.run.smithi039.stdout:Scheduled mon update... 2024-09-21T08:19:54.610 INFO:teuthology.orchestra.run.smithi039.stderr:+ sleep 90 2024-09-21T08:19:54.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:54 smithi136 ceph-mon[33616]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:54.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:54 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:54.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:54 smithi136 ceph-mon[33616]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:54.795 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:54 smithi148 ceph-mon[33301]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:54.796 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:54 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:54.796 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:54 smithi148 ceph-mon[33301]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: Saving service mon spec with placement count:3 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:55.879 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:55.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: Saving service mon spec with placement count:3 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.904 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:55.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:55.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:55.905 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: Saving service mon spec with placement count:3 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:19:55.998 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:19:57.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:57 smithi148 ceph-mon[33301]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:57.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:57 smithi039 ceph-mon[30023]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:57.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:57 smithi136 ceph-mon[33616]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:59.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:19:59 smithi148 ceph-mon[33301]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:59.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:19:59 smithi039 ceph-mon[30023]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:19:59.996 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:19:59 smithi136 ceph-mon[33616]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:00.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:00 smithi148 ceph-mon[33301]: overall HEALTH_OK 2024-09-21T08:20:00.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:00 smithi039 ceph-mon[30023]: overall HEALTH_OK 2024-09-21T08:20:00.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:00 smithi136 ceph-mon[33616]: overall HEALTH_OK 2024-09-21T08:20:01.898 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:01 smithi136 ceph-mon[33616]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:01.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:01 smithi039 ceph-mon[30023]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:02.055 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:01 smithi148 ceph-mon[33301]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:03.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:03 smithi039 ceph-mon[30023]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:03.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:03 smithi136 ceph-mon[33616]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:04.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:03 smithi148 ceph-mon[33301]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:05.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:05 smithi039 ceph-mon[30023]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:05.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:05 smithi136 ceph-mon[33616]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:06.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:05 smithi148 ceph-mon[33301]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:07.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:07 smithi039 ceph-mon[30023]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:07.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:07 smithi136 ceph-mon[33616]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:08.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:07 smithi148 ceph-mon[33301]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:09.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:09 smithi039 ceph-mon[30023]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:09.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:09 smithi136 ceph-mon[33616]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:10.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:09 smithi148 ceph-mon[33301]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:11.903 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:11 smithi039 ceph-mon[30023]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:11.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:11 smithi136 ceph-mon[33616]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:12.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:11 smithi148 ceph-mon[33301]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:13.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:13 smithi136 ceph-mon[33616]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:14.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:13 smithi148 ceph-mon[33301]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:14.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:13 smithi039 ceph-mon[30023]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:15.996 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:15 smithi136 ceph-mon[33616]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:16.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:15 smithi148 ceph-mon[33301]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:16.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:15 smithi039 ceph-mon[30023]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:17.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:17 smithi136 ceph-mon[33616]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:18.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:17 smithi148 ceph-mon[33301]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:18.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:17 smithi039 ceph-mon[30023]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:19.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:19 smithi136 ceph-mon[33616]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:20.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:19 smithi148 ceph-mon[33301]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:20.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:19 smithi039 ceph-mon[30023]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:21.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:21 smithi136 ceph-mon[33616]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:22.127 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:21 smithi148 ceph-mon[33301]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:22.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:21 smithi039 ceph-mon[30023]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:23.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:23 smithi136 ceph-mon[33616]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:24.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:23 smithi148 ceph-mon[33301]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:24.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:23 smithi039 ceph-mon[30023]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:25.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:25 smithi136 ceph-mon[33616]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:26.127 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:25 smithi148 ceph-mon[33301]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:26.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:25 smithi039 ceph-mon[30023]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:27.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:27 smithi136 ceph-mon[33616]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:28.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:27 smithi148 ceph-mon[33301]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:28.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:27 smithi039 ceph-mon[30023]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:29.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:29 smithi136 ceph-mon[33616]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:30.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:29 smithi148 ceph-mon[33301]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:30.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:29 smithi039 ceph-mon[30023]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:31.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:31 smithi136 ceph-mon[33616]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:32.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:31 smithi148 ceph-mon[33301]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:32.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:31 smithi039 ceph-mon[30023]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:33.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:33 smithi136 ceph-mon[33616]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:34.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:33 smithi148 ceph-mon[33301]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:34.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:33 smithi039 ceph-mon[30023]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:35.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:35 smithi136 ceph-mon[33616]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:36.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:35 smithi148 ceph-mon[33301]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:36.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:35 smithi039 ceph-mon[30023]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:37.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:37 smithi136 ceph-mon[33616]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:38.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:37 smithi148 ceph-mon[33301]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:38.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:37 smithi039 ceph-mon[30023]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:40.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:39 smithi148 ceph-mon[33301]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:40.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:39 smithi039 ceph-mon[30023]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:40.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:39 smithi136 ceph-mon[33616]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:42.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:41 smithi148 ceph-mon[33301]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:42.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:41 smithi039 ceph-mon[30023]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:42.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:41 smithi136 ceph-mon[33616]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:44.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:43 smithi148 ceph-mon[33301]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:44.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:43 smithi039 ceph-mon[30023]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:44.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:43 smithi136 ceph-mon[33616]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:46.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:45 smithi148 ceph-mon[33301]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:46.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:45 smithi039 ceph-mon[30023]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:46.246 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:45 smithi136 ceph-mon[33616]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:48.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:47 smithi148 ceph-mon[33301]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:48.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:47 smithi039 ceph-mon[30023]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:48.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:47 smithi136 ceph-mon[33616]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:50.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:49 smithi148 ceph-mon[33301]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:50.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:49 smithi039 ceph-mon[30023]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:50.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:49 smithi136 ceph-mon[33616]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:52.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:51 smithi148 ceph-mon[33301]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:52.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:51 smithi039 ceph-mon[30023]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:52.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:51 smithi136 ceph-mon[33616]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:54.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:53 smithi148 ceph-mon[33301]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:54.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:53 smithi039 ceph-mon[30023]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:54.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:53 smithi136 ceph-mon[33616]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:56.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:55 smithi148 ceph-mon[33301]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:56.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:55 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:20:56.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:55 smithi039 ceph-mon[30023]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:56.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:55 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:20:56.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:55 smithi136 ceph-mon[33616]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:56.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:55 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T08:20:57.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:56 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:20:57.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:56 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:20:57.128 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:56 smithi148 ceph-mon[33301]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:20:57.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:56 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:20:57.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:56 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:20:57.153 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:56 smithi039 ceph-mon[30023]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:20:57.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:56 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T08:20:57.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:56 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T08:20:57.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:56 smithi136 ceph-mon[33616]: from='mgr.14150 172.21.15.39:0/2376494001' entity='mgr.a' 2024-09-21T08:20:58.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:57 smithi136 ceph-mon[33616]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:58.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:57 smithi148 ceph-mon[33301]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:20:58.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:57 smithi039 ceph-mon[30023]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:00.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:20:59 smithi136 ceph-mon[33616]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:00.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:20:59 smithi148 ceph-mon[33301]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:00.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:20:59 smithi039 ceph-mon[30023]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:02.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:01 smithi136 ceph-mon[33616]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:02.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:01 smithi148 ceph-mon[33301]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:02.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:01 smithi039 ceph-mon[30023]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:04.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:03 smithi136 ceph-mon[33616]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:04.377 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:03 smithi148 ceph-mon[33301]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:04.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:03 smithi039 ceph-mon[30023]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:06.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:05 smithi136 ceph-mon[33616]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:06.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:05 smithi148 ceph-mon[33301]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:06.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:05 smithi039 ceph-mon[30023]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:08.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:07 smithi136 ceph-mon[33616]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:08.377 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:07 smithi148 ceph-mon[33301]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:08.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:07 smithi039 ceph-mon[30023]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:10.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:09 smithi136 ceph-mon[33616]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:10.377 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:09 smithi148 ceph-mon[33301]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:10.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:09 smithi039 ceph-mon[30023]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:12.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:11 smithi136 ceph-mon[33616]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:12.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:11 smithi148 ceph-mon[33301]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:12.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:11 smithi039 ceph-mon[30023]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:14.249 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:13 smithi136 ceph-mon[33616]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:14.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:13 smithi148 ceph-mon[33301]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:14.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:13 smithi039 ceph-mon[30023]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:16.247 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:15 smithi136 ceph-mon[33616]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:16.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:15 smithi148 ceph-mon[33301]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:16.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:15 smithi039 ceph-mon[30023]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:18.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:18 smithi148 ceph-mon[33301]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:18.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:18 smithi039 ceph-mon[30023]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:18.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:18 smithi136 ceph-mon[33616]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:20.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:20 smithi148 ceph-mon[33301]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:20.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:20 smithi039 ceph-mon[30023]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:20.496 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:20 smithi136 ceph-mon[33616]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:22.377 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:22 smithi148 ceph-mon[33301]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:22.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:22 smithi039 ceph-mon[30023]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:22.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:22 smithi136 ceph-mon[33616]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:24.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:24 smithi148 ceph-mon[33301]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:24.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:24 smithi039 ceph-mon[30023]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:24.496 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:24 smithi136 ceph-mon[33616]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:24.612 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph mon dump 2024-09-21T08:21:24.953 INFO:teuthology.orchestra.run.smithi039.stdout:epoch 6 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:last_changed 2024-09-21T08:18:28.733456+0000 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:created 2024-09-21T08:14:54.574839+0000 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:min_mon_release 19 (squid) 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:election_strategy: 1 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stdout:2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T08:21:24.954 INFO:teuthology.orchestra.run.smithi039.stderr:dumped monmap epoch 6 2024-09-21T08:21:24.964 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph mon dump --format json 2024-09-21T08:21:25.292 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-21T08:21:25.292 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":6,"fsid":"6cdb894c-77f1-11ef-baf6-efdc52797490","modified":"2024-09-21T08:18:28.733456Z","created":"2024-09-21T08:14:54.574839Z","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.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","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=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-21T08:21:25.292 INFO:teuthology.orchestra.run.smithi039.stderr:dumped monmap epoch 6 2024-09-21T08:21:25.292 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:25 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/483972057' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-21T08:21:25.303 INFO:teuthology.orchestra.run.smithi039.stderr:+ read monid 2024-09-21T08:21:25.304 INFO:teuthology.orchestra.run.smithi039.stderr:+ read crushloc 2024-09-21T08:21:25.304 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph mon dump --format json 2024-09-21T08:21:25.304 INFO:teuthology.orchestra.run.smithi039.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-21T08:21:25.377 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:25 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/483972057' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-21T08:21:25.496 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:25 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/483972057' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-21T08:21:25.629 INFO:teuthology.orchestra.run.smithi039.stderr:dumped monmap epoch 6 2024-09-21T08:21:25.640 INFO:teuthology.orchestra.run.smithi039.stdout:true 2024-09-21T08:21:25.641 INFO:teuthology.orchestra.run.smithi039.stderr:+ read monid 2024-09-21T08:21:25.641 INFO:teuthology.orchestra.run.smithi039.stderr:+ read crushloc 2024-09-21T08:21:25.641 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph mon dump --format json 2024-09-21T08:21:25.641 INFO:teuthology.orchestra.run.smithi039.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-21T08:21:25.972 INFO:teuthology.orchestra.run.smithi039.stderr:dumped monmap epoch 6 2024-09-21T08:21:25.982 INFO:teuthology.orchestra.run.smithi039.stdout:true 2024-09-21T08:21:25.983 INFO:teuthology.orchestra.run.smithi039.stderr:+ read monid 2024-09-21T08:21:25.983 INFO:teuthology.orchestra.run.smithi039.stderr:+ read crushloc 2024-09-21T08:21:25.983 INFO:teuthology.orchestra.run.smithi039.stderr:+ ceph mon dump --format json 2024-09-21T08:21:25.983 INFO:teuthology.orchestra.run.smithi039.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-21T08:21:26.311 INFO:teuthology.orchestra.run.smithi039.stderr:dumped monmap epoch 6 2024-09-21T08:21:26.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:26 smithi039 ceph-mon[30023]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:26.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:26 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/889869597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.311 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:26 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/2424458305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.312 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:26 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1669682907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.319 INFO:teuthology.orchestra.run.smithi039.stdout:true 2024-09-21T08:21:26.320 INFO:teuthology.orchestra.run.smithi039.stderr:+ read monid 2024-09-21T08:21:26.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:26 smithi148 ceph-mon[33301]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:26.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:26 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/889869597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:26 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/2424458305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:26 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/1669682907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:26 smithi136 ceph-mon[33616]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T08:21:26.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:26 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/889869597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:26 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/2424458305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:26.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:26 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/1669682907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:27.044 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T08:21:27.054 INFO:tasks.cephadm:Teardown begin 2024-09-21T08:21:27.054 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:21:27.083 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:21:27.117 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:21:27.150 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T08:21:27.150 DEBUG:teuthology.orchestra.run.smithi039:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T08:21:27.167 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T08:21:27.184 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T08:21:27.208 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T08:21:27.209 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T08:21:27.209 DEBUG:teuthology.orchestra.run.smithi039:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a 2024-09-21T08:21:27.378 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:27 smithi148 ceph-mon[33301]: from='client.? 172.21.15.39:0/1607795823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:27.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:27 smithi039 ceph-mon[30023]: from='client.? 172.21.15.39:0/1607795823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:27.403 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:27 smithi039 systemd[1]: Stopping Ceph mon.a for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:27.497 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:27 smithi136 ceph-mon[33616]: from='client.? 172.21.15.39:0/1607795823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T08:21:27.791 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a[30000]: 2024-09-21T08:21:27.499+0000 7f85b28b3640 -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-21T08:21:27.791 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:27 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a[30000]: 2024-09-21T08:21:27.499+0000 7f85b28b3640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-21T08:21:27.791 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:27 smithi039 podman[52547]: 2024-09-21 08:21:27.531446351 +0000 UTC m=+0.133448623 container died 93bdc4cd4ae4984ef0b6143b070936c42b7091a3f5289ae12c257a9add24f96a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=squid-9e2ac70, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-21T08:21:28.132 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:27 smithi039 podman[52547]: 2024-09-21 08:21:27.897881067 +0000 UTC m=+0.499883339 container cleanup 93bdc4cd4ae4984ef0b6143b070936c42b7091a3f5289ae12c257a9add24f96a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-21T08:21:28.133 INFO:journalctl@ceph.mon.a.smithi039.stdout:Sep 21 08:21:27 smithi039 bash[52547]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-a 2024-09-21T08:21:28.282 DEBUG:teuthology.orchestra.run.smithi039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.a.service' 2024-09-21T08:21:28.345 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:28.345 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T08:21:28.345 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-21T08:21:28.346 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.b 2024-09-21T08:21:28.640 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:28 smithi136 systemd[1]: Stopping Ceph mon.b for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:28.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:28 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-b[33593]: 2024-09-21T08:21:28.638+0000 7fb1f93da640 -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-21T08:21:28.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:28 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-b[33593]: 2024-09-21T08:21:28.638+0000 7fb1f93da640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-21T08:21:28.997 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:28 smithi136 podman[43217]: 2024-09-21 08:21:28.771534689 +0000 UTC m=+0.238256906 container died c8275d9d8e8723c11ecfbb429eda679a5d43ebb9874c06bd71a8d116f313d237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=squid-9e2ac70, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2) 2024-09-21T08:21:29.397 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:29 smithi136 podman[43217]: 2024-09-21 08:21:29.186666786 +0000 UTC m=+0.653389000 container cleanup c8275d9d8e8723c11ecfbb429eda679a5d43ebb9874c06bd71a8d116f313d237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-b, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-9e2ac70, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-21T08:21:29.397 INFO:journalctl@ceph.mon.b.smithi136.stdout:Sep 21 08:21:29 smithi136 bash[43217]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-b 2024-09-21T08:21:29.524 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.b.service' 2024-09-21T08:21:29.593 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:29.593 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-21T08:21:29.593 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-21T08:21:29.593 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.c 2024-09-21T08:21:29.878 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:29 smithi148 systemd[1]: Stopping Ceph mon.c for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:30.333 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:29 smithi148 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-c[33268]: 2024-09-21T08:21:29.917+0000 7fd41f64c640 -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-21T08:21:30.334 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:29 smithi148 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-c[33268]: 2024-09-21T08:21:29.917+0000 7fd41f64c640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-21T08:21:30.334 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:30 smithi148 podman[42394]: 2024-09-21 08:21:30.071056577 +0000 UTC m=+0.288865109 container died ced48470d78fd331d428b072c59f405e26b44424eda578357bd3fa84cb97e539 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-c, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70) 2024-09-21T08:21:30.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:30 smithi148 podman[42394]: 2024-09-21 08:21:30.440071454 +0000 UTC m=+0.657879991 container cleanup ced48470d78fd331d428b072c59f405e26b44424eda578357bd3fa84cb97e539 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-c, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-9e2ac70, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-21T08:21:30.628 INFO:journalctl@ceph.mon.c.smithi148.stdout:Sep 21 08:21:30 smithi148 bash[42394]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mon-c 2024-09-21T08:21:30.869 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mon.c.service' 2024-09-21T08:21:30.912 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:30.912 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-21T08:21:30.913 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-21T08:21:30.913 DEBUG:teuthology.orchestra.run.smithi039:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.a 2024-09-21T08:21:31.214 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:21:30 smithi039 systemd[1]: Stopping Ceph mgr.a for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:31.520 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:21:31 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a[30274]: 2024-09-21T08:21:31.212+0000 7f76311ce640 -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-21T08:21:31.520 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:21:31 smithi039 podman[52681]: 2024-09-21 08:21:31.244764069 +0000 UTC m=+0.133128914 container died 37a674b5337cea14f1546cc4554b3df3fa7d047e247eaa6e9f47390c36d05fdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-21T08:21:31.870 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:21:31 smithi039 podman[52681]: 2024-09-21 08:21:31.601917476 +0000 UTC m=+0.490282315 container cleanup 37a674b5337cea14f1546cc4554b3df3fa7d047e247eaa6e9f47390c36d05fdd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a, RELEASE=squid-9e2ac70, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-21T08:21:31.870 INFO:journalctl@ceph.mgr.a.smithi039.stdout:Sep 21 08:21:31 smithi039 bash[52681]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-a 2024-09-21T08:21:32.033 DEBUG:teuthology.orchestra.run.smithi039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.a.service' 2024-09-21T08:21:32.067 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:32.068 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-21T08:21:32.068 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-21T08:21:32.068 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.b 2024-09-21T08:21:32.389 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:21:32 smithi136 systemd[1]: Stopping Ceph mgr.b for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:32.659 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:21:32 smithi136 podman[43347]: 2024-09-21 08:21:32.389087558 +0000 UTC m=+0.128120594 container died bc0a203c308a34fcaeb7b71c27e3c30a65266131cd75d32fd0dd360082dbc237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=squid-9e2ac70, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T08:21:32.997 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:21:32 smithi136 podman[43347]: 2024-09-21 08:21:32.832880507 +0000 UTC m=+0.571913585 container cleanup bc0a203c308a34fcaeb7b71c27e3c30a65266131cd75d32fd0dd360082dbc237 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b, RELEASE=squid-9e2ac70, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T08:21:32.997 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Sep 21 08:21:32 smithi136 bash[43347]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-mgr-b 2024-09-21T08:21:33.256 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@mgr.b.service' 2024-09-21T08:21:33.289 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:33.289 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-21T08:21:33.290 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T08:21:33.290 DEBUG:teuthology.orchestra.run.smithi039:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.0 2024-09-21T08:21:33.583 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:33 smithi039 systemd[1]: Stopping Ceph osd.0 for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:33.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:33 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0[44817]: 2024-09-21T08:21:33.581+0000 7f7637252640 -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-21T08:21:33.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:33 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0[44817]: 2024-09-21T08:21:33.581+0000 7f7637252640 -1 osd.0 21 *** Got signal Terminated *** 2024-09-21T08:21:33.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:33 smithi039 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0[44817]: 2024-09-21T08:21:33.581+0000 7f7637252640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T08:21:39.224 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:38 smithi039 podman[52813]: 2024-09-21 08:21:38.946670533 +0000 UTC m=+5.464645252 container died 977bd8721d1501e72076876ea1ca78d999aba7076ab95f242117ec24612ca79c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0, org.label-schema.vendor=CentOS, 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, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, RELEASE=squid-9e2ac70, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True) 2024-09-21T08:21:39.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:39 smithi039 podman[52813]: 2024-09-21 08:21:39.496952764 +0000 UTC m=+6.014927525 container cleanup 977bd8721d1501e72076876ea1ca78d999aba7076ab95f242117ec24612ca79c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-9e2ac70, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-21T08:21:39.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:39 smithi039 bash[52813]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0 2024-09-21T08:21:39.903 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:39 smithi039 podman[52833]: 2024-09-21 08:21:39.673394739 +0000 UTC m=+0.719376142 container remove 977bd8721d1501e72076876ea1ca78d999aba7076ab95f242117ec24612ca79c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-9e2ac70) 2024-09-21T08:21:40.403 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:40 smithi039 podman[52930]: 2024-09-21 08:21:40.107333586 +0000 UTC m=+0.110883318 container create b32b1df2b0894c28da56613858de86a687ff6cadebd1dc6679292363e2c65931 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0-deactivate, 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.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=squid-9e2ac70, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T08:21:40.403 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:40 smithi039 podman[52930]: 2024-09-21 08:21:40.012939937 +0000 UTC m=+0.016489681 image pull cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5 2024-09-21T08:21:40.404 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:40 smithi039 podman[52930]: 2024-09-21 08:21:40.318238459 +0000 UTC m=+0.321788194 container init b32b1df2b0894c28da56613858de86a687ff6cadebd1dc6679292363e2c65931 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-9e2ac70, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T08:21:40.404 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:40 smithi039 podman[52930]: 2024-09-21 08:21:40.323144218 +0000 UTC m=+0.326693950 container start b32b1df2b0894c28da56613858de86a687ff6cadebd1dc6679292363e2c65931 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0-deactivate, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=squid-9e2ac70) 2024-09-21T08:21:40.821 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:40 smithi039 podman[52930]: 2024-09-21 08:21:40.409715771 +0000 UTC m=+0.413265504 container attach b32b1df2b0894c28da56613858de86a687ff6cadebd1dc6679292363e2c65931 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=squid-9e2ac70, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-21T08:21:40.822 INFO:journalctl@ceph.osd.0.smithi039.stdout:Sep 21 08:21:40 smithi039 podman[52930]: 2024-09-21 08:21:40.520187073 +0000 UTC m=+0.523736816 container died b32b1df2b0894c28da56613858de86a687ff6cadebd1dc6679292363e2c65931 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-0-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-21T08:21:41.115 DEBUG:teuthology.orchestra.run.smithi039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.0.service' 2024-09-21T08:21:41.157 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:41.158 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T08:21:41.158 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T08:21:41.158 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.1 2024-09-21T08:21:41.447 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:41 smithi136 systemd[1]: Stopping Ceph osd.1 for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:41.747 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:41 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1[38045]: 2024-09-21T08:21:41.446+0000 7fc96a024640 -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-21T08:21:41.747 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:41 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1[38045]: 2024-09-21T08:21:41.446+0000 7fc96a024640 -1 osd.1 21 *** Got signal Terminated *** 2024-09-21T08:21:41.747 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:41 smithi136 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1[38045]: 2024-09-21T08:21:41.446+0000 7fc96a024640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T08:21:47.087 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:46 smithi136 podman[43481]: 2024-09-21 08:21:46.831704553 +0000 UTC m=+5.482302859 container died 3ae07a9adb70d7607edca9ab15b891c9beb5a690389bf866cd992f87f1eaa8ab (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T08:21:47.437 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:47 smithi136 podman[43481]: 2024-09-21 08:21:47.252239113 +0000 UTC m=+5.902837462 container cleanup 3ae07a9adb70d7607edca9ab15b891c9beb5a690389bf866cd992f87f1eaa8ab (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=squid-9e2ac70, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-21T08:21:47.437 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:47 smithi136 bash[43481]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1 2024-09-21T08:21:47.747 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:47 smithi136 podman[43504]: 2024-09-21 08:21:47.43663815 +0000 UTC m=+0.597024475 container remove 3ae07a9adb70d7607edca9ab15b891c9beb5a690389bf866cd992f87f1eaa8ab (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, 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, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=squid-9e2ac70, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True) 2024-09-21T08:21:48.148 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:47 smithi136 podman[43599]: 2024-09-21 08:21:47.764502076 +0000 UTC m=+0.016048248 image pull cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5 2024-09-21T08:21:48.149 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:47 smithi136 podman[43599]: 2024-09-21 08:21:47.870748193 +0000 UTC m=+0.122294392 container create 70564e1bc0138c554258e372d5ae655560fc4f1b3204476bf55f1be15b3db9fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=squid-9e2ac70, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T08:21:48.149 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 podman[43599]: 2024-09-21 08:21:48.073766624 +0000 UTC m=+0.325312788 container init 70564e1bc0138c554258e372d5ae655560fc4f1b3204476bf55f1be15b3db9fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=squid-9e2ac70, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-21T08:21:48.149 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 podman[43599]: 2024-09-21 08:21:48.079273262 +0000 UTC m=+0.330819416 container start 70564e1bc0138c554258e372d5ae655560fc4f1b3204476bf55f1be15b3db9fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1-deactivate, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=squid-9e2ac70, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T08:21:48.149 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 podman[43599]: 2024-09-21 08:21:48.147778063 +0000 UTC m=+0.399324224 container attach 70564e1bc0138c554258e372d5ae655560fc4f1b3204476bf55f1be15b3db9fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1-deactivate, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-9e2ac70, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-21T08:21:48.497 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 podman[43599]: 2024-09-21 08:21:48.274388914 +0000 UTC m=+0.525935079 container died 70564e1bc0138c554258e372d5ae655560fc4f1b3204476bf55f1be15b3db9fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=squid-9e2ac70, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-21T08:21:48.804 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.1.service' 2024-09-21T08:21:48.827 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 podman[43643]: 2024-09-21 08:21:48.784447457 +0000 UTC m=+0.504001317 container remove 70564e1bc0138c554258e372d5ae655560fc4f1b3204476bf55f1be15b3db9fd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=squid-9e2ac70, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-21T08:21:48.827 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 systemd[1]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.1.service: Deactivated successfully. 2024-09-21T08:21:48.828 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 systemd[1]: Stopped Ceph osd.1 for 6cdb894c-77f1-11ef-baf6-efdc52797490. 2024-09-21T08:21:48.828 INFO:journalctl@ceph.osd.1.smithi136.stdout:Sep 21 08:21:48 smithi136 systemd[1]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.1.service: Consumed 2.638s CPU time. 2024-09-21T08:21:48.840 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:48.841 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T08:21:48.841 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T08:21:48.841 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.2 2024-09-21T08:21:49.127 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:48 smithi148 systemd[1]: Stopping Ceph osd.2 for 6cdb894c-77f1-11ef-baf6-efdc52797490... 2024-09-21T08:21:49.628 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:49 smithi148 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2[37742]: 2024-09-21T08:21:49.219+0000 7f36311ce640 -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-21T08:21:49.628 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:49 smithi148 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2[37742]: 2024-09-21T08:21:49.219+0000 7f36311ce640 -1 osd.2 21 *** Got signal Terminated *** 2024-09-21T08:21:49.628 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:49 smithi148 ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2[37742]: 2024-09-21T08:21:49.219+0000 7f36311ce640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T08:21:54.878 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:54 smithi148 podman[42542]: 2024-09-21 08:21:54.597021731 +0000 UTC m=+5.554345374 container died 7ec41b8d7e4ff31998fa92248ee82d8c218bb617277fbcf16c4d5521845f5ca8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2, 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, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-9e2ac70, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux ) 2024-09-21T08:21:55.310 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42542]: 2024-09-21 08:21:55.058834302 +0000 UTC m=+6.016157945 container cleanup 7ec41b8d7e4ff31998fa92248ee82d8c218bb617277fbcf16c4d5521845f5ca8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2, ceph=True, RELEASE=squid-9e2ac70, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-21T08:21:55.310 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 bash[42542]: ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2 2024-09-21T08:21:55.611 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42563]: 2024-09-21 08:21:55.309911211 +0000 UTC m=+0.702499579 container remove 7ec41b8d7e4ff31998fa92248ee82d8c218bb617277fbcf16c4d5521845f5ca8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-9e2ac70, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-21T08:21:55.878 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42659]: 2024-09-21 08:21:55.610876362 +0000 UTC m=+0.111314312 container create 8832afa7fef2487b3178d3c7f870bb1508933dcf03b67b1b9ed7727e1831ba96 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=squid-9e2ac70, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-21T08:21:55.878 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42659]: 2024-09-21 08:21:55.515126582 +0000 UTC m=+0.015564536 image pull cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5 2024-09-21T08:21:55.878 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42659]: 2024-09-21 08:21:55.788311263 +0000 UTC m=+0.288749216 container init 8832afa7fef2487b3178d3c7f870bb1508933dcf03b67b1b9ed7727e1831ba96 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.build-date=20240731, RELEASE=squid-9e2ac70, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-21T08:21:55.878 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42659]: 2024-09-21 08:21:55.793028141 +0000 UTC m=+0.293466091 container start 8832afa7fef2487b3178d3c7f870bb1508933dcf03b67b1b9ed7727e1831ba96 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2-deactivate, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, RELEASE=squid-9e2ac70, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T08:21:56.266 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42659]: 2024-09-21 08:21:55.879634723 +0000 UTC m=+0.380072675 container attach 8832afa7fef2487b3178d3c7f870bb1508933dcf03b67b1b9ed7727e1831ba96 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2-deactivate, ceph=True, CEPH_POINT_RELEASE=, RELEASE=squid-9e2ac70, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-21T08:21:56.266 INFO:journalctl@ceph.osd.2.smithi148.stdout:Sep 21 08:21:55 smithi148 podman[42659]: 2024-09-21 08:21:55.986148359 +0000 UTC m=+0.486586306 container died 8832afa7fef2487b3178d3c7f870bb1508933dcf03b67b1b9ed7727e1831ba96 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, name=ceph-6cdb894c-77f1-11ef-baf6-efdc52797490-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, RELEASE=squid-9e2ac70, maintainer=Guillaume Abrioux ) 2024-09-21T08:21:56.575 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6cdb894c-77f1-11ef-baf6-efdc52797490@osd.2.service' 2024-09-21T08:21:56.613 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T08:21:56.613 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T08:21:56.614 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T08:21:56.827 INFO:teuthology.orchestra.run.smithi039.stdout:Deleting cluster with fsid: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:21:57.984 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T08:21:58.184 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:21:59.202 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T08:21:59.403 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:22:00.322 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:22:00.356 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:22:00.387 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T08:22:00.414 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T08:22:00.416 DEBUG:teuthology.misc:Transferring archived files from smithi039:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi039/crash 2024-09-21T08:22:00.417 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash -- . 2024-09-21T08:22:00.456 INFO:teuthology.orchestra.run.smithi039.stderr:tar: /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T08:22:00.456 INFO:teuthology.orchestra.run.smithi039.stderr:tar: Error is not recoverable: exiting now 2024-09-21T08:22:00.458 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi136/crash 2024-09-21T08:22:00.459 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash -- . 2024-09-21T08:22:00.510 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T08:22:00.510 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2024-09-21T08:22:00.512 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi148/crash 2024-09-21T08:22:00.513 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash -- . 2024-09-21T08:22:00.550 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T08:22:00.550 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2024-09-21T08:22:00.551 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T08:22:00.552 DEBUG:teuthology.orchestra.run.smithi039:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/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-21T08:22:00.587 INFO:tasks.cephadm:Compressing logs... 2024-09-21T08:22:00.587 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:22:00.630 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:22:00.633 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-21T08:22:00.656 INFO:teuthology.orchestra.run.smithi039.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T08:22:00.656 INFO:teuthology.orchestra.run.smithi039.stderr:: No such file or directory 2024-09-21T08:22:00.656 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mgr.a.log 2024-09-21T08:22:00.657 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T08:22:00.660 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.0.log: /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T08:22:00.660 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T08:22:00.660 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.a.log 2024-09-21T08:22:00.660 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log: /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log 2024-09-21T08:22:00.660 INFO:teuthology.orchestra.run.smithi039.stderr: 82.2% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T08:22:00.660 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T08:22:00.661 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log: /var/log/ceph/cephadm.log: 89.5% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T08:22:00.661 INFO:teuthology.orchestra.run.smithi039.stderr: 87.0% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T08:22:00.661 INFO:teuthology.orchestra.run.smithi039.stderr: 89.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T08:22:00.661 INFO:teuthology.orchestra.run.smithi148.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T08:22:00.661 INFO:teuthology.orchestra.run.smithi148.stderr:: No such file or directory 2024-09-21T08:22:00.661 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.c.log 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log: /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log: 89.8% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.2.log: 81.2% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log: /var/log/ceph/cephadm.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr: 87.1% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T08:22:00.662 INFO:teuthology.orchestra.run.smithi148.stderr: 91.2% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T08:22:00.663 INFO:teuthology.orchestra.run.smithi039.stderr: 91.3% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T08:22:00.664 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T08:22:00.664 INFO:teuthology.orchestra.run.smithi136.stderr:: No such file or directory 2024-09-21T08:22:00.664 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T08:22:00.664 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mgr.b.log 2024-09-21T08:22:00.664 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T08:22:00.665 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log: /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.b.log 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr: 81.3% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr: 89.7% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.b.log: 87.0% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/cephadm.log: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr: 91.2% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T08:22:00.666 INFO:teuthology.orchestra.run.smithi136.stderr: 91.0% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mgr.b.log.gz 2024-09-21T08:22:00.687 INFO:teuthology.orchestra.run.smithi148.stderr: 93.9% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T08:22:00.688 INFO:teuthology.orchestra.run.smithi039.stderr: 93.8% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T08:22:00.712 INFO:teuthology.orchestra.run.smithi039.stderr: 90.3% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mgr.a.log.gz 2024-09-21T08:22:00.713 INFO:teuthology.orchestra.run.smithi148.stderr: 93.0% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.c.log.gz 2024-09-21T08:22:00.714 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-09-21T08:22:00.715 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m0.068s 2024-09-21T08:22:00.715 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m0.091s 2024-09-21T08:22:00.715 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.023s 2024-09-21T08:22:00.720 INFO:teuthology.orchestra.run.smithi136.stderr: 94.1% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T08:22:00.722 INFO:teuthology.orchestra.run.smithi136.stderr: 92.5% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.b.log.gz 2024-09-21T08:22:00.724 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-09-21T08:22:00.725 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m0.077s 2024-09-21T08:22:00.725 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m0.133s 2024-09-21T08:22:00.725 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m0.028s 2024-09-21T08:22:00.848 INFO:teuthology.orchestra.run.smithi039.stderr: 91.2% -- replaced with /var/log/ceph/6cdb894c-77f1-11ef-baf6-efdc52797490/ceph-mon.a.log.gz 2024-09-21T08:22:00.850 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-21T08:22:00.850 INFO:teuthology.orchestra.run.smithi039.stderr:real 0m0.206s 2024-09-21T08:22:00.850 INFO:teuthology.orchestra.run.smithi039.stderr:user 0m0.285s 2024-09-21T08:22:00.851 INFO:teuthology.orchestra.run.smithi039.stderr:sys 0m0.031s 2024-09-21T08:22:00.851 INFO:tasks.cephadm:Archiving logs... 2024-09-21T08:22:00.851 DEBUG:teuthology.misc:Transferring archived files from smithi039:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi039/log 2024-09-21T08:22:00.852 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T08:22:00.967 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi136/log 2024-09-21T08:22:00.967 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T08:22:01.016 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi148/log 2024-09-21T08:22:01.017 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T08:22:01.060 INFO:tasks.cephadm:Removing cluster... 2024-09-21T08:22:01.060 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 --force 2024-09-21T08:22:01.256 INFO:teuthology.orchestra.run.smithi039.stdout:Deleting cluster with fsid: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:22:01.523 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 --force 2024-09-21T08:22:01.722 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:22:01.969 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6cdb894c-77f1-11ef-baf6-efdc52797490 --force 2024-09-21T08:22:02.169 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: 6cdb894c-77f1-11ef-baf6-efdc52797490 2024-09-21T08:22:02.510 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T08:22:02.510 DEBUG:teuthology.orchestra.run.smithi039:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T08:22:02.529 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T08:22:02.545 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T08:22:02.561 INFO:tasks.cephadm:Teardown complete 2024-09-21T08:22:02.561 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-21T08:22:02.569 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-21T08:22:02.569 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T08:22:02.572 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T08:22:02.588 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-21T08:22:02.689 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T08:22:02.697 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T08:22:02.698 DEBUG:teuthology.orchestra.run.smithi039:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T08:22:02.700 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T08:22:02.703 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T08:22:02.715 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-09-21T08:22:02.715 INFO:teuthology.orchestra.run.smithi039.stderr:bash: line 1: ntpq: command not found 2024-09-21T08:22:02.719 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T08:22:02.719 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-09-21T08:22:02.719 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv01.front.sepia.ceph.com 3 6 377 0 +25us[ +45us] +/- 40ms 2024-09-21T08:22:02.719 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -80us[ -72us] +/- 53ms 2024-09-21T08:22:02.719 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 +98us[ +105us] +/- 69ms 2024-09-21T08:22:02.719 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:22:02.720 INFO:teuthology.orchestra.run.smithi039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T08:22:02.720 INFO:teuthology.orchestra.run.smithi039.stdout:=============================================================================== 2024-09-21T08:22:02.720 INFO:teuthology.orchestra.run.smithi039.stdout:^* hv01.front.sepia.ceph.com 3 6 377 64 +28us[ +42us] +/- 39ms 2024-09-21T08:22:02.720 INFO:teuthology.orchestra.run.smithi039.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -64us[ -64us] +/- 53ms 2024-09-21T08:22:02.720 INFO:teuthology.orchestra.run.smithi039.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 64 +119us[ +119us] +/- 69ms 2024-09-21T08:22:02.720 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:22:02.721 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-09-21T08:22:02.724 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T08:22:02.724 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-09-21T08:22:02.724 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv01.front.sepia.ceph.com 3 6 377 64 +33us[ +53us] +/- 39ms 2024-09-21T08:22:02.724 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -60us[ -60us] +/- 53ms 2024-09-21T08:22:02.725 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +124us[ +124us] +/- 69ms 2024-09-21T08:22:02.725 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T08:22:02.725 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T08:22:02.755 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T08:22:02.755 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T08:22:02.807 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:22:02.885 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:22:02.948 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-21T08:22:03.012 DEBUG:teuthology.orchestra.run.smithi039:> 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 2024-09-21T08:22:03.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:22:03.043 DEBUG:teuthology.orchestra.run.smithi136:> 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 2024-09-21T08:22:03.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:22:03.071 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 2024-09-21T08:22:03.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:22:03.099 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T08:22:03.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T08:22:03.227 INFO:teuthology.task.internal:Duration was 881.279231 seconds 2024-09-21T08:22:03.228 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T08:22:03.294 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T08:22:03.294 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T08:22:03.296 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T08:22:03.298 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T08:22:03.336 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T08:22:03.338 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T08:22:03.338 INFO:teuthology.orchestra.run.smithi039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T08:22:03.790 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T08:22:03.790 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi039.front.sepia.ceph.com 2024-09-21T08:22:03.790 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:22:03.816 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-09-21T08:22:03.816 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:22:03.855 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-09-21T08:22:03.855 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-21T08:22:03.877 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T08:22:03.877 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T08:22:03.880 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T08:22:03.898 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T08:22:03.943 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T08:22:03.943 DEBUG:teuthology.orchestra.run.smithi039:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T08:22:03.953 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T08:22:03.964 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T08:22:04.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T08:22:04.141 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T08:22:04.141 DEBUG:teuthology.orchestra.run.smithi039:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T08:22:04.167 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T08:22:04.191 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T08:22:04.216 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T08:22:04.227 DEBUG:teuthology.orchestra.run.smithi039:> 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-21T08:22:04.230 DEBUG:teuthology.orchestra.run.smithi136:> 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-21T08:22:04.234 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-21T08:22:04.251 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = core 2024-09-21T08:22:04.255 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-09-21T08:22:04.280 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-09-21T08:22:04.302 DEBUG:teuthology.orchestra.run.smithi039:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T08:22:04.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:22:04.329 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T08:22:04.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:22:04.344 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T08:22:04.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T08:22:04.359 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T08:22:04.379 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T08:22:04.380 DEBUG:teuthology.misc:Transferring archived files from smithi039:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi039 2024-09-21T08:22:04.380 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T08:22:04.417 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi136 2024-09-21T08:22:04.417 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T08:22:04.451 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913132/remote/smithi148 2024-09-21T08:22:04.451 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T08:22:04.488 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T08:22:04.488 DEBUG:teuthology.orchestra.run.smithi039:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T08:22:04.490 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T08:22:04.493 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T08:22:04.537 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T08:22:04.552 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T08:22:04.553 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T08:22:04.584 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T08:22:04.584 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T08:22:04.587 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T08:22:04.589 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T08:22:04.600 INFO:teuthology.orchestra.run.smithi039.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 08:22 /home/ubuntu/cephtest 2024-09-21T08:22:04.602 INFO:teuthology.orchestra.run.smithi136.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 08:22 /home/ubuntu/cephtest 2024-09-21T08:22:04.604 INFO:teuthology.orchestra.run.smithi148.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 08:22 /home/ubuntu/cephtest 2024-09-21T08:22:04.605 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T08:22:04.619 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T08:22:04.779 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 881.2792313098907 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-21T08:22:04.779 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T08:22:04.851 INFO:teuthology.run:pass