2024-09-13T21:28:52.488 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T21:28:52.504 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T21:28:52.602 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210 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: '7904210' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-13_21:08:03-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: ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 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: 3819 sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 sleep_before_teardown: 0 subset: 43/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_ecab7be58963a5bd03910cd73eef66405d7fdd50/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBOraE5zBygDDadl7amNhtXVy0wqyJ0IZXSc7+SNn47zJ5pKv47qTzweKMbYy4+WdnEvt4YZtoHkRK0/a9eihlM= smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEVy6II3z3Z5+kNEBUNvhrE+WFYzYQsDfHNB6ok6b1FO15kw47p9/X9Z2diKmgkkRPJAyqUPeRUgeBN+XqvzHmo= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBE1aewuKvvgoCweCqClHfQMQVUSq1UsZ+1+rqYe3J7w4ifw7N63cjSQfXxo9IBT0KYsmHUlz09g4vh+TVZdjYk= 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 0x7f69d0793ac0>, signals=[15]) 2024-09-13T21:28:53.181 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T21:28:53.187 INFO:teuthology.task.internal:Opening connections... 2024-09-13T21:28:53.187 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-09-13T21:28:53.188 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:28:53.276 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2024-09-13T21:28:53.277 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:28:53.361 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-09-13T21:28:53.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:28:53.444 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T21:28:53.450 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-09-13T21:28:53.468 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-09-13T21:28:53.468 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-09-13T21:28:53.527 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="CentOS Stream" 2024-09-13T21:28:53.527 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="9" 2024-09-13T21:28:53.527 INFO:teuthology.orchestra.run.smithi026.stdout:ID="centos" 2024-09-13T21:28:53.527 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="rhel fedora" 2024-09-13T21:28:53.527 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="9" 2024-09-13T21:28:53.527 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el9" 2024-09-13T21:28:53.527 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T21:28:53.528 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2024-09-13T21:28:53.528 INFO:teuthology.orchestra.run.smithi026.stdout:LOGO="fedora-logo-icon" 2024-09-13T21:28:53.528 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T21:28:53.528 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://centos.org/" 2024-09-13T21:28:53.528 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T21:28:53.528 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T21:28:53.528 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T21:28:53.529 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-09-13T21:28:53.562 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2024-09-13T21:28:53.580 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2024-09-13T21:28:53.581 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2024-09-13T21:28:53.639 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="CentOS Stream" 2024-09-13T21:28:53.639 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="9" 2024-09-13T21:28:53.639 INFO:teuthology.orchestra.run.smithi028.stdout:ID="centos" 2024-09-13T21:28:53.639 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE="rhel fedora" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="9" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:PLATFORM_ID="platform:el9" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:ANSI_COLOR="0;31" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:LOGO="fedora-logo-icon" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://centos.org/" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T21:28:53.640 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T21:28:53.641 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2024-09-13T21:28:53.670 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-09-13T21:28:53.689 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-09-13T21:28:53.689 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-09-13T21:28:53.746 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="CentOS Stream" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="9" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:ID="centos" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE="rhel fedora" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="9" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:PLATFORM_ID="platform:el9" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:ANSI_COLOR="0;31" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:LOGO="fedora-logo-icon" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://centos.org/" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T21:28:53.747 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T21:28:53.748 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-09-13T21:28:53.778 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T21:28:53.786 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T21:28:53.847 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T21:28:53.847 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-09-13T21:28:53.850 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2024-09-13T21:28:53.852 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-09-13T21:28:53.869 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T21:28:53.875 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T21:28:53.875 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-09-13T21:28:53.907 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2024-09-13T21:28:53.909 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-09-13T21:28:54.014 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T21:28:54.113 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T21:28:54.128 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T21:28:54.128 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-13T21:28:54.128 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T21:28:54.129 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T21:28:54.129 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T21:28:54.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:28:54.147 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-09-13T21:28:54.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:28:54.148 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-09-13T21:28:54.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:28:54.149 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-09-13T21:28:54.204 INFO:teuthology.orchestra.run.smithi028.stdout:5.14.0-503.el9.x86_64 2024-09-13T21:28:54.204 INFO:teuthology.task.kernel:Running kernel on smithi028: 5.14.0-503.el9.x86_64 2024-09-13T21:28:54.204 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum install -y kernel 2024-09-13T21:28:54.206 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-503.el9.x86_64 2024-09-13T21:28:54.206 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.14.0-503.el9.x86_64 2024-09-13T21:28:54.206 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2024-09-13T21:28:54.207 INFO:teuthology.orchestra.run.smithi189.stdout:5.14.0-503.el9.x86_64 2024-09-13T21:28:54.207 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.14.0-503.el9.x86_64 2024-09-13T21:28:54.207 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum install -y kernel 2024-09-13T21:28:56.499 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-09-13T21:28:56.608 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.2 MB 00:00 2024-09-13T21:28:57.830 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - BaseOS 4.4 MB/s | 8.2 MB 00:01 2024-09-13T21:28:58.292 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-13T21:28:58.843 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 20 MB/s | 20 MB 00:01 2024-09-13T21:29:02.660 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-13T21:29:03.502 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.5 MB 00:00 2024-09-13T21:29:04.902 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 19 kB 00:01 2024-09-13T21:29:04.969 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 90 kB/s | 19 kB 00:00 2024-09-13T21:29:05.990 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 25 MB/s | 23 MB 00:00 2024-09-13T21:29:06.131 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-13T21:29:06.847 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 20 MB 00:07 2024-09-13T21:29:11.265 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-13T21:29:11.670 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-13T21:29:11.696 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-09-13T21:29:12.732 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - Extras packages 90 kB/s | 19 kB 00:00 2024-09-13T21:29:13.752 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T21:29:13.752 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T21:29:13.785 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T21:29:13.786 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T21:29:13.848 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:29:13.853 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:29:13.853 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout:Install 4 Packages 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:29:13.854 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 79 M 2024-09-13T21:29:13.855 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 126 M 2024-09-13T21:29:13.855 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:29:13.869 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-13T21:29:13.875 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:29:13.880 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout:Install 4 Packages 2024-09-13T21:29:13.881 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:29:13.882 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 79 M 2024-09-13T21:29:13.882 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 126 M 2024-09-13T21:29:13.882 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:29:14.222 INFO:teuthology.orchestra.run.smithi189.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 95 kB/s | 23 kB 00:00 2024-09-13T21:29:14.289 INFO:teuthology.orchestra.run.smithi026.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 79 kB/s | 23 kB 00:00 2024-09-13T21:29:14.622 INFO:teuthology.orchestra.run.smithi189.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 24 MB/s | 16 MB 00:00 2024-09-13T21:29:14.897 INFO:teuthology.orchestra.run.smithi189.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 42 MB/s | 29 MB 00:00 2024-09-13T21:29:15.439 INFO:teuthology.orchestra.run.smithi189.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 24 MB/s | 35 MB 00:01 2024-09-13T21:29:15.439 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:29:15.439 INFO:teuthology.orchestra.run.smithi189.stdout:Total 50 MB/s | 79 MB 00:01 2024-09-13T21:29:16.122 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:29:16.502 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:29:16.502 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:29:17.457 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:29:17.457 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:29:19.500 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-09-13T21:29:19.893 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:29:20.569 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T21:29:20.648 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:29:21.515 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T21:29:21.515 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T21:29:21.618 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:29:21.632 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:29:21.632 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout:Install 4 Packages 2024-09-13T21:29:21.633 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:29:21.634 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 79 M 2024-09-13T21:29:21.634 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 126 M 2024-09-13T21:29:21.634 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:29:21.985 INFO:teuthology.orchestra.run.smithi028.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 239 kB/s | 23 kB 00:00 2024-09-13T21:29:22.360 INFO:teuthology.orchestra.run.smithi028.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-09-13T21:29:22.785 INFO:teuthology.orchestra.run.smithi028.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 39 MB/s | 35 MB 00:00 2024-09-13T21:29:23.037 INFO:teuthology.orchestra.run.smithi028.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 27 MB/s | 29 MB 00:01 2024-09-13T21:29:23.037 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:29:23.037 INFO:teuthology.orchestra.run.smithi028.stdout:Total 56 MB/s | 79 MB 00:01 2024-09-13T21:29:23.448 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:29:23.585 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:29:23.747 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:29:24.130 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:29:24.130 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:29:25.108 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:29:25.109 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:29:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:29:28.348 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T21:29:28.424 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:29:28.428 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:29:28.512 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:29:28.795 INFO:teuthology.orchestra.run.smithi026.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 1.1 MB/s | 16 MB 00:14 2024-09-13T21:29:31.219 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:29:31.355 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:29:33.383 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:29:34.195 INFO:teuthology.orchestra.run.smithi026.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 1.4 MB/s | 29 MB 00:19 2024-09-13T21:29:36.484 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:29:36.523 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:29:41.671 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:29:52.343 INFO:teuthology.orchestra.run.smithi026.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 922 kB/s | 35 MB 00:38 2024-09-13T21:29:52.343 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:29:52.343 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.0 MB/s | 79 MB 00:38 2024-09-13T21:29:53.053 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:29:53.435 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:29:53.435 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:29:54.420 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:29:54.420 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:29:57.109 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:29:57.785 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T21:29:57.943 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:30:00.754 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:30:00.886 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:30:06.007 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:30:06.053 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:11.190 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:11.702 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:11.743 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:12.106 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:12.107 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T21:30:12.107 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:30:12.107 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:30:12.995 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:30:12.996 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:30:13.346 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T21:30:13.433 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:13.433 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T21:30:13.433 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T21:30:13.434 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T21:30:13.434 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T21:30:13.434 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-13T21:30:13.434 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi189.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T21:30:13.434 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T21:30:13.493 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:13.493 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T21:30:13.493 DEBUG:teuthology.orchestra.run.smithi189:> sudo rpm -qi grub2-tools 2024-09-13T21:30:13.525 INFO:teuthology.orchestra.run.smithi189.stdout:Name : grub2-tools 2024-09-13T21:30:13.525 INFO:teuthology.orchestra.run.smithi189.stdout:Epoch : 1 2024-09-13T21:30:13.525 INFO:teuthology.orchestra.run.smithi189.stdout:Version : 2.06 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Release : 82.el9 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: x86_64 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Group : Unspecified 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Size : 8274670 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:License : GPLv3+ 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Packager : builder@centos.org 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:Vendor : CentOS 2024-09-13T21:30:13.526 INFO:teuthology.orchestra.run.smithi189.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout:Summary : Support tools for GRUB. 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout:Description : 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout:hardware devices. 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:30:13.527 INFO:teuthology.orchestra.run.smithi189.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T21:30:13.528 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T21:30:13.528 INFO:teuthology.task.kernel:Updating grub on smithi189 to boot 5.14.0-505.el9.x86_64 2024-09-13T21:30:13.528 DEBUG:teuthology.orchestra.run.smithi189:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T21:30:14.143 INFO:teuthology.orchestra.run.smithi189.stderr:Generating grub configuration file ... 2024-09-13T21:30:15.458 INFO:teuthology.orchestra.run.smithi189.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T21:30:15.484 INFO:teuthology.orchestra.run.smithi189.stderr:done 2024-09-13T21:30:15.486 DEBUG:teuthology.orchestra.run.smithi189:> mktemp 2024-09-13T21:30:15.502 INFO:teuthology.orchestra.run.smithi189.stdout:/tmp/tmp.SI1FsNfnmw 2024-09-13T21:30:15.502 DEBUG:teuthology.orchestra.run.smithi189:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SI1FsNfnmw 2024-09-13T21:30:15.569 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0666 /tmp/tmp.SI1FsNfnmw 2024-09-13T21:30:15.703 DEBUG:teuthology.orchestra.remote:smithi189:/tmp/tmp.SI1FsNfnmw is 6KB 2024-09-13T21:30:15.753 DEBUG:teuthology.orchestra.run.smithi189:> rm -fr /tmp/tmp.SI1FsNfnmw 2024-09-13T21:30:15.769 DEBUG:teuthology.orchestra.run.smithi189:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T21:30:15.832 INFO:teuthology.orchestra.run.smithi189.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T21:30:15.832 INFO:teuthology.orchestra.run.smithi189.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T21:30:15.832 INFO:teuthology.orchestra.run.smithi189.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T21:30:15.832 INFO:teuthology.orchestra.run.smithi189.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T21:30:15.833 DEBUG:teuthology.orchestra.run.smithi189:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T21:30:15.979 DEBUG:teuthology.orchestra.run.smithi189:> sudo shutdown -r now 2024-09-13T21:30:20.845 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:20.887 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:21.242 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:21.242 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T21:30:21.242 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:30:21.242 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:30:22.094 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:22.095 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:30:22.095 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:30:22.095 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:22.095 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T21:30:22.095 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T21:30:22.096 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T21:30:22.096 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:30:22.096 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:30:22.411 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T21:30:22.497 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:22.501 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T21:30:22.501 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T21:30:22.501 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T21:30:22.501 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T21:30:22.501 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T21:30:22.502 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T21:30:22.502 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T21:30:22.560 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:22.561 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T21:30:22.561 DEBUG:teuthology.orchestra.run.smithi028:> sudo rpm -qi grub2-tools 2024-09-13T21:30:22.599 INFO:teuthology.orchestra.run.smithi028.stdout:Name : grub2-tools 2024-09-13T21:30:22.599 INFO:teuthology.orchestra.run.smithi028.stdout:Epoch : 1 2024-09-13T21:30:22.599 INFO:teuthology.orchestra.run.smithi028.stdout:Version : 2.06 2024-09-13T21:30:22.599 INFO:teuthology.orchestra.run.smithi028.stdout:Release : 82.el9 2024-09-13T21:30:22.599 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: x86_64 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Group : Unspecified 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Size : 8274670 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:License : GPLv3+ 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Packager : builder@centos.org 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Vendor : CentOS 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Summary : Support tools for GRUB. 2024-09-13T21:30:22.600 INFO:teuthology.orchestra.run.smithi028.stdout:Description : 2024-09-13T21:30:22.601 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:30:22.601 INFO:teuthology.orchestra.run.smithi028.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T21:30:22.601 INFO:teuthology.orchestra.run.smithi028.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T21:30:22.601 INFO:teuthology.orchestra.run.smithi028.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T21:30:22.601 INFO:teuthology.orchestra.run.smithi028.stdout:hardware devices. 2024-09-13T21:30:22.601 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:30:22.601 INFO:teuthology.orchestra.run.smithi028.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T21:30:22.602 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T21:30:22.602 INFO:teuthology.task.kernel:Updating grub on smithi028 to boot 5.14.0-505.el9.x86_64 2024-09-13T21:30:22.602 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T21:30:23.269 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2024-09-13T21:30:24.591 INFO:teuthology.orchestra.run.smithi028.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T21:30:24.624 INFO:teuthology.orchestra.run.smithi028.stderr:done 2024-09-13T21:30:24.628 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2024-09-13T21:30:24.643 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.3WcIvKAUg1 2024-09-13T21:30:24.644 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3WcIvKAUg1 2024-09-13T21:30:24.710 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.3WcIvKAUg1 2024-09-13T21:30:24.846 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.3WcIvKAUg1 is 6KB 2024-09-13T21:30:24.895 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.3WcIvKAUg1 2024-09-13T21:30:24.909 DEBUG:teuthology.orchestra.run.smithi028:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T21:30:24.980 INFO:teuthology.orchestra.run.smithi028.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T21:30:24.981 INFO:teuthology.orchestra.run.smithi028.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T21:30:24.981 INFO:teuthology.orchestra.run.smithi028.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T21:30:24.981 INFO:teuthology.orchestra.run.smithi028.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T21:30:24.982 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T21:30:25.125 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2024-09-13T21:30:45.983 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-13T21:30:45.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-13T21:30:45.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:30:49.954 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:50.004 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:50.372 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:50.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T21:30:50.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T21:30:50.373 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:30:51.191 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:30:51.552 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T21:30:51.641 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:51.642 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T21:30:51.642 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T21:30:51.642 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T21:30:51.642 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T21:30:51.643 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T21:30:51.643 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T21:30:51.644 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T21:30:51.702 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T21:30:51.703 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T21:30:51.703 DEBUG:teuthology.orchestra.run.smithi026:> sudo rpm -qi grub2-tools 2024-09-13T21:30:51.735 INFO:teuthology.orchestra.run.smithi026.stdout:Name : grub2-tools 2024-09-13T21:30:51.735 INFO:teuthology.orchestra.run.smithi026.stdout:Epoch : 1 2024-09-13T21:30:51.735 INFO:teuthology.orchestra.run.smithi026.stdout:Version : 2.06 2024-09-13T21:30:51.735 INFO:teuthology.orchestra.run.smithi026.stdout:Release : 82.el9 2024-09-13T21:30:51.735 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: x86_64 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Group : Unspecified 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Size : 8274670 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:License : GPLv3+ 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Packager : builder@centos.org 2024-09-13T21:30:51.736 INFO:teuthology.orchestra.run.smithi026.stdout:Vendor : CentOS 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:Summary : Support tools for GRUB. 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:Description : 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:hardware devices. 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:30:51.737 INFO:teuthology.orchestra.run.smithi026.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T21:30:51.738 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T21:30:51.738 INFO:teuthology.task.kernel:Updating grub on smithi026 to boot 5.14.0-505.el9.x86_64 2024-09-13T21:30:51.738 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T21:30:52.314 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2024-09-13T21:30:53.703 INFO:teuthology.orchestra.run.smithi026.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T21:30:53.731 INFO:teuthology.orchestra.run.smithi026.stderr:done 2024-09-13T21:30:53.733 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-09-13T21:30:53.748 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.TY6umd9NEw 2024-09-13T21:30:53.749 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.TY6umd9NEw 2024-09-13T21:30:53.814 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.TY6umd9NEw 2024-09-13T21:30:53.960 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.TY6umd9NEw is 6KB 2024-09-13T21:30:54.010 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.TY6umd9NEw 2024-09-13T21:30:54.026 DEBUG:teuthology.orchestra.run.smithi026:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T21:30:54.091 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T21:30:54.091 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T21:30:54.092 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T21:30:54.092 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T21:30:54.093 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T21:30:54.246 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2024-09-13T21:30:55.128 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T21:30:55.128 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-13T21:30:55.129 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:31:04.381 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-09-13T21:31:13.389 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-13T21:31:13.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:31:13.597 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-09-13T21:31:16.477 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-09-13T21:31:22.601 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-13T21:31:22.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:31:24.251 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T21:31:24.252 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-13T21:31:24.253 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:31:28.481 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-13T21:31:28.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:31:40.989 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-09-13T21:31:42.781 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-09-13T21:31:46.877 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-09-13T21:31:51.785 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-13T21:31:51.786 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:31:52.995 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-13T21:31:52.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:31:55.136 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-09-13T21:31:55.574 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-13T21:31:55.574 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-13T21:31:55.575 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-09-13T21:31:55.590 INFO:teuthology.orchestra.run.smithi028.stdout:5.14.0-505.el9.x86_64 2024-09-13T21:31:55.590 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T21:31:55.590 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T21:31:55.590 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T21:31:56.591 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T21:31:56.591 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T21:31:56.663 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2024-09-13T21:31:56.681 DEBUG:teuthology.parallel:result is None 2024-09-13T21:32:01.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-13T21:32:01.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:32:04.309 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-09-13T21:32:04.805 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-13T21:32:04.805 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-13T21:32:04.806 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-09-13T21:32:04.824 INFO:teuthology.orchestra.run.smithi189.stdout:5.14.0-505.el9.x86_64 2024-09-13T21:32:04.824 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T21:32:04.824 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T21:32:04.824 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T21:32:05.825 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-13T21:32:05.825 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T21:32:05.948 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-09-13T21:32:05.970 DEBUG:teuthology.parallel:result is None 2024-09-13T21:32:10.173 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-09-13T21:32:22.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-13T21:32:22.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:32:23.721 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-09-13T21:32:24.125 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-13T21:32:24.125 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-13T21:32:24.125 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-09-13T21:32:24.141 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-505.el9.x86_64 2024-09-13T21:32:24.141 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T21:32:24.141 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T21:32:24.141 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T21:32:25.142 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T21:32:25.143 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T21:32:25.211 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-09-13T21:32:25.228 DEBUG:teuthology.parallel:result is None 2024-09-13T21:32:25.228 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T21:32:25.235 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T21:32:25.235 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T21:32:25.238 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T21:32:25.242 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T21:32:25.262 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T21:32:25.269 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T21:32:25.297 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T21:32:25.297 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T21:32:25.299 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T21:32:25.302 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T21:32:25.410 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T21:32:25.416 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T21:32:25.416 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:32:25.419 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:32:25.421 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:32:25.449 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:32:25.451 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:32:25.454 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:32:25.460 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:32:25.463 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:32:25.465 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:32:25.467 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T21:32:25.475 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T21:32:25.475 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T21:32:25.505 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T21:32:25.508 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T21:32:25.536 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T21:32:25.545 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T21:32:25.545 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T21:32:25.571 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T21:32:25.576 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T21:32:25.593 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:32:25.678 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:32:25.713 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:32:25.805 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:32:25.838 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:32:25.838 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T21:32:25.904 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:32:25.960 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:32:26.004 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:32:26.098 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:32:26.134 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:32:26.135 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T21:32:26.203 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:32:26.259 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:32:26.304 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:32:26.397 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:32:26.432 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:32:26.432 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T21:32:26.499 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-09-13T21:32:26.501 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2024-09-13T21:32:26.505 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-09-13T21:32:26.544 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T21:32:26.551 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T21:32:26.594 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T21:32:27.008 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T21:32:27.025 INFO:teuthology.task.internal:Starting timer... 2024-09-13T21:32:27.025 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T21:32:27.061 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T21:32:27.097 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-13T21:32:27.097 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2024-09-13T21:32:27.151 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2024-09-13T21:32:27.153 DEBUG:teuthology.orchestra.run.smithi028:> sudo service auditd rotate 2024-09-13T21:32:27.236 INFO:teuthology.orchestra.run.smithi028.stdout:Rotating logs: 2024-09-13T21:32:27.238 DEBUG:teuthology.orchestra.run.smithi189:> sudo service auditd rotate 2024-09-13T21:32:27.307 INFO:teuthology.orchestra.run.smithi189.stdout:Rotating logs: 2024-09-13T21:32:27.308 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T21:32:27.309 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2024-09-13T21:32:27.328 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2024-09-13T21:32:27.328 DEBUG:teuthology.orchestra.run.smithi028:> /usr/sbin/getenforce 2024-09-13T21:32:27.355 INFO:teuthology.orchestra.run.smithi028.stdout:Permissive 2024-09-13T21:32:27.355 DEBUG:teuthology.orchestra.run.smithi189:> /usr/sbin/getenforce 2024-09-13T21:32:27.380 INFO:teuthology.orchestra.run.smithi189.stdout:Permissive 2024-09-13T21:32:27.380 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi028.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi189.front.sepia.ceph.com': 'permissive'} 2024-09-13T21:32:27.381 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:32:27.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:32:27.408 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:32:27.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:32:27.438 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:32:27.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:32:27.471 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T21:32:27.471 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2024-09-13T21:32:27.504 DEBUG:teuthology.orchestra.run.smithi028:> sudo /usr/sbin/setenforce permissive 2024-09-13T21:32:27.539 DEBUG:teuthology.orchestra.run.smithi189:> sudo /usr/sbin/setenforce permissive 2024-09-13T21:32:27.574 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T21:32:27.583 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-13T21:32:27.587 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-13T21:32:27.753 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T21:32:27.764 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-13T21:32:27.765 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi028.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T21:36:16.484 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi028.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-09-13T21:36:16.485 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-13T21:36:16.486 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:36:16.573 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-09-13T21:36:16.669 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-13T21:36:16.669 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-13T21:36:16.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:36:16.754 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-09-13T21:36:16.841 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-13T21:36:16.842 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-13T21:36:16.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:36:16.924 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-09-13T21:36:17.005 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-13T21:36:17.006 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T21:36:17.016 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T21:36:17.016 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T21:36:17.018 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:36:17.020 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T21:36:17.021 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:36:17.023 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T21:36:17.023 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:36:17.052 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T21:36:17.054 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T21:36:17.069 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T21:36:17.069 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T21:36:17.076 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T21:36:17.090 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T21:36:17.096 INFO:teuthology.orchestra.run.smithi028.stderr:sudo: ntpd: command not found 2024-09-13T21:36:17.096 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2024-09-13T21:36:17.108 INFO:teuthology.orchestra.run.smithi028.stdout:506 Cannot talk to daemon 2024-09-13T21:36:17.109 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2024-09-13T21:36:17.116 INFO:teuthology.orchestra.run.smithi189.stderr:sudo: ntpd: command not found 2024-09-13T21:36:17.123 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T21:36:17.124 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T21:36:17.127 INFO:teuthology.orchestra.run.smithi189.stdout:506 Cannot talk to daemon 2024-09-13T21:36:17.137 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T21:36:17.139 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T21:36:17.144 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T21:36:17.156 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T21:36:17.195 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-09-13T21:36:17.199 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T21:36:17.199 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-09-13T21:36:17.199 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.199 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.199 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.199 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.200 INFO:teuthology.orchestra.run.smithi028.stderr:bash: line 1: ntpq: command not found 2024-09-13T21:36:17.203 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T21:36:17.203 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2024-09-13T21:36:17.203 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.204 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.204 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.204 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.225 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-09-13T21:36:17.228 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T21:36:17.228 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-09-13T21:36:17.229 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.229 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.229 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.229 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:36:17.229 INFO:teuthology.run_tasks:Running task pexec... 2024-09-13T21:36:17.239 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-13T21:36:17.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2024-09-13T21:36:17.239 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T21:36:17.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi028.front.sepia.ceph.com 2024-09-13T21:36:17.240 DEBUG:teuthology.orchestra.run.smithi028:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T21:36:17.240 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi189.front.sepia.ceph.com 2024-09-13T21:36:17.240 DEBUG:teuthology.orchestra.run.smithi189:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T21:36:17.610 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:36:17.611 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:36:17.619 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:17.619 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:Removing: 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:Removing unused dependencies: 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:Remove 2 Packages 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:Freed space: 5.5 M 2024-09-13T21:36:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:36:17.621 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:36:17.621 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:17.621 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:Removing: 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:Removing unused dependencies: 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:Remove 2 Packages 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:Freed space: 5.5 M 2024-09-13T21:36:17.622 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:36:17.624 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:36:17.624 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:36:17.626 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:36:17.626 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:36:17.627 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:17.627 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-09-13T21:36:17.627 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:17.627 INFO:teuthology.orchestra.run.smithi189.stdout:Removing: 2024-09-13T21:36:17.627 INFO:teuthology.orchestra.run.smithi189.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T21:36:17.627 INFO:teuthology.orchestra.run.smithi189.stdout:Removing unused dependencies: 2024-09-13T21:36:17.627 INFO:teuthology.orchestra.run.smithi189.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T21:36:17.628 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:17.628 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:36:17.628 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:17.628 INFO:teuthology.orchestra.run.smithi189.stdout:Remove 2 Packages 2024-09-13T21:36:17.628 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:17.628 INFO:teuthology.orchestra.run.smithi189.stdout:Freed space: 5.5 M 2024-09-13T21:36:17.628 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:36:17.632 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:36:17.632 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:36:17.680 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:36:17.681 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:36:17.685 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:36:17.685 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:36:17.687 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:36:17.688 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:36:17.826 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:36:17.829 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:36:17.837 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:36:17.912 INFO:teuthology.orchestra.run.smithi026.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T21:36:17.923 INFO:teuthology.orchestra.run.smithi189.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T21:36:17.968 INFO:teuthology.orchestra.run.smithi026.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T21:36:17.972 INFO:teuthology.orchestra.run.smithi028.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T21:36:17.983 INFO:teuthology.orchestra.run.smithi189.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T21:36:18.042 INFO:teuthology.orchestra.run.smithi028.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T21:36:18.487 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T21:36:18.487 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T21:36:18.495 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T21:36:18.495 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T21:36:18.503 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T21:36:18.503 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T21:36:18.726 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T21:36:18.726 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:18.726 INFO:teuthology.orchestra.run.smithi189.stdout:Removed: 2024-09-13T21:36:18.726 INFO:teuthology.orchestra.run.smithi189.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T21:36:18.726 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:18.726 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:36:18.740 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T21:36:18.740 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:18.740 INFO:teuthology.orchestra.run.smithi028.stdout:Removed: 2024-09-13T21:36:18.741 INFO:teuthology.orchestra.run.smithi028.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T21:36:18.741 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:18.741 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:36:18.772 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T21:36:18.772 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:18.772 INFO:teuthology.orchestra.run.smithi026.stdout:Removed: 2024-09-13T21:36:18.772 INFO:teuthology.orchestra.run.smithi026.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T21:36:18.773 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:18.773 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:36:19.564 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:50 ago on Fri 13 Sep 2024 09:35:29 PM UTC. 2024-09-13T21:36:19.594 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:47 ago on Fri 13 Sep 2024 09:35:32 PM UTC. 2024-09-13T21:36:19.628 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:47 ago on Fri 13 Sep 2024 09:35:32 PM UTC. 2024-09-13T21:36:19.698 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:36:19.698 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:19.698 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:36:19.698 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:36:19.699 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:19.700 INFO:teuthology.orchestra.run.smithi189.stdout:Install 7 Packages 2024-09-13T21:36:19.700 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:19.731 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:36:19.732 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:19.732 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:36:19.732 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:19.732 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T21:36:19.733 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:19.734 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:36:19.734 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:19.734 INFO:teuthology.orchestra.run.smithi028.stdout:Install 7 Packages 2024-09-13T21:36:19.734 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:19.736 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 5.2 M 2024-09-13T21:36:19.736 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 19 M 2024-09-13T21:36:19.736 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:36:19.737 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 5.2 M 2024-09-13T21:36:19.737 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 19 M 2024-09-13T21:36:19.737 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:36:19.770 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:36:19.770 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:19.770 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:36:19.770 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:19.770 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout:Install 7 Packages 2024-09-13T21:36:19.771 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:19.789 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 5.2 M 2024-09-13T21:36:19.789 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 19 M 2024-09-13T21:36:19.790 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:36:19.945 INFO:teuthology.orchestra.run.smithi028.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 388 kB/s | 44 kB 00:00 2024-09-13T21:36:19.970 INFO:teuthology.orchestra.run.smithi028.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 758 kB/s | 106 kB 00:00 2024-09-13T21:36:20.020 INFO:teuthology.orchestra.run.smithi028.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 954 kB/s | 72 kB 00:00 2024-09-13T21:36:20.045 INFO:teuthology.orchestra.run.smithi028.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-13T21:36:20.087 INFO:teuthology.orchestra.run.smithi028.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.4 MB/s | 906 kB 00:00 2024-09-13T21:36:20.204 INFO:teuthology.orchestra.run.smithi028.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.4 MB/s | 837 kB 00:00 2024-09-13T21:36:20.255 INFO:teuthology.orchestra.run.smithi189.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 119 kB/s | 44 kB 00:00 2024-09-13T21:36:20.295 INFO:teuthology.orchestra.run.smithi026.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 320 kB/s | 44 kB 00:00 2024-09-13T21:36:20.320 INFO:teuthology.orchestra.run.smithi026.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 647 kB/s | 106 kB 00:00 2024-09-13T21:36:20.338 INFO:teuthology.orchestra.run.smithi189.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 232 kB/s | 106 kB 00:00 2024-09-13T21:36:20.371 INFO:teuthology.orchestra.run.smithi026.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-13T21:36:20.404 INFO:teuthology.orchestra.run.smithi026.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 659 kB/s | 72 kB 00:00 2024-09-13T21:36:20.430 INFO:teuthology.orchestra.run.smithi026.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.2 MB/s | 906 kB 00:00 2024-09-13T21:36:20.455 INFO:teuthology.orchestra.run.smithi189.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 723 kB/s | 84 kB 00:00 2024-09-13T21:36:20.481 INFO:teuthology.orchestra.run.smithi189.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 318 kB/s | 72 kB 00:00 2024-09-13T21:36:20.530 INFO:teuthology.orchestra.run.smithi026.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.2 MB/s | 837 kB 00:00 2024-09-13T21:36:20.689 INFO:teuthology.orchestra.run.smithi189.stdout:(5/7): runc-1.1.13-4.el9.x86_64.rpm 15 MB/s | 3.2 MB 00:00 2024-09-13T21:36:20.781 INFO:teuthology.orchestra.run.smithi189.stdout:(6/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.0 MB/s | 906 kB 00:00 2024-09-13T21:36:20.890 INFO:teuthology.orchestra.run.smithi189.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.9 MB/s | 837 kB 00:00 2024-09-13T21:36:20.890 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:36:20.890 INFO:teuthology.orchestra.run.smithi189.stdout:Total 4.5 MB/s | 5.2 MB 00:01 2024-09-13T21:36:21.002 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:36:21.017 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:36:21.017 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:36:21.280 INFO:teuthology.orchestra.run.smithi028.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.6 MB/s | 3.2 MB 00:01 2024-09-13T21:36:21.280 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:36:21.280 INFO:teuthology.orchestra.run.smithi028.stdout:Total 3.3 MB/s | 5.2 MB 00:01 2024-09-13T21:36:21.354 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:36:21.354 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:36:21.401 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:36:21.417 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:36:21.418 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:36:21.505 INFO:teuthology.orchestra.run.smithi026.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.9 MB/s | 3.2 MB 00:01 2024-09-13T21:36:21.505 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:36:21.506 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.0 MB/s | 5.2 MB 00:01 2024-09-13T21:36:21.626 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:36:21.643 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:36:21.643 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:36:21.770 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:36:21.770 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:36:21.827 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:36:21.926 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-13T21:36:21.958 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:36:21.959 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:36:21.968 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-13T21:36:21.997 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-13T21:36:22.209 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-13T21:36:22.236 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T21:36:22.278 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:36:22.367 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-13T21:36:22.400 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-13T21:36:22.428 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-13T21:36:22.440 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:36:22.533 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-13T21:36:22.567 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-13T21:36:22.596 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-13T21:36:22.646 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-13T21:36:22.680 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T21:36:22.684 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T21:36:22.706 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T21:36:22.817 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-13T21:36:22.827 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T21:36:22.851 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T21:36:22.892 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:23.173 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T21:36:23.209 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T21:36:23.324 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T21:36:23.332 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T21:36:23.365 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T21:36:23.387 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:23.478 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T21:36:23.546 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:23.954 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:23.954 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-13T21:36:23.954 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-13T21:36:23.954 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-13T21:36:23.954 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-13T21:36:23.954 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-13T21:36:23.954 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-13T21:36:24.314 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:24.315 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-13T21:36:24.315 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-13T21:36:24.315 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-13T21:36:24.315 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-13T21:36:24.315 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-13T21:36:24.315 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-13T21:36:24.323 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:24.323 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:24.323 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:36:24.323 INFO:teuthology.orchestra.run.smithi189.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T21:36:24.324 INFO:teuthology.orchestra.run.smithi189.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T21:36:24.324 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T21:36:24.324 INFO:teuthology.orchestra.run.smithi189.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-13T21:36:24.324 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:24.324 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:36:24.506 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:24.507 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-13T21:36:24.507 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-13T21:36:24.507 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-13T21:36:24.507 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-13T21:36:24.507 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-13T21:36:24.507 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-13T21:36:24.645 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:24.646 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:36:24.700 DEBUG:teuthology.parallel:result is None 2024-09-13T21:36:24.868 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:24.869 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:36:25.025 DEBUG:teuthology.parallel:result is None 2024-09-13T21:36:25.249 DEBUG:teuthology.parallel:result is None 2024-09-13T21:36:25.249 INFO:teuthology.run_tasks:Running task install... 2024-09-13T21:36:25.257 DEBUG:teuthology.task.install:project ceph 2024-09-13T21:36:25.257 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'ecab7be58963a5bd03910cd73eef66405d7fdd50'}} 2024-09-13T21:36:25.257 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'ecab7be58963a5bd03910cd73eef66405d7fdd50'} 2024-09-13T21:36:25.257 INFO:teuthology.task.install:Using flavor: default 2024-09-13T21:36:25.263 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-13T21:36:25.263 INFO:teuthology.task.install:extra packages: [] 2024-09-13T21:36:25.264 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': 'ecab7be58963a5bd03910cd73eef66405d7fdd50', 'tag': None, 'wait_for_package': False} 2024-09-13T21:36:25.264 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:25.266 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': 'ecab7be58963a5bd03910cd73eef66405d7fdd50', 'tag': None, 'wait_for_package': False} 2024-09-13T21:36:25.267 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:25.268 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': 'ecab7be58963a5bd03910cd73eef66405d7fdd50', 'tag': None, 'wait_for_package': False} 2024-09-13T21:36:25.268 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:25.418 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/ 2024-09-13T21:36:25.418 INFO:teuthology.task.install.rpm:Package version is 19.1.1-324.gecab7be5 2024-09-13T21:36:25.430 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/ 2024-09-13T21:36:25.430 INFO:teuthology.task.install.rpm:Package version is 19.1.1-324.gecab7be5 2024-09-13T21:36:25.441 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/ 2024-09-13T21:36:25.441 INFO:teuthology.task.install.rpm:Package version is 19.1.1-324.gecab7be5 2024-09-13T21:36:25.537 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/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/ecab7be58963a5bd03910cd73eef66405d7fdd50/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/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-13T21:36:25.537 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:36:25.537 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-13T21:36:25.546 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/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/ecab7be58963a5bd03910cd73eef66405d7fdd50/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/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-13T21:36:25.546 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:36:25.546 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-13T21:36:25.557 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/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/ecab7be58963a5bd03910cd73eef66405d7fdd50/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/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-13T21:36:25.557 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:36:25.557 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-13T21:36:25.564 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-13T21:36:25.564 DEBUG:teuthology.orchestra.run.smithi026:> 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/ecab7be58963a5bd03910cd73eef66405d7fdd50/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-13T21:36:25.575 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-13T21:36:25.575 DEBUG:teuthology.orchestra.run.smithi028:> 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/ecab7be58963a5bd03910cd73eef66405d7fdd50/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-13T21:36:25.586 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-13T21:36:25.586 DEBUG:teuthology.orchestra.run.smithi189:> 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/ecab7be58963a5bd03910cd73eef66405d7fdd50/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-13T21:36:25.631 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:36:25.642 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:36:25.656 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:36:25.708 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:36:25.720 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:36:25.733 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:36:25.773 INFO:teuthology.orchestra.run.smithi026.stdout:check_obsoletes = 1 2024-09-13T21:36:25.775 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum clean all 2024-09-13T21:36:25.785 INFO:teuthology.orchestra.run.smithi028.stdout:check_obsoletes = 1 2024-09-13T21:36:25.787 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum clean all 2024-09-13T21:36:25.799 INFO:teuthology.orchestra.run.smithi189.stdout:check_obsoletes = 1 2024-09-13T21:36:25.801 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum clean all 2024-09-13T21:36:26.014 INFO:teuthology.orchestra.run.smithi026.stdout:45 files removed 2024-09-13T21:36:26.020 INFO:teuthology.orchestra.run.smithi028.stdout:45 files removed 2024-09-13T21:36:26.037 INFO:teuthology.orchestra.run.smithi189.stdout:45 files removed 2024-09-13T21:36:26.042 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-radosgw 2024-09-13T21:36:26.048 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-radosgw 2024-09-13T21:36:26.064 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-radosgw 2024-09-13T21:36:26.612 INFO:teuthology.orchestra.run.smithi028.stdout:ceph packages for x86_64 315 kB/s | 84 kB 00:00 2024-09-13T21:36:26.613 INFO:teuthology.orchestra.run.smithi026.stdout:ceph packages for x86_64 310 kB/s | 84 kB 00:00 2024-09-13T21:36:26.638 INFO:teuthology.orchestra.run.smithi189.stdout:ceph packages for x86_64 303 kB/s | 84 kB 00:00 2024-09-13T21:36:26.895 INFO:teuthology.orchestra.run.smithi028.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-13T21:36:26.897 INFO:teuthology.orchestra.run.smithi026.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-13T21:36:26.922 INFO:teuthology.orchestra.run.smithi189.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-13T21:36:27.171 INFO:teuthology.orchestra.run.smithi028.stdout:ceph source packages 8.0 kB/s | 1.9 kB 00:00 2024-09-13T21:36:27.173 INFO:teuthology.orchestra.run.smithi026.stdout:ceph source packages 8.0 kB/s | 1.9 kB 00:00 2024-09-13T21:36:27.189 INFO:teuthology.orchestra.run.smithi189.stdout:ceph source packages 8.3 kB/s | 1.9 kB 00:00 2024-09-13T21:36:27.746 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-13T21:36:29.172 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.2 MB 00:01 2024-09-13T21:36:29.421 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 3.7 MB/s | 8.2 MB 00:02 2024-09-13T21:36:29.673 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-13T21:36:33.391 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 7.3 MB/s | 20 MB 00:02 2024-09-13T21:36:34.073 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 5.3 MB/s | 20 MB 00:03 2024-09-13T21:36:35.182 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.5 MB 00:01 2024-09-13T21:36:36.690 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 19 kB 00:00 2024-09-13T21:36:37.519 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-13T21:36:37.733 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 18 MB/s | 6.5 MB 00:00 2024-09-13T21:36:38.399 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-13T21:36:39.200 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 97 kB/s | 19 kB 00:00 2024-09-13T21:36:39.900 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 112 kB/s | 19 kB 00:00 2024-09-13T21:36:40.129 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-13T21:36:41.071 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-13T21:36:43.175 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-13T21:36:45.647 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:36:45.649 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:45.649 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw x86_64 2:19.1.1-324.gecab7be5.el9 ceph 11 M 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrading: 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: librados2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.4 M 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: librbd1 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.2 M 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base x86_64 2:19.1.1-324.gecab7be5.el9 ceph 5.4 M 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common x86_64 2:19.1.1-324.gecab7be5.el9 ceph 21 M 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux x86_64 2:19.1.1-324.gecab7be5.el9 ceph 25 k 2024-09-13T21:36:45.650 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 752 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 507 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 5.3 M 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-13T21:36:45.651 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 45 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common x86_64 2:19.1.1-324.gecab7be5.el9 ceph 136 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs x86_64 2:19.1.1-324.gecab7be5.el9 ceph 162 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados x86_64 2:19.1.1-324.gecab7be5.el9 ceph 321 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 301 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw x86_64 2:19.1.1-324.gecab7be5.el9 ceph 99 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-13T21:36:45.652 INFO:teuthology.orchestra.run.smithi028.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout:Installing weak dependencies: 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout:Install 30 Packages 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrade 2 Packages 2024-09-13T21:36:45.653 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:45.654 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 60 M 2024-09-13T21:36:45.654 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:36:45.977 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 43 kB/s | 1.7 kB 00:00 2024-09-13T21:36:46.468 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-09-13T21:36:46.643 INFO:teuthology.orchestra.run.smithi028.stdout:(1/32): ceph-base-19.1.1-324.gecab7be5.el9.x86_ 7.9 MB/s | 5.4 MB 00:00 2024-09-13T21:36:46.760 INFO:teuthology.orchestra.run.smithi028.stdout:(2/32): ceph-radosgw-19.1.1-324.gecab7be5.el9.x 13 MB/s | 11 MB 00:00 2024-09-13T21:36:46.778 INFO:teuthology.orchestra.run.smithi028.stdout:(3/32): ceph-selinux-19.1.1-324.gecab7be5.el9.x 188 kB/s | 25 kB 00:00 2024-09-13T21:36:46.811 INFO:teuthology.orchestra.run.smithi028.stdout:(4/32): libcephfs2-19.1.1-324.gecab7be5.el9.x86 15 MB/s | 752 kB 00:00 2024-09-13T21:36:46.844 INFO:teuthology.orchestra.run.smithi028.stdout:(5/32): libradosstriper1-19.1.1-324.gecab7be5.e 7.4 MB/s | 507 kB 00:00 2024-09-13T21:36:46.903 INFO:teuthology.orchestra.run.smithi028.stdout:(6/32): python3-ceph-argparse-19.1.1-324.gecab7 773 kB/s | 45 kB 00:00 2024-09-13T21:36:46.995 INFO:teuthology.orchestra.run.smithi028.stdout:(7/32): python3-ceph-common-19.1.1-324.gecab7be 1.5 MB/s | 136 kB 00:00 2024-09-13T21:36:47.070 INFO:teuthology.orchestra.run.smithi028.stdout:(8/32): librgw2-19.1.1-324.gecab7be5.el9.x86_64 21 MB/s | 5.3 MB 00:00 2024-09-13T21:36:47.095 INFO:teuthology.orchestra.run.smithi028.stdout:(9/32): python3-cephfs-19.1.1-324.gecab7be5.el9 1.6 MB/s | 162 kB 00:00 2024-09-13T21:36:47.120 INFO:teuthology.orchestra.run.smithi028.stdout:(10/32): python3-rados-19.1.1-324.gecab7be5.el9 6.3 MB/s | 321 kB 00:00 2024-09-13T21:36:47.154 INFO:teuthology.orchestra.run.smithi028.stdout:(11/32): python3-rbd-19.1.1-324.gecab7be5.el9.x 5.0 MB/s | 301 kB 00:00 2024-09-13T21:36:47.179 INFO:teuthology.orchestra.run.smithi028.stdout:(12/32): python3-rgw-19.1.1-324.gecab7be5.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-13T21:36:47.380 INFO:teuthology.orchestra.run.smithi028.stdout:(13/32): ceph-common-19.1.1-324.gecab7be5.el9.x 15 MB/s | 21 MB 00:01 2024-09-13T21:36:47.463 INFO:teuthology.orchestra.run.smithi028.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 346 kB/s | 107 kB 00:00 2024-09-13T21:36:47.488 INFO:teuthology.orchestra.run.smithi028.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 417 kB/s | 45 kB 00:00 2024-09-13T21:36:47.516 INFO:teuthology.orchestra.run.smithi028.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 480 kB/s | 160 kB 00:00 2024-09-13T21:36:47.556 INFO:teuthology.orchestra.run.smithi028.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-09-13T21:36:47.581 INFO:teuthology.orchestra.run.smithi028.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 630 kB/s | 42 kB 00:00 2024-09-13T21:36:47.606 INFO:teuthology.orchestra.run.smithi028.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-09-13T21:36:47.631 INFO:teuthology.orchestra.run.smithi028.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 715 kB/s | 36 kB 00:00 2024-09-13T21:36:47.657 INFO:teuthology.orchestra.run.smithi028.stdout:(21/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.4 MB/s | 662 kB 00:00 2024-09-13T21:36:47.682 INFO:teuthology.orchestra.run.smithi028.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 627 kB/s | 47 kB 00:00 2024-09-13T21:36:47.740 INFO:teuthology.orchestra.run.smithi028.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-13T21:36:47.766 INFO:teuthology.orchestra.run.smithi028.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-13T21:36:47.791 INFO:teuthology.orchestra.run.smithi028.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 278 kB/s | 26 kB 00:00 2024-09-13T21:36:47.816 INFO:teuthology.orchestra.run.smithi028.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-13T21:36:47.841 INFO:teuthology.orchestra.run.smithi028.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 7.5 MB/s | 191 kB 00:00 2024-09-13T21:36:47.900 INFO:teuthology.orchestra.run.smithi028.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-13T21:36:47.950 INFO:teuthology.orchestra.run.smithi028.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-13T21:36:48.050 INFO:teuthology.orchestra.run.smithi028.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-13T21:36:48.142 INFO:teuthology.orchestra.run.smithi028.stdout:(31/32): librados2-19.1.1-324.gecab7be5.el9.x86 14 MB/s | 3.4 MB 00:00 2024-09-13T21:36:48.209 INFO:teuthology.orchestra.run.smithi028.stdout:(32/32): librbd1-19.1.1-324.gecab7be5.el9.x86_6 12 MB/s | 3.2 MB 00:00 2024-09-13T21:36:48.214 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:36:48.214 INFO:teuthology.orchestra.run.smithi028.stdout:Total 24 MB/s | 60 MB 00:02 2024-09-13T21:36:48.320 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:36:48.360 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:36:48.360 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:36:48.453 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:36:48.455 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:48.455 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:36:48.455 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:48.455 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:36:48.455 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw x86_64 2:19.1.1-324.gecab7be5.el9 ceph 11 M 2024-09-13T21:36:48.455 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrading: 2024-09-13T21:36:48.455 INFO:teuthology.orchestra.run.smithi026.stdout: librados2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.4 M 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.2 M 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base x86_64 2:19.1.1-324.gecab7be5.el9 ceph 5.4 M 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common x86_64 2:19.1.1-324.gecab7be5.el9 ceph 21 M 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux x86_64 2:19.1.1-324.gecab7be5.el9 ceph 25 k 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-13T21:36:48.456 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 752 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 507 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 5.3 M 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 45 k 2024-09-13T21:36:48.457 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common x86_64 2:19.1.1-324.gecab7be5.el9 ceph 136 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs x86_64 2:19.1.1-324.gecab7be5.el9 ceph 162 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados x86_64 2:19.1.1-324.gecab7be5.el9 ceph 321 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 301 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw x86_64 2:19.1.1-324.gecab7be5.el9 ceph 99 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout:Installing weak dependencies: 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-13T21:36:48.458 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:48.459 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:36:48.459 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:36:48.459 INFO:teuthology.orchestra.run.smithi026.stdout:Install 30 Packages 2024-09-13T21:36:48.459 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrade 2 Packages 2024-09-13T21:36:48.459 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:48.459 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 60 M 2024-09-13T21:36:48.460 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:36:48.851 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:36:48.853 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:48.853 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:36:48.853 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:48.853 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:36:48.853 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw x86_64 2:19.1.1-324.gecab7be5.el9 ceph 11 M 2024-09-13T21:36:48.853 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrading: 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: librados2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.4 M 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.2 M 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base x86_64 2:19.1.1-324.gecab7be5.el9 ceph 5.4 M 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common x86_64 2:19.1.1-324.gecab7be5.el9 ceph 21 M 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux x86_64 2:19.1.1-324.gecab7be5.el9 ceph 25 k 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-13T21:36:48.854 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 752 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 507 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2 x86_64 2:19.1.1-324.gecab7be5.el9 ceph 5.3 M 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 45 k 2024-09-13T21:36:48.855 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common x86_64 2:19.1.1-324.gecab7be5.el9 ceph 136 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs x86_64 2:19.1.1-324.gecab7be5.el9 ceph 162 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados x86_64 2:19.1.1-324.gecab7be5.el9 ceph 321 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 301 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw x86_64 2:19.1.1-324.gecab7be5.el9 ceph 99 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-13T21:36:48.856 INFO:teuthology.orchestra.run.smithi189.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-13T21:36:48.857 INFO:teuthology.orchestra.run.smithi189.stdout:Installing weak dependencies: 2024-09-13T21:36:48.857 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-13T21:36:48.857 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:48.857 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:36:48.857 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:36:48.858 INFO:teuthology.orchestra.run.smithi189.stdout:Install 30 Packages 2024-09-13T21:36:48.858 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrade 2 Packages 2024-09-13T21:36:48.858 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:36:48.859 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 60 M 2024-09-13T21:36:48.859 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:36:48.881 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:36:48.881 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:36:49.278 INFO:teuthology.orchestra.run.smithi026.stdout:(1/32): ceph-base-19.1.1-324.gecab7be5.el9.x86_ 10 MB/s | 5.4 MB 00:00 2024-09-13T21:36:49.337 INFO:teuthology.orchestra.run.smithi026.stdout:(2/32): ceph-selinux-19.1.1-324.gecab7be5.el9.x 433 kB/s | 25 kB 00:00 2024-09-13T21:36:49.495 INFO:teuthology.orchestra.run.smithi026.stdout:(3/32): ceph-radosgw-19.1.1-324.gecab7be5.el9.x 14 MB/s | 11 MB 00:00 2024-09-13T21:36:49.529 INFO:teuthology.orchestra.run.smithi026.stdout:(4/32): libcephfs2-19.1.1-324.gecab7be5.el9.x86 3.8 MB/s | 752 kB 00:00 2024-09-13T21:36:49.573 INFO:teuthology.orchestra.run.smithi026.stdout:(5/32): libradosstriper1-19.1.1-324.gecab7be5.e 6.6 MB/s | 507 kB 00:00 2024-09-13T21:36:49.646 INFO:teuthology.orchestra.run.smithi026.stdout:(6/32): python3-ceph-argparse-19.1.1-324.gecab7 602 kB/s | 45 kB 00:00 2024-09-13T21:36:49.763 INFO:teuthology.orchestra.run.smithi026.stdout:(7/32): librgw2-19.1.1-324.gecab7be5.el9.x86_64 23 MB/s | 5.3 MB 00:00 2024-09-13T21:36:49.788 INFO:teuthology.orchestra.run.smithi026.stdout:(8/32): python3-ceph-common-19.1.1-324.gecab7be 961 kB/s | 136 kB 00:00 2024-09-13T21:36:49.813 INFO:teuthology.orchestra.run.smithi026.stdout:(9/32): python3-cephfs-19.1.1-324.gecab7be5.el9 3.2 MB/s | 162 kB 00:00 2024-09-13T21:36:49.839 INFO:teuthology.orchestra.run.smithi026.stdout:(10/32): python3-rados-19.1.1-324.gecab7be5.el9 6.3 MB/s | 321 kB 00:00 2024-09-13T21:36:49.872 INFO:teuthology.orchestra.run.smithi026.stdout:(11/32): python3-rbd-19.1.1-324.gecab7be5.el9.x 5.0 MB/s | 301 kB 00:00 2024-09-13T21:36:49.897 INFO:teuthology.orchestra.run.smithi026.stdout:(12/32): python3-rgw-19.1.1-324.gecab7be5.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-13T21:36:50.061 INFO:teuthology.orchestra.run.smithi189.stdout:(1/32): ceph-base-19.1.1-324.gecab7be5.el9.x86_ 7.6 MB/s | 5.4 MB 00:00 2024-09-13T21:36:50.107 INFO:teuthology.orchestra.run.smithi026.stdout:(13/32): ceph-common-19.1.1-324.gecab7be5.el9.x 16 MB/s | 21 MB 00:01 2024-09-13T21:36:50.110 INFO:teuthology.orchestra.run.smithi189.stdout:(2/32): ceph-selinux-19.1.1-324.gecab7be5.el9.x 506 kB/s | 25 kB 00:00 2024-09-13T21:36:50.157 INFO:teuthology.orchestra.run.smithi026.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 376 kB/s | 107 kB 00:00 2024-09-13T21:36:50.186 INFO:teuthology.orchestra.run.smithi189.stdout:(3/32): libcephfs2-19.1.1-324.gecab7be5.el9.x86 9.8 MB/s | 752 kB 00:00 2024-09-13T21:36:50.240 INFO:teuthology.orchestra.run.smithi026.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 339 kB/s | 45 kB 00:00 2024-09-13T21:36:50.245 INFO:teuthology.orchestra.run.smithi189.stdout:(4/32): libradosstriper1-19.1.1-324.gecab7be5.e 8.5 MB/s | 507 kB 00:00 2024-09-13T21:36:50.265 INFO:teuthology.orchestra.run.smithi026.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 436 kB/s | 160 kB 00:00 2024-09-13T21:36:50.316 INFO:teuthology.orchestra.run.smithi026.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 844 kB/s | 42 kB 00:00 2024-09-13T21:36:50.342 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:36:50.357 INFO:teuthology.orchestra.run.smithi026.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 662 kB 00:00 2024-09-13T21:36:50.391 INFO:teuthology.orchestra.run.smithi026.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.9 MB/s | 292 kB 00:00 2024-09-13T21:36:50.416 INFO:teuthology.orchestra.run.smithi026.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-09-13T21:36:50.438 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-13T21:36:50.441 INFO:teuthology.orchestra.run.smithi026.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 428 kB/s | 36 kB 00:00 2024-09-13T21:36:50.467 INFO:teuthology.orchestra.run.smithi026.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 626 kB/s | 47 kB 00:00 2024-09-13T21:36:50.473 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-13T21:36:50.512 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-13T21:36:50.526 INFO:teuthology.orchestra.run.smithi026.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-13T21:36:50.528 INFO:teuthology.orchestra.run.smithi189.stdout:(5/32): librgw2-19.1.1-324.gecab7be5.el9.x86_64 19 MB/s | 5.3 MB 00:00 2024-09-13T21:36:50.535 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-13T21:36:50.551 INFO:teuthology.orchestra.run.smithi026.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-13T21:36:50.562 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-13T21:36:50.576 INFO:teuthology.orchestra.run.smithi026.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 278 kB/s | 26 kB 00:00 2024-09-13T21:36:50.587 INFO:teuthology.orchestra.run.smithi189.stdout:(6/32): python3-ceph-argparse-19.1.1-324.gecab7 772 kB/s | 45 kB 00:00 2024-09-13T21:36:50.602 INFO:teuthology.orchestra.run.smithi026.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-13T21:36:50.635 INFO:teuthology.orchestra.run.smithi026.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-13T21:36:50.637 INFO:teuthology.orchestra.run.smithi189.stdout:(7/32): python3-ceph-common-19.1.1-324.gecab7be 2.7 MB/s | 136 kB 00:00 2024-09-13T21:36:50.677 INFO:teuthology.orchestra.run.smithi026.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-09-13T21:36:50.696 INFO:teuthology.orchestra.run.smithi189.stdout:(8/32): python3-cephfs-19.1.1-324.gecab7be5.el9 2.7 MB/s | 162 kB 00:00 2024-09-13T21:36:50.736 INFO:teuthology.orchestra.run.smithi026.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-13T21:36:50.771 INFO:teuthology.orchestra.run.smithi189.stdout:(9/32): python3-rados-19.1.1-324.gecab7be5.el9. 4.2 MB/s | 321 kB 00:00 2024-09-13T21:36:50.772 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-13T21:36:50.811 INFO:teuthology.orchestra.run.smithi026.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-13T21:36:50.826 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-13T21:36:50.888 INFO:teuthology.orchestra.run.smithi189.stdout:(10/32): ceph-radosgw-19.1.1-324.gecab7be5.el9. 6.9 MB/s | 11 MB 00:01 2024-09-13T21:36:50.913 INFO:teuthology.orchestra.run.smithi189.stdout:(11/32): python3-rbd-19.1.1-324.gecab7be5.el9.x 2.1 MB/s | 301 kB 00:00 2024-09-13T21:36:50.947 INFO:teuthology.orchestra.run.smithi189.stdout:(12/32): python3-rgw-19.1.1-324.gecab7be5.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-13T21:36:50.961 INFO:teuthology.orchestra.run.smithi026.stdout:(31/32): librados2-19.1.1-324.gecab7be5.el9.x86 12 MB/s | 3.4 MB 00:00 2024-09-13T21:36:51.020 INFO:teuthology.orchestra.run.smithi026.stdout:(32/32): librbd1-19.1.1-324.gecab7be5.el9.x86_6 11 MB/s | 3.2 MB 00:00 2024-09-13T21:36:51.025 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:36:51.025 INFO:teuthology.orchestra.run.smithi026.stdout:Total 24 MB/s | 60 MB 00:02 2024-09-13T21:36:51.131 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:36:51.172 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:36:51.172 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:36:51.178 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-13T21:36:51.222 INFO:teuthology.orchestra.run.smithi189.stdout:(13/32): ceph-common-19.1.1-324.gecab7be5.el9.x 11 MB/s | 21 MB 00:01 2024-09-13T21:36:51.247 INFO:teuthology.orchestra.run.smithi189.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 320 kB/s | 107 kB 00:00 2024-09-13T21:36:51.280 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librados2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:36:51.306 INFO:teuthology.orchestra.run.smithi189.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 446 kB/s | 160 kB 00:00 2024-09-13T21:36:51.356 INFO:teuthology.orchestra.run.smithi189.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 339 kB/s | 45 kB 00:00 2024-09-13T21:36:51.381 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:36:51.407 INFO:teuthology.orchestra.run.smithi189.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 844 kB/s | 42 kB 00:00 2024-09-13T21:36:51.440 INFO:teuthology.orchestra.run.smithi189.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-09-13T21:36:51.466 INFO:teuthology.orchestra.run.smithi189.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.0 MB/s | 662 kB 00:00 2024-09-13T21:36:51.472 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 8/34 2024-09-13T21:36:51.491 INFO:teuthology.orchestra.run.smithi189.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 712 kB/s | 36 kB 00:00 2024-09-13T21:36:51.498 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 9/34 2024-09-13T21:36:51.524 INFO:teuthology.orchestra.run.smithi189.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.8 MB/s | 221 kB 00:00 2024-09-13T21:36:51.550 INFO:teuthology.orchestra.run.smithi189.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 566 kB/s | 47 kB 00:00 2024-09-13T21:36:51.561 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 9/34 2024-09-13T21:36:51.590 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-13T21:36:51.608 INFO:teuthology.orchestra.run.smithi189.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.6 MB/s | 308 kB 00:00 2024-09-13T21:36:51.641 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x 11/34 2024-09-13T21:36:51.641 INFO:teuthology.orchestra.run.smithi189.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.5 MB/s | 49 kB 00:00 2024-09-13T21:36:51.667 INFO:teuthology.orchestra.run.smithi189.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 255 kB/s | 26 kB 00:00 2024-09-13T21:36:51.692 INFO:teuthology.orchestra.run.smithi189.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-13T21:36:51.698 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:36:51.698 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:36:51.713 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 12/34 2024-09-13T21:36:51.742 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:36:51.750 INFO:teuthology.orchestra.run.smithi189.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 3.2 MB/s | 191 kB 00:00 2024-09-13T21:36:51.798 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:36:51.801 INFO:teuthology.orchestra.run.smithi189.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 839 kB 00:00 2024-09-13T21:36:51.833 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-13T21:36:51.851 INFO:teuthology.orchestra.run.smithi189.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-13T21:36:51.935 INFO:teuthology.orchestra.run.smithi189.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-13T21:36:51.946 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-13T21:36:51.976 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-13T21:36:52.021 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-13T21:36:52.049 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-13T21:36:52.068 INFO:teuthology.orchestra.run.smithi189.stdout:(31/32): librbd1-19.1.1-324.gecab7be5.el9.x86_6 15 MB/s | 3.2 MB 00:00 2024-09-13T21:36:52.078 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-13T21:36:52.111 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-13T21:36:52.118 INFO:teuthology.orchestra.run.smithi189.stdout:(32/32): librados2-19.1.1-324.gecab7be5.el9.x86 11 MB/s | 3.4 MB 00:00 2024-09-13T21:36:52.123 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:36:52.123 INFO:teuthology.orchestra.run.smithi189.stdout:Total 18 MB/s | 60 MB 00:03 2024-09-13T21:36:52.226 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:36:52.262 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:36:52.262 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:36:52.439 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-13T21:36:52.481 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 22/34 2024-09-13T21:36:52.573 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 22/34 2024-09-13T21:36:52.603 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 23/34 2024-09-13T21:36:52.640 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-13T21:36:52.765 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:36:52.768 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:36:53.149 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-13T21:36:53.151 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:36:53.175 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 26/34 2024-09-13T21:36:53.245 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-13T21:36:53.247 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 26/34 2024-09-13T21:36:53.275 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-13T21:36:53.309 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-13T21:36:53.328 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 27/34 2024-09-13T21:36:53.331 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-13T21:36:53.352 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-13T21:36:53.361 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86 28/34 2024-09-13T21:36:53.534 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-13T21:36:53.587 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-13T21:36:53.999 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-13T21:36:54.061 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librados2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:36:54.154 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:36:54.204 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:36:54.243 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 8/34 2024-09-13T21:36:54.279 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 9/34 2024-09-13T21:36:54.282 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-13T21:36:54.315 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-13T21:36:54.342 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 9/34 2024-09-13T21:36:54.348 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-13T21:36:54.370 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-13T21:36:54.371 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-13T21:36:54.392 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-13T21:36:54.417 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x 11/34 2024-09-13T21:36:54.485 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 12/34 2024-09-13T21:36:54.523 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:36:54.587 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:36:54.590 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-13T21:36:54.629 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-13T21:36:54.644 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-13T21:36:54.747 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-13T21:36:54.781 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-13T21:36:54.830 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-13T21:36:54.862 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-13T21:36:54.891 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-13T21:36:54.925 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-13T21:36:55.076 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-13T21:36:55.125 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librados2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:36:55.223 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:36:55.252 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-13T21:36:55.304 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 22/34 2024-09-13T21:36:55.312 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 8/34 2024-09-13T21:36:55.343 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 9/34 2024-09-13T21:36:55.389 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 9/34 2024-09-13T21:36:55.395 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 22/34 2024-09-13T21:36:55.425 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 23/34 2024-09-13T21:36:55.426 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-13T21:36:55.479 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x 11/34 2024-09-13T21:36:55.483 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-13T21:36:55.547 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 12/34 2024-09-13T21:36:55.570 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:36:55.635 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:36:55.669 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-13T21:36:55.781 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:36:55.786 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-13T21:36:55.815 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:36:55.828 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-13T21:36:55.889 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-13T21:36:55.918 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-13T21:36:55.948 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-13T21:36:55.981 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-13T21:36:55.987 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-13T21:36:56.023 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 26/34 2024-09-13T21:36:56.077 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 26/34 2024-09-13T21:36:56.150 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 27/34 2024-09-13T21:36:56.192 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86 28/34 2024-09-13T21:36:56.290 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-13T21:36:56.335 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 22/34 2024-09-13T21:36:56.420 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:36:56.425 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 22/34 2024-09-13T21:36:56.456 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 23/34 2024-09-13T21:36:56.460 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 30/34 2024-09-13T21:36:56.493 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-13T21:36:56.545 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 30/34 2024-09-13T21:36:56.546 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-13T21:36:56.546 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-13T21:36:56.546 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:36:56.586 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:36:56.982 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-13T21:36:57.012 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 26/34 2024-09-13T21:36:57.083 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 26/34 2024-09-13T21:36:57.162 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 27/34 2024-09-13T21:36:57.198 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86 28/34 2024-09-13T21:36:58.583 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:36:58.638 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:36:59.241 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:36:59.283 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 30/34 2024-09-13T21:36:59.359 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 30/34 2024-09-13T21:36:59.360 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-13T21:36:59.360 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-13T21:36:59.360 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:36:59.401 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:36:59.572 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:36:59.619 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:37:00.212 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 29/34 2024-09-13T21:37:00.256 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 30/34 2024-09-13T21:37:00.332 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 30/34 2024-09-13T21:37:00.332 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-13T21:37:00.332 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-13T21:37:00.332 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:00.366 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /sys 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /proc 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /mnt 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /var/tmp 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /home 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /root 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /tmp 2024-09-13T21:37:07.203 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:08.211 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 32/34 2024-09-13T21:37:08.237 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 32/34 2024-09-13T21:37:08.238 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:08.238 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-13T21:37:08.238 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:37:08.238 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:37:08.238 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:08.240 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-13T21:37:08.346 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-13T21:37:08.346 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:09.498 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:09.498 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 1/34 2024-09-13T21:37:09.498 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2/34 2024-09-13T21:37:09.498 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 3/34 2024-09-13T21:37:09.498 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 4/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 5/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 6/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x 8/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86 9/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 10/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 11/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 12/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:37:09.499 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-13T21:37:09.500 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-13T21:37:09.501 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-13T21:37:09.501 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-13T21:37:09.501 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-13T21:37:09.501 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-13T21:37:09.501 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-13T21:37:09.501 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-13T21:37:09.501 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:37:09.502 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-13T21:37:09.502 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 33/34 2024-09-13T21:37:09.774 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:37:09.774 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /sys 2024-09-13T21:37:09.774 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /proc 2024-09-13T21:37:09.774 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /mnt 2024-09-13T21:37:09.774 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /var/tmp 2024-09-13T21:37:09.774 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /home 2024-09-13T21:37:09.774 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /root 2024-09-13T21:37:09.775 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /tmp 2024-09-13T21:37:09.775 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:10.440 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:37:10.440 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /sys 2024-09-13T21:37:10.441 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /proc 2024-09-13T21:37:10.441 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /mnt 2024-09-13T21:37:10.441 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /var/tmp 2024-09-13T21:37:10.441 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /home 2024-09-13T21:37:10.441 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /root 2024-09-13T21:37:10.441 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /tmp 2024-09-13T21:37:10.441 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:10.582 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout:Upgraded: 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: librados2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-13T21:37:10.583 INFO:teuthology.orchestra.run.smithi028.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-13T21:37:10.584 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: re2-1:20211101-20.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:10.585 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:10.784 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 32/34 2024-09-13T21:37:10.810 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 32/34 2024-09-13T21:37:10.810 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:10.811 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-13T21:37:10.811 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:37:10.811 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:37:10.811 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:10.812 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-13T21:37:10.903 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-13T21:37:10.904 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:10.996 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-test 2024-09-13T21:37:11.440 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 32/34 2024-09-13T21:37:11.470 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 32/34 2024-09-13T21:37:11.470 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:11.470 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-13T21:37:11.470 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:37:11.470 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:37:11.470 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:11.472 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-13T21:37:11.562 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-13T21:37:11.562 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:11.588 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:28 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:11.725 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test x86_64 2:19.1.1-324.gecab7be5.el9 ceph 49 M 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite x86_64 2:19.1.1-324.gecab7be5.el9 ceph 163 k 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:37:11.726 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:11.727 INFO:teuthology.orchestra.run.smithi028.stdout:Install 4 Packages 2024-09-13T21:37:11.727 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:11.727 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 49 M 2024-09-13T21:37:11.727 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 209 M 2024-09-13T21:37:11.727 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 1/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 3/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 4/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 5/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 6/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x 8/34 2024-09-13T21:37:12.068 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86 9/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 10/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 11/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 12/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-13T21:37:12.069 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:37:12.070 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-13T21:37:12.071 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 33/34 2024-09-13T21:37:12.076 INFO:teuthology.orchestra.run.smithi028.stdout:(1/4): libcephsqlite-19.1.1-324.gecab7be5.el9.x 729 kB/s | 163 kB 00:00 2024-09-13T21:37:12.643 INFO:teuthology.orchestra.run.smithi028.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 384 kB/s | 304 kB 00:00 2024-09-13T21:37:12.693 INFO:teuthology.orchestra.run.smithi028.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 104 kB/s | 64 kB 00:00 2024-09-13T21:37:12.790 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 1/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 3/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 4/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 5/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 6/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 7/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x 8/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86 9/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 10/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 11/34 2024-09-13T21:37:12.791 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 12/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 13/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-13T21:37:12.792 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-13T21:37:12.793 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-13T21:37:12.793 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-13T21:37:12.793 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-13T21:37:12.794 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-13T21:37:12.794 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-13T21:37:12.794 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:19.1.1-324.gecab7be5.el9.x86_64 31/34 2024-09-13T21:37:12.794 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-13T21:37:12.794 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 33/34 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout:Upgraded: 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout: librados2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-13T21:37:13.186 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-13T21:37:13.187 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.188 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-13T21:37:13.189 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-13T21:37:13.189 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-13T21:37:13.189 INFO:teuthology.orchestra.run.smithi026.stdout: re2-1:20211101-20.el9.x86_64 2024-09-13T21:37:13.189 INFO:teuthology.orchestra.run.smithi026.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-13T21:37:13.189 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:13.189 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:13.377 INFO:teuthology.orchestra.run.smithi028.stdout:(4/4): ceph-test-19.1.1-324.gecab7be5.el9.x86_6 32 MB/s | 49 MB 00:01 2024-09-13T21:37:13.379 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:13.380 INFO:teuthology.orchestra.run.smithi028.stdout:Total 30 MB/s | 49 MB 00:01 2024-09-13T21:37:13.408 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:37:13.431 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:37:13.431 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:37:13.528 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-test 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout:Upgraded: 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout: librados2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.778 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-13T21:37:13.779 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-13T21:37:13.780 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-13T21:37:13.781 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-13T21:37:13.781 INFO:teuthology.orchestra.run.smithi189.stdout: re2-1:20211101-20.el9.x86_64 2024-09-13T21:37:13.781 INFO:teuthology.orchestra.run.smithi189.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-13T21:37:13.781 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:13.781 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:13.844 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:37:13.845 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:37:14.114 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:29 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:14.138 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-test 2024-09-13T21:37:14.261 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:14.262 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:14.262 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:37:14.262 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:14.262 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:37:14.262 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test x86_64 2:19.1.1-324.gecab7be5.el9 ceph 49 M 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite x86_64 2:19.1.1-324.gecab7be5.el9 ceph 163 k 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout:Install 4 Packages 2024-09-13T21:37:14.263 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:14.264 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 49 M 2024-09-13T21:37:14.264 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 209 M 2024-09-13T21:37:14.264 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:37:14.393 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:37:14.494 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-13T21:37:14.543 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-13T21:37:14.565 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 3/4 2024-09-13T21:37:14.618 INFO:teuthology.orchestra.run.smithi026.stdout:(1/4): libcephsqlite-19.1.1-324.gecab7be5.el9.x 717 kB/s | 163 kB 00:00 2024-09-13T21:37:14.709 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:28 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:14.818 INFO:teuthology.orchestra.run.smithi026.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 711 kB/s | 304 kB 00:00 2024-09-13T21:37:14.842 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:14.843 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:14.843 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:37:14.843 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:14.843 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:37:14.843 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test x86_64 2:19.1.1-324.gecab7be5.el9 ceph 49 M 2024-09-13T21:37:14.843 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite x86_64 2:19.1.1-324.gecab7be5.el9 ceph 163 k 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout:Install 4 Packages 2024-09-13T21:37:14.844 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:14.845 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 49 M 2024-09-13T21:37:14.845 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 209 M 2024-09-13T21:37:14.845 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:37:14.852 INFO:teuthology.orchestra.run.smithi026.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 273 kB/s | 64 kB 00:00 2024-09-13T21:37:15.132 INFO:teuthology.orchestra.run.smithi189.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.2 MB/s | 304 kB 00:00 2024-09-13T21:37:15.181 INFO:teuthology.orchestra.run.smithi189.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.3 MB/s | 64 kB 00:00 2024-09-13T21:37:15.315 INFO:teuthology.orchestra.run.smithi189.stdout:(3/4): libcephsqlite-19.1.1-324.gecab7be5.el9.x 386 kB/s | 163 kB 00:00 2024-09-13T21:37:15.962 INFO:teuthology.orchestra.run.smithi026.stdout:(4/4): ceph-test-19.1.1-324.gecab7be5.el9.x86_6 31 MB/s | 49 MB 00:01 2024-09-13T21:37:15.964 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:15.965 INFO:teuthology.orchestra.run.smithi026.stdout:Total 29 MB/s | 49 MB 00:01 2024-09-13T21:37:15.993 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:37:16.015 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:37:16.015 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:37:16.427 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:37:16.428 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:37:16.774 INFO:teuthology.orchestra.run.smithi189.stdout:(4/4): ceph-test-19.1.1-324.gecab7be5.el9.x86_6 26 MB/s | 49 MB 00:01 2024-09-13T21:37:16.776 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:16.776 INFO:teuthology.orchestra.run.smithi189.stdout:Total 25 MB/s | 49 MB 00:01 2024-09-13T21:37:16.803 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:37:16.822 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:37:16.822 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:37:16.977 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:37:17.054 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-13T21:37:17.102 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-13T21:37:17.129 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 3/4 2024-09-13T21:37:17.222 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:37:17.223 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:37:17.742 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:37:17.836 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-13T21:37:17.885 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-13T21:37:17.909 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 3/4 2024-09-13T21:37:19.465 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 3/4 2024-09-13T21:37:19.547 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 4/4 2024-09-13T21:37:21.818 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 4/4 2024-09-13T21:37:21.818 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 1/4 2024-09-13T21:37:21.819 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 2/4 2024-09-13T21:37:21.819 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-13T21:37:22.002 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 3/4 2024-09-13T21:37:22.080 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 4/4 2024-09-13T21:37:22.203 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-13T21:37:22.204 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:22.204 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:37:22.204 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:22.204 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:22.204 INFO:teuthology.orchestra.run.smithi028.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-13T21:37:22.204 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-13T21:37:22.204 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:22.205 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:22.417 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph 2024-09-13T21:37:22.524 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 3/4 2024-09-13T21:37:22.606 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 4/4 2024-09-13T21:37:23.004 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:40 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:23.159 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:23.161 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:23.161 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:37:23.161 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:37:23.162 INFO:teuthology.orchestra.run.smithi028.stdout: ceph x86_64 2:19.1.1-324.gecab7be5.el9 ceph 6.5 k 2024-09-13T21:37:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:37:23.162 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mds x86_64 2:19.1.1-324.gecab7be5.el9 ceph 2.4 M 2024-09-13T21:37:23.162 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr x86_64 2:19.1.1-324.gecab7be5.el9 ceph 1.5 M 2024-09-13T21:37:23.163 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 249 k 2024-09-13T21:37:23.163 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mon x86_64 2:19.1.1-324.gecab7be5.el9 ceph 4.7 M 2024-09-13T21:37:23.163 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-osd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 17 M 2024-09-13T21:37:23.163 INFO:teuthology.orchestra.run.smithi028.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-13T21:37:23.163 INFO:teuthology.orchestra.run.smithi028.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-13T21:37:23.163 INFO:teuthology.orchestra.run.smithi028.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-13T21:37:23.164 INFO:teuthology.orchestra.run.smithi028.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-13T21:37:23.164 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-13T21:37:23.164 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-13T21:37:23.164 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-13T21:37:23.164 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-13T21:37:23.165 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-13T21:37:23.165 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-13T21:37:23.165 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-13T21:37:23.165 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-13T21:37:23.165 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-13T21:37:23.166 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-13T21:37:23.166 INFO:teuthology.orchestra.run.smithi028.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-13T21:37:23.166 INFO:teuthology.orchestra.run.smithi028.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-13T21:37:23.166 INFO:teuthology.orchestra.run.smithi028.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-13T21:37:23.166 INFO:teuthology.orchestra.run.smithi028.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-13T21:37:23.166 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-13T21:37:23.167 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-13T21:37:23.167 INFO:teuthology.orchestra.run.smithi028.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-13T21:37:23.167 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-13T21:37:23.167 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-13T21:37:23.167 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-13T21:37:23.167 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-13T21:37:23.168 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-13T21:37:23.168 INFO:teuthology.orchestra.run.smithi028.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-13T21:37:23.168 INFO:teuthology.orchestra.run.smithi028.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-13T21:37:23.168 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-13T21:37:23.168 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-13T21:37:23.168 INFO:teuthology.orchestra.run.smithi028.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-13T21:37:23.168 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:23.169 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:37:23.169 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:23.169 INFO:teuthology.orchestra.run.smithi028.stdout:Install 37 Packages 2024-09-13T21:37:23.169 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:23.170 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 30 M 2024-09-13T21:37:23.170 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 108 M 2024-09-13T21:37:23.170 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:37:24.175 INFO:teuthology.orchestra.run.smithi028.stdout:(1/37): ceph-19.1.1-324.gecab7be5.el9.x86_64.rp 45 kB/s | 6.5 kB 00:00 2024-09-13T21:37:24.341 INFO:teuthology.orchestra.run.smithi028.stdout:(2/37): ceph-mgr-19.1.1-324.gecab7be5.el9.x86_6 4.9 MB/s | 1.5 MB 00:00 2024-09-13T21:37:24.392 INFO:teuthology.orchestra.run.smithi028.stdout:(3/37): ceph-mds-19.1.1-324.gecab7be5.el9.x86_6 6.6 MB/s | 2.4 MB 00:00 2024-09-13T21:37:24.475 INFO:teuthology.orchestra.run.smithi028.stdout:(4/37): ceph-mgr-modules-core-19.1.1-324.gecab7 2.9 MB/s | 249 kB 00:00 2024-09-13T21:37:24.574 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 4/4 2024-09-13T21:37:24.574 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 1/4 2024-09-13T21:37:24.574 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 2/4 2024-09-13T21:37:24.574 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-13T21:37:24.701 INFO:teuthology.orchestra.run.smithi028.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-13T21:37:24.893 INFO:teuthology.orchestra.run.smithi028.stdout:(6/37): ceph-osd-19.1.1-324.gecab7be5.el9.x86_6 31 MB/s | 17 MB 00:00 2024-09-13T21:37:24.957 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-13T21:37:24.957 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:24.958 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:37:24.958 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:24.958 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:24.958 INFO:teuthology.orchestra.run.smithi026.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-13T21:37:24.958 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-13T21:37:24.958 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:24.959 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:24.968 INFO:teuthology.orchestra.run.smithi028.stdout:(7/37): ceph-mon-19.1.1-324.gecab7be5.el9.x86_6 5.9 MB/s | 4.7 MB 00:00 2024-09-13T21:37:25.026 INFO:teuthology.orchestra.run.smithi028.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 3.8 MB/s | 1.2 MB 00:00 2024-09-13T21:37:25.077 INFO:teuthology.orchestra.run.smithi028.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-09-13T21:37:25.135 INFO:teuthology.orchestra.run.smithi028.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-13T21:37:25.161 INFO:teuthology.orchestra.run.smithi028.stdout:(11/37): python3-ply-3.11-14.el9.noarch.rpm 398 kB/s | 106 kB 00:00 2024-09-13T21:37:25.184 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph 2024-09-13T21:37:25.186 INFO:teuthology.orchestra.run.smithi028.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 620 kB/s | 135 kB 00:00 2024-09-13T21:37:25.212 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 4/4 2024-09-13T21:37:25.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 1/4 2024-09-13T21:37:25.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 2/4 2024-09-13T21:37:25.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-13T21:37:25.470 INFO:teuthology.orchestra.run.smithi028.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 122 kB/s | 35 kB 00:00 2024-09-13T21:37:25.637 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-13T21:37:25.637 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:25.637 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:37:25.637 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:25.637 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:25.638 INFO:teuthology.orchestra.run.smithi189.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-13T21:37:25.638 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-13T21:37:25.638 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:25.638 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:25.711 INFO:teuthology.orchestra.run.smithi028.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 313 kB/s | 172 kB 00:00 2024-09-13T21:37:25.736 INFO:teuthology.orchestra.run.smithi028.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 314 kB/s | 188 kB 00:00 2024-09-13T21:37:25.753 INFO:teuthology.orchestra.run.smithi028.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 272 kB/s | 77 kB 00:00 2024-09-13T21:37:25.771 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:40 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:25.804 INFO:teuthology.orchestra.run.smithi028.stdout:(17/37): lua-devel-5.4.4-4.el9.x86_64.rpm 445 kB/s | 22 kB 00:00 2024-09-13T21:37:25.824 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph 2024-09-13T21:37:25.867 INFO:teuthology.orchestra.run.smithi028.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 327 kB/s | 51 kB 00:00 2024-09-13T21:37:25.887 INFO:teuthology.orchestra.run.smithi028.stdout:(19/37): python3-toml-0.10.2-6.el9.noarch.rpm 276 kB/s | 42 kB 00:00 2024-09-13T21:37:25.915 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:25.917 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:25.917 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: ceph x86_64 2:19.1.1-324.gecab7be5.el9 ceph 6.5 k 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds x86_64 2:19.1.1-324.gecab7be5.el9 ceph 2.4 M 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr x86_64 2:19.1.1-324.gecab7be5.el9 ceph 1.5 M 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 249 k 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon x86_64 2:19.1.1-324.gecab7be5.el9 ceph 4.7 M 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 17 M 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-13T21:37:25.918 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-13T21:37:25.919 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-13T21:37:25.920 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-13T21:37:25.921 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:25.921 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:37:25.921 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:25.921 INFO:teuthology.orchestra.run.smithi026.stdout:Install 37 Packages 2024-09-13T21:37:25.921 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:25.921 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 30 M 2024-09-13T21:37:25.922 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 108 M 2024-09-13T21:37:25.922 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:37:25.946 INFO:teuthology.orchestra.run.smithi028.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-09-13T21:37:25.971 INFO:teuthology.orchestra.run.smithi028.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 420 kB/s | 43 kB 00:00 2024-09-13T21:37:26.005 INFO:teuthology.orchestra.run.smithi028.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 343 kB/s | 11 kB 00:00 2024-09-13T21:37:26.030 INFO:teuthology.orchestra.run.smithi028.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 709 kB/s | 18 kB 00:00 2024-09-13T21:37:26.055 INFO:teuthology.orchestra.run.smithi028.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-13T21:37:26.081 INFO:teuthology.orchestra.run.smithi028.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 463 kB/s | 23 kB 00:00 2024-09-13T21:37:26.106 INFO:teuthology.orchestra.run.smithi028.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-13T21:37:26.131 INFO:teuthology.orchestra.run.smithi028.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-13T21:37:26.156 INFO:teuthology.orchestra.run.smithi028.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-09-13T21:37:26.182 INFO:teuthology.orchestra.run.smithi028.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-09-13T21:37:26.240 INFO:teuthology.orchestra.run.smithi028.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 725 kB/s | 79 kB 00:00 2024-09-13T21:37:26.265 INFO:teuthology.orchestra.run.smithi028.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 197 kB/s | 16 kB 00:00 2024-09-13T21:37:26.291 INFO:teuthology.orchestra.run.smithi028.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-13T21:37:26.316 INFO:teuthology.orchestra.run.smithi028.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-13T21:37:26.341 INFO:teuthology.orchestra.run.smithi028.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-09-13T21:37:26.366 INFO:teuthology.orchestra.run.smithi028.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-13T21:37:26.391 INFO:teuthology.orchestra.run.smithi028.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 402 kB/s | 20 kB 00:00 2024-09-13T21:37:26.392 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:40 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:26.425 INFO:teuthology.orchestra.run.smithi028.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-13T21:37:26.429 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:26.429 INFO:teuthology.orchestra.run.smithi028.stdout:Total 9.3 MB/s | 30 MB 00:03 2024-09-13T21:37:26.529 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:26.531 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:26.531 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:37:26.531 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:26.531 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: ceph x86_64 2:19.1.1-324.gecab7be5.el9 ceph 6.5 k 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds x86_64 2:19.1.1-324.gecab7be5.el9 ceph 2.4 M 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr x86_64 2:19.1.1-324.gecab7be5.el9 ceph 1.5 M 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 249 k 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon x86_64 2:19.1.1-324.gecab7be5.el9 ceph 4.7 M 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 17 M 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-13T21:37:26.532 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-13T21:37:26.533 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-13T21:37:26.534 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-13T21:37:26.535 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-13T21:37:26.535 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-13T21:37:26.535 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:26.535 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:37:26.535 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:26.535 INFO:teuthology.orchestra.run.smithi189.stdout:Install 37 Packages 2024-09-13T21:37:26.535 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:26.536 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 30 M 2024-09-13T21:37:26.536 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 108 M 2024-09-13T21:37:26.536 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:37:26.583 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:37:26.628 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:37:26.628 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:37:26.687 INFO:teuthology.orchestra.run.smithi026.stdout:(1/37): ceph-19.1.1-324.gecab7be5.el9.x86_64.rp 57 kB/s | 6.5 kB 00:00 2024-09-13T21:37:26.878 INFO:teuthology.orchestra.run.smithi026.stdout:(2/37): ceph-mgr-19.1.1-324.gecab7be5.el9.x86_6 5.0 MB/s | 1.5 MB 00:00 2024-09-13T21:37:26.947 INFO:teuthology.orchestra.run.smithi026.stdout:(3/37): ceph-mds-19.1.1-324.gecab7be5.el9.x86_6 6.7 MB/s | 2.4 MB 00:00 2024-09-13T21:37:27.029 INFO:teuthology.orchestra.run.smithi026.stdout:(4/37): ceph-mon-19.1.1-324.gecab7be5.el9.x86_6 14 MB/s | 4.7 MB 00:00 2024-09-13T21:37:27.054 INFO:teuthology.orchestra.run.smithi026.stdout:(5/37): ceph-mgr-modules-core-19.1.1-324.gecab7 1.9 MB/s | 249 kB 00:00 2024-09-13T21:37:27.104 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:37:27.104 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:37:27.140 INFO:teuthology.orchestra.run.smithi189.stdout:(1/37): ceph-19.1.1-324.gecab7be5.el9.x86_64.rp 49 kB/s | 6.5 kB 00:00 2024-09-13T21:37:27.154 INFO:teuthology.orchestra.run.smithi026.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.0 MB/s | 253 kB 00:00 2024-09-13T21:37:27.196 INFO:teuthology.orchestra.run.smithi026.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-13T21:37:27.230 INFO:teuthology.orchestra.run.smithi026.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 7.0 MB/s | 1.2 MB 00:00 2024-09-13T21:37:27.255 INFO:teuthology.orchestra.run.smithi026.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-09-13T21:37:27.280 INFO:teuthology.orchestra.run.smithi026.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-09-13T21:37:27.306 INFO:teuthology.orchestra.run.smithi026.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-13T21:37:27.489 INFO:teuthology.orchestra.run.smithi026.stdout:(12/37): ceph-osd-19.1.1-324.gecab7be5.el9.x86_ 28 MB/s | 17 MB 00:00 2024-09-13T21:37:27.524 INFO:teuthology.orchestra.run.smithi189.stdout:(2/37): ceph-mgr-19.1.1-324.gecab7be5.el9.x86_6 2.9 MB/s | 1.5 MB 00:00 2024-09-13T21:37:27.598 INFO:teuthology.orchestra.run.smithi026.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 594 kB/s | 188 kB 00:00 2024-09-13T21:37:27.615 INFO:teuthology.orchestra.run.smithi026.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 278 kB/s | 35 kB 00:00 2024-09-13T21:37:27.616 INFO:teuthology.orchestra.run.smithi189.stdout:(3/37): ceph-mds-19.1.1-324.gecab7be5.el9.x86_6 3.9 MB/s | 2.4 MB 00:00 2024-09-13T21:37:27.640 INFO:teuthology.orchestra.run.smithi026.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 515 kB/s | 172 kB 00:00 2024-09-13T21:37:27.665 INFO:teuthology.orchestra.run.smithi026.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-09-13T21:37:27.682 INFO:teuthology.orchestra.run.smithi026.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 999 kB/s | 42 kB 00:00 2024-09-13T21:37:27.683 INFO:teuthology.orchestra.run.smithi189.stdout:(4/37): ceph-mgr-modules-core-19.1.1-324.gecab7 3.7 MB/s | 249 kB 00:00 2024-09-13T21:37:27.699 INFO:teuthology.orchestra.run.smithi026.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 606 kB/s | 51 kB 00:00 2024-09-13T21:37:27.733 INFO:teuthology.orchestra.run.smithi026.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.9 MB/s | 151 kB 00:00 2024-09-13T21:37:27.750 INFO:teuthology.orchestra.run.smithi026.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 265 kB/s | 22 kB 00:00 2024-09-13T21:37:27.767 INFO:teuthology.orchestra.run.smithi026.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 649 kB/s | 43 kB 00:00 2024-09-13T21:37:27.792 INFO:teuthology.orchestra.run.smithi026.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 615 kB/s | 11 kB 00:00 2024-09-13T21:37:27.818 INFO:teuthology.orchestra.run.smithi026.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-09-13T21:37:27.851 INFO:teuthology.orchestra.run.smithi026.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 311 kB/s | 18 kB 00:00 2024-09-13T21:37:27.876 INFO:teuthology.orchestra.run.smithi026.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 781 kB/s | 19 kB 00:00 2024-09-13T21:37:27.902 INFO:teuthology.orchestra.run.smithi026.stdout:(26/37): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-09-13T21:37:27.927 INFO:teuthology.orchestra.run.smithi026.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-09-13T21:37:27.952 INFO:teuthology.orchestra.run.smithi026.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-09-13T21:37:27.977 INFO:teuthology.orchestra.run.smithi026.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-13T21:37:28.003 INFO:teuthology.orchestra.run.smithi026.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 660 kB/s | 16 kB 00:00 2024-09-13T21:37:28.025 INFO:teuthology.orchestra.run.smithi189.stdout:(5/37): ceph-mon-19.1.1-324.gecab7be5.el9.x86_6 5.3 MB/s | 4.7 MB 00:00 2024-09-13T21:37:28.028 INFO:teuthology.orchestra.run.smithi026.stdout:(31/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-13T21:37:28.053 INFO:teuthology.orchestra.run.smithi026.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-13T21:37:28.078 INFO:teuthology.orchestra.run.smithi026.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-09-13T21:37:28.104 INFO:teuthology.orchestra.run.smithi026.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-13T21:37:28.129 INFO:teuthology.orchestra.run.smithi026.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 805 kB/s | 20 kB 00:00 2024-09-13T21:37:28.154 INFO:teuthology.orchestra.run.smithi026.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-13T21:37:28.179 INFO:teuthology.orchestra.run.smithi026.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-13T21:37:28.184 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:28.184 INFO:teuthology.orchestra.run.smithi026.stdout:Total 13 MB/s | 30 MB 00:02 2024-09-13T21:37:28.336 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:37:28.381 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:37:28.381 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:37:28.583 INFO:teuthology.orchestra.run.smithi189.stdout:(6/37): ceph-osd-19.1.1-324.gecab7be5.el9.x86_6 16 MB/s | 17 MB 00:01 2024-09-13T21:37:28.595 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:37:28.608 INFO:teuthology.orchestra.run.smithi189.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 274 kB/s | 253 kB 00:00 2024-09-13T21:37:28.661 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-13T21:37:28.705 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-13T21:37:28.738 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-13T21:37:28.813 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-13T21:37:28.871 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-13T21:37:28.881 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:37:28.881 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:37:28.904 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-13T21:37:28.999 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-13T21:37:29.075 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-13T21:37:29.092 INFO:teuthology.orchestra.run.smithi189.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 1.1 MB/s | 1.2 MB 00:01 2024-09-13T21:37:29.123 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-13T21:37:29.158 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-13T21:37:29.196 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-13T21:37:29.230 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-13T21:37:29.263 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-13T21:37:29.305 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-13T21:37:29.325 INFO:teuthology.orchestra.run.smithi189.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 189 kB/s | 135 kB 00:00 2024-09-13T21:37:29.348 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-13T21:37:29.359 INFO:teuthology.orchestra.run.smithi189.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 137 kB/s | 106 kB 00:00 2024-09-13T21:37:29.381 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-13T21:37:29.422 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-13T21:37:29.479 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-13T21:37:29.484 INFO:teuthology.orchestra.run.smithi189.stdout:(11/37): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 188 kB 00:00 2024-09-13T21:37:29.526 INFO:teuthology.orchestra.run.smithi189.stdout:(12/37): python3-mako-1.1.4-6.el9.noarch.rpm 4.1 MB/s | 172 kB 00:00 2024-09-13T21:37:29.554 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-13T21:37:29.568 INFO:teuthology.orchestra.run.smithi189.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 833 kB/s | 35 kB 00:00 2024-09-13T21:37:29.619 INFO:teuthology.orchestra.run.smithi189.stdout:(14/37): python3-packaging-20.9-5.el9.noarch.rp 1.8 MB/s | 77 kB 00:00 2024-09-13T21:37:29.660 INFO:teuthology.orchestra.run.smithi189.stdout:(15/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.2 MB/s | 51 kB 00:00 2024-09-13T21:37:29.702 INFO:teuthology.orchestra.run.smithi189.stdout:(16/37): python3-toml-0.10.2-6.el9.noarch.rpm 1.0 MB/s | 42 kB 00:00 2024-09-13T21:37:29.794 INFO:teuthology.orchestra.run.smithi189.stdout:(17/37): lua-devel-5.4.4-4.el9.x86_64.rpm 243 kB/s | 22 kB 00:00 2024-09-13T21:37:29.820 INFO:teuthology.orchestra.run.smithi189.stdout:(18/37): python3-requests-2.25.1-8.el9.noarch.r 172 kB/s | 125 kB 00:00 2024-09-13T21:37:29.822 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-13T21:37:29.862 INFO:teuthology.orchestra.run.smithi189.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-13T21:37:29.887 INFO:teuthology.orchestra.run.smithi189.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 7.2 MB/s | 172 kB 00:00 2024-09-13T21:37:29.905 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-13T21:37:29.912 INFO:teuthology.orchestra.run.smithi189.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 517 kB/s | 43 kB 00:00 2024-09-13T21:37:29.938 INFO:teuthology.orchestra.run.smithi189.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-09-13T21:37:29.957 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-13T21:37:29.971 INFO:teuthology.orchestra.run.smithi189.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 534 kB/s | 18 kB 00:00 2024-09-13T21:37:29.994 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-13T21:37:29.996 INFO:teuthology.orchestra.run.smithi189.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-09-13T21:37:30.021 INFO:teuthology.orchestra.run.smithi189.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-13T21:37:30.047 INFO:teuthology.orchestra.run.smithi189.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-13T21:37:30.052 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-13T21:37:30.072 INFO:teuthology.orchestra.run.smithi189.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-13T21:37:30.097 INFO:teuthology.orchestra.run.smithi189.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-09-13T21:37:30.116 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-13T21:37:30.123 INFO:teuthology.orchestra.run.smithi189.stdout:(29/37): python3-urllib3-1.26.5-6.el9.noarch.rp 272 kB/s | 215 kB 00:00 2024-09-13T21:37:30.148 INFO:teuthology.orchestra.run.smithi189.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-13T21:37:30.182 INFO:teuthology.orchestra.run.smithi189.stdout:(31/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.4 MB/s | 90 kB 00:00 2024-09-13T21:37:30.215 INFO:teuthology.orchestra.run.smithi189.stdout:(32/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-09-13T21:37:30.223 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:37:30.241 INFO:teuthology.orchestra.run.smithi189.stdout:(33/37): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-09-13T21:37:30.266 INFO:teuthology.orchestra.run.smithi189.stdout:(34/37): python3-tempora-5.0.0-2.el9.noarch.rpm 436 kB/s | 36 kB 00:00 2024-09-13T21:37:30.290 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-13T21:37:30.291 INFO:teuthology.orchestra.run.smithi189.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 809 kB/s | 20 kB 00:00 2024-09-13T21:37:30.310 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-13T21:37:30.325 INFO:teuthology.orchestra.run.smithi189.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-09-13T21:37:30.331 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-13T21:37:30.350 INFO:teuthology.orchestra.run.smithi189.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-13T21:37:30.356 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:30.356 INFO:teuthology.orchestra.run.smithi189.stdout:Total 7.9 MB/s | 30 MB 00:03 2024-09-13T21:37:30.359 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-13T21:37:30.365 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-13T21:37:30.434 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-13T21:37:30.446 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-13T21:37:30.492 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-13T21:37:30.509 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:37:30.524 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-13T21:37:30.543 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-13T21:37:30.550 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:37:30.550 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:37:30.580 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-13T21:37:30.621 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-13T21:37:30.703 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-13T21:37:30.705 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-13T21:37:30.753 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-13T21:37:30.821 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-13T21:37:30.850 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-13T21:37:30.868 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.n 32/37 2024-09-13T21:37:30.885 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-13T21:37:30.890 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 33/37 2024-09-13T21:37:30.910 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-13T21:37:30.918 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 33/37 2024-09-13T21:37:30.918 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:30.918 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-13T21:37:30.918 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T21:37:30.918 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T21:37:30.919 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:30.951 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-13T21:37:30.994 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-13T21:37:31.028 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-13T21:37:31.050 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:37:31.050 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:37:31.078 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-13T21:37:31.117 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-13T21:37:31.193 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-13T21:37:31.337 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-13T21:37:31.428 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-13T21:37:31.488 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-13T21:37:31.525 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-13T21:37:31.584 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-13T21:37:31.647 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-13T21:37:31.855 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-13T21:37:31.904 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-13T21:37:31.985 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-13T21:37:32.075 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-13T21:37:32.112 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-13T21:37:32.236 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-13T21:37:32.398 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.n 32/37 2024-09-13T21:37:32.405 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:37:32.430 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 33/37 2024-09-13T21:37:32.440 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 34/37 2024-09-13T21:37:32.457 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 33/37 2024-09-13T21:37:32.458 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:32.458 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-13T21:37:32.458 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T21:37:32.458 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T21:37:32.458 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:32.469 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 34/37 2024-09-13T21:37:32.469 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:32.470 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-13T21:37:32.470 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T21:37:32.470 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T21:37:32.470 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:32.477 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-13T21:37:32.513 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-13T21:37:32.546 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-13T21:37:32.619 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-13T21:37:32.670 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-13T21:37:32.703 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-13T21:37:32.795 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-13T21:37:32.873 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-13T21:37:32.914 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-13T21:37:32.933 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 35/37 2024-09-13T21:37:32.949 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-13T21:37:32.958 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 35/37 2024-09-13T21:37:32.958 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:32.958 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-13T21:37:32.959 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T21:37:32.959 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T21:37:32.959 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:32.987 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-13T21:37:33.027 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-13T21:37:33.055 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-13T21:37:33.104 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-13T21:37:33.139 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-13T21:37:33.173 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-13T21:37:33.200 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 36/37 2024-09-13T21:37:33.222 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-13T21:37:33.225 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 36/37 2024-09-13T21:37:33.225 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:33.225 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-13T21:37:33.225 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T21:37:33.225 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T21:37:33.226 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:33.254 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-13T21:37:33.291 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-2:19.1.1-324.gecab7be5.el9.x86_64 37/37 2024-09-13T21:37:33.329 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-13T21:37:33.468 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-13T21:37:33.548 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-13T21:37:33.600 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-13T21:37:33.647 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-13T21:37:33.696 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-13T21:37:33.751 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-13T21:37:33.939 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-13T21:37:33.980 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 34/37 2024-09-13T21:37:33.992 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-13T21:37:34.009 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 34/37 2024-09-13T21:37:34.009 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:34.009 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-13T21:37:34.009 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T21:37:34.010 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T21:37:34.010 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:34.079 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-13T21:37:34.176 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-13T21:37:34.216 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-13T21:37:34.333 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-13T21:37:34.473 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 35/37 2024-09-13T21:37:34.490 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.n 32/37 2024-09-13T21:37:34.497 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 35/37 2024-09-13T21:37:34.497 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:34.497 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-13T21:37:34.497 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T21:37:34.497 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T21:37:34.497 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:34.527 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 33/37 2024-09-13T21:37:34.552 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 33/37 2024-09-13T21:37:34.552 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:34.553 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-13T21:37:34.553 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T21:37:34.553 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T21:37:34.553 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:34.732 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 36/37 2024-09-13T21:37:34.756 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 36/37 2024-09-13T21:37:34.756 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:34.757 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-13T21:37:34.757 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T21:37:34.757 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T21:37:34.757 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:34.824 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-2:19.1.1-324.gecab7be5.el9.x86_64 37/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-2:19.1.1-324.gecab7be5.el9.x86_64 37/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-2:19.1.1-324.gecab7be5.el9.x86_64 1/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 2/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 3/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 4/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 5/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.n 6/37 2024-09-13T21:37:35.047 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-13T21:37:35.048 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-13T21:37:35.049 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-13T21:37:35.049 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-13T21:37:35.049 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-13T21:37:35.049 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-13T21:37:35.049 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-13T21:37:35.050 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-13T21:37:35.050 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-13T21:37:35.050 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-13T21:37:35.050 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-13T21:37:35.051 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-13T21:37:35.051 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-13T21:37:35.051 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-13T21:37:35.051 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-13T21:37:35.051 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-13T21:37:35.051 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-13T21:37:35.051 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-13T21:37:36.028 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-13T21:37:36.028 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:36.028 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:37:36.028 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:36.028 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: lua-5.4.4-4.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-13T21:37:36.029 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-13T21:37:36.030 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ply-3.11-14.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:36.031 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:36.036 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 34/37 2024-09-13T21:37:36.067 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 34/37 2024-09-13T21:37:36.067 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:36.067 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-13T21:37:36.067 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T21:37:36.067 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T21:37:36.067 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:36.413 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-base 2024-09-13T21:37:36.537 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 35/37 2024-09-13T21:37:36.559 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-2:19.1.1-324.gecab7be5.el9.x86_64 37/37 2024-09-13T21:37:36.559 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-2:19.1.1-324.gecab7be5.el9.x86_64 1/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 2/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 3/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 4/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 5/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.n 6/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-13T21:37:36.560 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-13T21:37:36.561 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-13T21:37:36.562 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-13T21:37:36.562 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-13T21:37:36.563 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-13T21:37:36.563 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-13T21:37:36.563 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-13T21:37:36.563 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-13T21:37:36.563 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 35/37 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T21:37:36.564 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T21:37:36.565 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:36.829 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 36/37 2024-09-13T21:37:36.853 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 36/37 2024-09-13T21:37:36.853 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:36.853 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-13T21:37:36.853 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T21:37:36.854 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T21:37:36.854 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:36.920 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-2:19.1.1-324.gecab7be5.el9.x86_64 37/37 2024-09-13T21:37:37.006 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:54 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:37.100 INFO:teuthology.orchestra.run.smithi028.stdout:Package ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:37:37.144 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:37.145 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:37:37.145 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:37.219 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install cephadm 2024-09-13T21:37:37.603 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-13T21:37:37.603 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:37.604 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:37:37.604 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:37.604 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:37.604 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:37.604 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:37.604 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: lua-5.4.4-4.el9.x86_64 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-13T21:37:37.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply-3.11-14.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-13T21:37:37.606 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:37.607 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:37.812 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:54 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:37.950 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:37.951 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:37.951 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:37:37.951 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout: cephadm noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 765 k 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 765 k 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 771 k 2024-09-13T21:37:37.952 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:37:37.965 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-base 2024-09-13T21:37:38.222 INFO:teuthology.orchestra.run.smithi028.stdout:cephadm-19.1.1-324.gecab7be5.el9.noarch.rpm 2.8 MB/s | 765 kB 00:00 2024-09-13T21:37:38.223 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:38.223 INFO:teuthology.orchestra.run.smithi028.stdout:Total 2.8 MB/s | 765 kB 00:00 2024-09-13T21:37:38.224 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:37:38.229 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:37:38.229 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:37:38.235 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:37:38.235 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:37:38.309 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:37:38.508 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-2:19.1.1-324.gecab7be5.el9.x86_64 37/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-2:19.1.1-324.gecab7be5.el9.x86_64 1/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 2/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 3/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 4/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 5/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.n 6/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-13T21:37:38.509 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-13T21:37:38.510 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-13T21:37:38.511 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-13T21:37:38.511 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-13T21:37:38.511 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-13T21:37:38.511 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-13T21:37:38.512 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-13T21:37:38.579 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:53 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:38.673 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:37:38.684 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:38.718 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:38.719 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:37:38.719 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:38.771 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:38.783 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install cephadm 2024-09-13T21:37:39.149 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:39.355 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: lua-5.4.4-4.el9.x86_64 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-13T21:37:39.356 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-13T21:37:39.357 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply-3.11-14.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-13T21:37:39.358 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-13T21:37:39.359 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-13T21:37:39.359 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-13T21:37:39.359 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-13T21:37:39.359 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-13T21:37:39.359 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-13T21:37:39.359 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:39.359 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:39.375 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:54 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:39.428 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:39.428 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:39.429 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:37:39.429 INFO:teuthology.orchestra.run.smithi028.stdout: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:39.429 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:39.429 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:39.515 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:39.516 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:39.516 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:37:39.516 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:39.516 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:37:39.516 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 765 k 2024-09-13T21:37:39.516 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:39.517 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:37:39.517 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:39.517 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:37:39.517 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:39.517 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 765 k 2024-09-13T21:37:39.517 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 771 k 2024-09-13T21:37:39.517 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:37:39.654 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-immutable-object-cache 2024-09-13T21:37:39.700 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-base 2024-09-13T21:37:39.801 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm-19.1.1-324.gecab7be5.el9.noarch.rpm 2.7 MB/s | 765 kB 00:00 2024-09-13T21:37:39.801 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:39.801 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.6 MB/s | 765 kB 00:00 2024-09-13T21:37:39.802 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:37:39.805 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:37:39.805 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:37:39.811 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:37:39.812 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:37:39.886 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:37:40.250 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:57 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:40.272 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:54 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:40.328 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:40.362 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-base-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:37:40.389 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:40.390 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:40.390 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2024-09-13T21:37:40.390 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:40.390 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:37:40.390 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-324.gecab7be5.el9 ceph 145 k 2024-09-13T21:37:40.390 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:40.391 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:37:40.391 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:40.391 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:37:40.391 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:40.391 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 145 k 2024-09-13T21:37:40.391 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 435 k 2024-09-13T21:37:40.391 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:37:40.404 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:40.405 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:37:40.405 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:40.422 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:40.471 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install cephadm 2024-09-13T21:37:40.596 INFO:teuthology.orchestra.run.smithi028.stdout:ceph-immutable-object-cache-19.1.1-324.gecab7be 711 kB/s | 145 kB 00:00 2024-09-13T21:37:40.597 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:40.597 INFO:teuthology.orchestra.run.smithi028.stdout:Total 705 kB/s | 145 kB 00:00 2024-09-13T21:37:40.597 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:37:40.604 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:37:40.605 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:37:40.666 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:37:40.666 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:37:40.782 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:40.815 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:37:40.897 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:40.923 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:40.923 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:40.923 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-13T21:37:40.923 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:41.036 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:41.037 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:41.037 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:37:41.037 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:41.037 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:41.037 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:41.037 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:55 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:41.171 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:41.171 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:41.171 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 765 k 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 765 k 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 771 k 2024-09-13T21:37:41.172 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:37:41.278 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-immutable-object-cache 2024-09-13T21:37:41.445 INFO:teuthology.orchestra.run.smithi189.stdout:cephadm-19.1.1-324.gecab7be5.el9.noarch.rpm 2.7 MB/s | 765 kB 00:00 2024-09-13T21:37:41.445 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:41.445 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.7 MB/s | 765 kB 00:00 2024-09-13T21:37:41.446 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:37:41.451 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:37:41.451 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:37:41.457 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:37:41.457 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:37:41.532 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:37:41.866 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:56 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:41.886 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:41.886 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:41.886 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:37:41.886 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:41.886 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:41.886 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:42.005 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:42.006 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-324.gecab7be5.el9 ceph 145 k 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:37:42.007 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:42.008 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 145 k 2024-09-13T21:37:42.008 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 435 k 2024-09-13T21:37:42.008 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:37:42.099 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:42.132 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr 2024-09-13T21:37:42.221 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-immutable-object-cache-19.1.1-324.gecab7be 681 kB/s | 145 kB 00:00 2024-09-13T21:37:42.222 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:42.222 INFO:teuthology.orchestra.run.smithi026.stdout:Total 676 kB/s | 145 kB 00:00 2024-09-13T21:37:42.222 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:37:42.231 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:37:42.231 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:37:42.292 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:37:42.293 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:37:42.443 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:37:42.492 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:42.497 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:42.523 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:42.523 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:42.523 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-13T21:37:42.523 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:42.719 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:37:42.719 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:42.719 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:37:42.720 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:42.720 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:42.720 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:42.731 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:59 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:42.824 INFO:teuthology.orchestra.run.smithi028.stdout:Package ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:37:42.869 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:42.871 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:37:42.871 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:42.946 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-immutable-object-cache 2024-09-13T21:37:42.954 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-dashboard 2024-09-13T21:37:43.438 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:43.438 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:43.438 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:37:43.438 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:43.438 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:43.438 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:43.526 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:57 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:43.537 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:00 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:43.648 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr 2024-09-13T21:37:43.662 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-324.gecab7be5.el9 ceph 145 k 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:37:43.663 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:43.664 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 145 k 2024-09-13T21:37:43.664 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 435 k 2024-09-13T21:37:43.664 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:37:43.676 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 3.6 M 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-grafana-dashboards noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 32 k 2024-09-13T21:37:43.678 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-prometheus-alerts noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 16 k 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout:Install 12 Packages 2024-09-13T21:37:43.679 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:43.680 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 8.7 M 2024-09-13T21:37:43.680 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 104 M 2024-09-13T21:37:43.680 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:37:43.867 INFO:teuthology.orchestra.run.smithi189.stdout:ceph-immutable-object-cache-19.1.1-324.gecab7be 714 kB/s | 145 kB 00:00 2024-09-13T21:37:43.868 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:43.868 INFO:teuthology.orchestra.run.smithi189.stdout:Total 709 kB/s | 145 kB 00:00 2024-09-13T21:37:43.868 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:37:43.876 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:37:43.876 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:37:43.933 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:37:43.933 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:37:44.085 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:37:44.152 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:44.177 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:44.178 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:37:44.178 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-13T21:37:44.178 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:44.190 INFO:teuthology.orchestra.run.smithi028.stdout:(1/12): ceph-grafana-dashboards-19.1.1-324.geca 214 kB/s | 32 kB 00:00 2024-09-13T21:37:44.215 INFO:teuthology.orchestra.run.smithi028.stdout:(2/12): ceph-prometheus-alerts-19.1.1-324.gecab 95 kB/s | 16 kB 00:00 2024-09-13T21:37:44.247 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:59 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:44.340 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:37:44.384 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:44.385 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:37:44.386 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:44.424 INFO:teuthology.orchestra.run.smithi028.stdout:(3/12): ceph-mgr-dashboard-19.1.1-324.gecab7be5 9.3 MB/s | 3.6 MB 00:00 2024-09-13T21:37:44.453 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-dashboard 2024-09-13T21:37:44.574 INFO:teuthology.orchestra.run.smithi028.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.6 MB/s | 863 kB 00:00 2024-09-13T21:37:44.624 INFO:teuthology.orchestra.run.smithi028.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-13T21:37:44.649 INFO:teuthology.orchestra.run.smithi028.stdout:(6/12): python3-protobuf-3.14.0-13.el9.noarch.r 620 kB/s | 269 kB 00:00 2024-09-13T21:37:44.675 INFO:teuthology.orchestra.run.smithi028.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 388 kB/s | 19 kB 00:00 2024-09-13T21:37:44.708 INFO:teuthology.orchestra.run.smithi028.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.5 MB/s | 144 kB 00:00 2024-09-13T21:37:44.733 INFO:teuthology.orchestra.run.smithi028.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.3 MB/s | 31 kB 00:00 2024-09-13T21:37:44.759 INFO:teuthology.orchestra.run.smithi028.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-09-13T21:37:44.817 INFO:teuthology.orchestra.run.smithi028.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2024-09-13T21:37:44.976 INFO:teuthology.orchestra.run.smithi028.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 2024-09-13T21:37:44.980 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:44.980 INFO:teuthology.orchestra.run.smithi028.stdout:Total 6.7 MB/s | 8.7 MB 00:01 2024-09-13T21:37:45.029 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:37:45.038 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:00 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:45.048 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:37:45.048 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:37:45.144 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.e 1/1 2024-09-13T21:37:45.144 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:45.144 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:37:45.144 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:37:45.144 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:45.144 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:45.176 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 3.6 M 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 32 k 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 16 k 2024-09-13T21:37:45.178 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-09-13T21:37:45.179 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:45.180 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 8.7 M 2024-09-13T21:37:45.180 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 104 M 2024-09-13T21:37:45.180 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:37:45.281 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:37:45.282 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:37:45.353 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr 2024-09-13T21:37:45.524 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): ceph-grafana-dashboards-19.1.1-324.geca 217 kB/s | 32 kB 00:00 2024-09-13T21:37:45.550 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): ceph-prometheus-alerts-19.1.1-324.gecab 96 kB/s | 16 kB 00:00 2024-09-13T21:37:45.666 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.3 MB/s | 269 kB 00:00 2024-09-13T21:37:45.717 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2024-09-13T21:37:45.800 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): ceph-mgr-dashboard-19.1.1-324.gecab7be5 8.4 MB/s | 3.6 MB 00:00 2024-09-13T21:37:45.827 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:37:45.834 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.6 MB/s | 548 kB 00:00 2024-09-13T21:37:45.859 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 333 kB/s | 19 kB 00:00 2024-09-13T21:37:45.884 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.6 MB/s | 144 kB 00:00 2024-09-13T21:37:45.894 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-13T21:37:45.910 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-13T21:37:45.927 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 11 MB/s | 188 kB 00:00 2024-09-13T21:37:45.929 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-13T21:37:45.937 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:59 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:45.977 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-13T21:37:45.978 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 14 MB/s | 2.0 MB 00:00 2024-09-13T21:37:46.006 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-13T21:37:46.032 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-mgr-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:37:46.075 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:46.076 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:37:46.076 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:46.111 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-13T21:37:46.148 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-dashboard 2024-09-13T21:37:46.186 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.6 MB/s | 863 kB 00:00 2024-09-13T21:37:46.189 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:46.189 INFO:teuthology.orchestra.run.smithi026.stdout:Total 8.6 MB/s | 8.7 MB 00:01 2024-09-13T21:37:46.238 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:37:46.256 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:37:46.256 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:37:46.262 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-13T21:37:46.355 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-13T21:37:46.403 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-13T21:37:46.430 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-13T21:37:46.462 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9. 10/12 2024-09-13T21:37:46.475 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:37:46.475 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:37:46.719 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:00 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:46.852 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:46.853 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:46.853 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 3.6 M 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 32 k 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 16 k 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-13T21:37:46.854 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-09-13T21:37:46.855 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:46.856 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 8.7 M 2024-09-13T21:37:46.856 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 104 M 2024-09-13T21:37:46.856 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:37:47.048 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:37:47.129 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-13T21:37:47.173 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-13T21:37:47.220 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-13T21:37:47.249 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-13T21:37:47.354 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-13T21:37:47.497 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-13T21:37:47.587 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9 11/12 2024-09-13T21:37:47.598 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-13T21:37:47.604 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): ceph-grafana-dashboards-19.1.1-324.geca 205 kB/s | 32 kB 00:00 2024-09-13T21:37:47.620 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 12/12 2024-09-13T21:37:47.630 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): ceph-prometheus-alerts-19.1.1-324.gecab 91 kB/s | 16 kB 00:00 2024-09-13T21:37:47.646 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-13T21:37:47.673 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-13T21:37:47.705 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9. 10/12 2024-09-13T21:37:47.797 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-09-13T21:37:47.872 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): ceph-mgr-dashboard-19.1.1-324.gecab7be5 8.4 MB/s | 3.6 MB 00:00 2024-09-13T21:37:47.923 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-13T21:37:47.956 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.9 MB/s | 1.0 MB 00:00 2024-09-13T21:37:47.989 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 291 kB/s | 19 kB 00:00 2024-09-13T21:37:48.023 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.4 MB/s | 144 kB 00:00 2024-09-13T21:37:48.048 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.3 MB/s | 31 kB 00:00 2024-09-13T21:37:48.073 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): protobuf-compiler-3.14.0-13.el9.x86_64 3.0 MB/s | 863 kB 00:00 2024-09-13T21:37:48.099 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-13T21:37:48.157 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 10 MB/s | 2.0 MB 00:00 2024-09-13T21:37:48.161 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:48.161 INFO:teuthology.orchestra.run.smithi189.stdout:Total 6.6 MB/s | 8.7 MB 00:01 2024-09-13T21:37:48.209 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:37:48.226 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:37:48.227 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:37:48.461 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:37:48.461 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:37:48.823 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9 11/12 2024-09-13T21:37:48.855 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 12/12 2024-09-13T21:37:48.946 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 12/12 2024-09-13T21:37:48.946 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9 1/12 2024-09-13T21:37:48.947 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 2/12 2024-09-13T21:37:48.947 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9. 3/12 2024-09-13T21:37:48.947 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-13T21:37:48.947 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-13T21:37:48.947 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-13T21:37:48.947 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-13T21:37:48.948 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-13T21:37:48.948 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-13T21:37:48.948 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-13T21:37:48.948 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-13T21:37:48.993 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:37:49.075 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-13T21:37:49.110 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-13T21:37:49.157 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-13T21:37:49.187 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-13T21:37:49.284 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-13T21:37:49.285 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-13T21:37:49.286 INFO:teuthology.orchestra.run.smithi028.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-13T21:37:49.287 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-13T21:37:49.287 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-13T21:37:49.287 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:49.287 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:37:49.414 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-13T21:37:49.507 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-13T21:37:49.537 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-13T21:37:49.558 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-13T21:37:49.595 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-13T21:37:49.627 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9. 10/12 2024-09-13T21:37:50.083 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 12/12 2024-09-13T21:37:50.083 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9 1/12 2024-09-13T21:37:50.083 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 2/12 2024-09-13T21:37:50.083 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9. 3/12 2024-09-13T21:37:50.083 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-13T21:37:50.084 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-13T21:37:50.084 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-13T21:37:50.084 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-13T21:37:50.084 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-13T21:37:50.084 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-13T21:37:50.084 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-13T21:37:50.084 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-13T21:37:50.129 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:07 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:37:50.268 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:37:50.269 INFO:teuthology.orchestra.run.smithi028.stdout:====================================================================================== 2024-09-13T21:37:50.269 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout:====================================================================================== 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 7.4 M 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-13T21:37:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout:====================================================================================== 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout:Install 12 Packages 2024-09-13T21:37:50.271 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:37:50.272 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 38 M 2024-09-13T21:37:50.272 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 212 M 2024-09-13T21:37:50.272 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:37:50.525 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-13T21:37:50.525 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-13T21:37:50.526 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-13T21:37:50.527 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:50.527 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:37:50.701 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9 11/12 2024-09-13T21:37:50.736 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 12/12 2024-09-13T21:37:50.758 INFO:teuthology.orchestra.run.smithi028.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.0 MB/s | 191 kB 00:00 2024-09-13T21:37:50.764 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-13T21:37:50.841 INFO:teuthology.orchestra.run.smithi028.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.9 MB/s | 801 kB 00:00 2024-09-13T21:37:50.875 INFO:teuthology.orchestra.run.smithi028.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-09-13T21:37:50.950 INFO:teuthology.orchestra.run.smithi028.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 242 kB/s | 18 kB 00:00 2024-09-13T21:37:51.050 INFO:teuthology.orchestra.run.smithi028.stdout:(5/12): ceph-mgr-diskprediction-local-19.1.1-32 15 MB/s | 7.4 MB 00:00 2024-09-13T21:37:51.075 INFO:teuthology.orchestra.run.smithi028.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 308 kB/s | 38 kB 00:00 2024-09-13T21:37:51.201 INFO:teuthology.orchestra.run.smithi028.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.3 MB/s | 3.0 MB 00:00 2024-09-13T21:37:51.234 INFO:teuthology.orchestra.run.smithi028.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.5 MB/s | 245 kB 00:00 2024-09-13T21:37:51.334 INFO:teuthology.orchestra.run.smithi028.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.5 MB/s | 250 kB 00:00 2024-09-13T21:37:51.354 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:06 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:37:51.418 INFO:teuthology.orchestra.run.smithi028.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 2024-09-13T21:37:51.494 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:37:51.495 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-09-13T21:37:51.495 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:37:51.495 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 7.4 M 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-13T21:37:51.496 INFO:teuthology.orchestra.run.smithi026.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-09-13T21:37:51.497 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:37:51.498 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 38 M 2024-09-13T21:37:51.498 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 212 M 2024-09-13T21:37:51.498 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:37:51.743 INFO:teuthology.orchestra.run.smithi028.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 40 MB/s | 16 MB 00:00 2024-09-13T21:37:51.802 INFO:teuthology.orchestra.run.smithi028.stdout:(12/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 6.6 MB/s | 4.9 MB 00:00 2024-09-13T21:37:51.803 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:51.803 INFO:teuthology.orchestra.run.smithi028.stdout:Total 25 MB/s | 38 MB 00:01 2024-09-13T21:37:51.852 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.0 MB/s | 191 kB 00:00 2024-09-13T21:37:51.952 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.8 MB/s | 801 kB 00:00 2024-09-13T21:37:51.977 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-09-13T21:37:52.028 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-09-13T21:37:52.128 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): ceph-mgr-diskprediction-local-19.1.1-32 16 MB/s | 7.4 MB 00:00 2024-09-13T21:37:52.153 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 308 kB/s | 38 kB 00:00 2024-09-13T21:37:52.174 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:37:52.176 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 12/12 2024-09-13T21:37:52.176 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9 1/12 2024-09-13T21:37:52.176 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noar 2/12 2024-09-13T21:37:52.176 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9. 3/12 2024-09-13T21:37:52.176 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-13T21:37:52.176 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-13T21:37:52.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-13T21:37:52.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-13T21:37:52.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-13T21:37:52.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-13T21:37:52.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-13T21:37:52.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-13T21:37:52.202 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:37:52.202 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:37:52.262 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.2 MB/s | 245 kB 00:00 2024-09-13T21:37:52.412 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.5 MB/s | 3.0 MB 00:00 2024-09-13T21:37:52.471 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-09-13T21:37:52.501 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-13T21:37:52.501 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:52.501 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:37:52.501 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-13T21:37:52.501 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:52.501 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:52.502 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:37:52.621 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-09-13T21:37:52.652 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:37:52.652 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:37:52.763 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-13T21:37:52.954 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-09-13T21:37:53.071 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 5.2 MB/s | 4.9 MB 00:00 2024-09-13T21:37:53.072 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:53.073 INFO:teuthology.orchestra.run.smithi026.stdout:Total 24 MB/s | 38 MB 00:01 2024-09-13T21:37:53.325 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:07 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:37:53.437 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:37:53.459 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:37:53.460 INFO:teuthology.orchestra.run.smithi189.stdout:====================================================================================== 2024-09-13T21:37:53.460 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:37:53.460 INFO:teuthology.orchestra.run.smithi189.stdout:====================================================================================== 2024-09-13T21:37:53.460 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:37:53.460 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 7.4 M 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-13T21:37:53.461 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:53.462 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:37:53.462 INFO:teuthology.orchestra.run.smithi189.stdout:====================================================================================== 2024-09-13T21:37:53.462 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-09-13T21:37:53.462 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:37:53.462 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 38 M 2024-09-13T21:37:53.462 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 212 M 2024-09-13T21:37:53.463 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:37:53.464 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:37:53.465 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:37:53.554 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:37:53.633 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-13T21:37:53.681 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-13T21:37:53.781 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-13T21:37:53.827 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-13T21:37:53.882 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-13T21:37:53.914 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:37:53.915 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:37:53.924 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.7 MB/s | 801 kB 00:00 2024-09-13T21:37:54.019 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-13T21:37:54.050 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-13T21:37:54.129 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-13T21:37:54.149 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): ceph-mgr-diskprediction-local-19.1.1-32 17 MB/s | 7.4 MB 00:00 2024-09-13T21:37:54.516 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 52 kB/s | 33 kB 00:00 2024-09-13T21:37:54.641 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 38 kB/s | 18 kB 00:00 2024-09-13T21:37:54.705 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:37:54.783 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-13T21:37:54.833 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-13T21:37:54.840 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-13T21:37:54.940 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-13T21:37:54.966 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-13T21:37:54.979 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-13T21:37:55.125 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 63 kB/s | 38 kB 00:00 2024-09-13T21:37:55.180 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-13T21:37:55.220 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-13T21:37:55.298 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-13T21:37:55.942 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 300 kB/s | 245 kB 00:00 2024-09-13T21:37:55.992 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-13T21:37:56.104 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-13T21:37:56.159 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 1.3 MB/s | 3.0 MB 00:02 2024-09-13T21:37:56.313 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T21:37:57.042 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 286 kB/s | 250 kB 00:00 2024-09-13T21:37:57.391 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-13T21:37:57.421 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T21:37:57.422 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 12/12 2024-09-13T21:37:57.867 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 1.5 MB/s | 4.9 MB 00:03 2024-09-13T21:37:57.934 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.6 MB/s | 5.1 MB 00:01 2024-09-13T21:37:58.517 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-13T21:37:58.517 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-13T21:37:58.519 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:37:58.519 INFO:teuthology.orchestra.run.smithi189.stdout:Total 7.6 MB/s | 38 MB 00:05 2024-09-13T21:37:58.544 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 12/12 2024-09-13T21:37:58.871 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:37:58.898 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:37:58.898 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:37:59.323 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:37:59.324 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:37:59.903 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 12/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 1/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T21:37:59.904 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-13T21:38:00.083 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:00.146 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-13T21:38:00.197 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-13T21:38:00.298 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-13T21:38:00.319 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-13T21:38:00.319 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:00.319 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:00.319 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-13T21:38:00.320 INFO:teuthology.orchestra.run.smithi028.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-13T21:38:00.321 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:00.321 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:00.333 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-13T21:38:00.517 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-13T21:38:00.549 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-13T21:38:00.625 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-13T21:38:00.694 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-rook 2024-09-13T21:38:01.118 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 12/12 2024-09-13T21:38:01.118 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 1/12 2024-09-13T21:38:01.118 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T21:38:01.119 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-13T21:38:01.290 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:18 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:01.293 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-13T21:38:01.412 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-13T21:38:01.430 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:01.431 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:01.431 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:38:01.432 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:01.432 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:01.432 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-rook noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 49 k 2024-09-13T21:38:01.432 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:38:01.432 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-13T21:38:01.432 INFO:teuthology.orchestra.run.smithi028.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-13T21:38:01.433 INFO:teuthology.orchestra.run.smithi028.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-13T21:38:01.433 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-13T21:38:01.433 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-13T21:38:01.433 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-13T21:38:01.433 INFO:teuthology.orchestra.run.smithi028.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-13T21:38:01.434 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-13T21:38:01.434 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-13T21:38:01.434 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-13T21:38:01.434 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-13T21:38:01.434 INFO:teuthology.orchestra.run.smithi028.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-13T21:38:01.434 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:01.435 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:01.435 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:01.435 INFO:teuthology.orchestra.run.smithi028.stdout:Install 13 Packages 2024-09-13T21:38:01.435 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:01.436 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 2.2 M 2024-09-13T21:38:01.437 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 26 M 2024-09-13T21:38:01.437 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:01.557 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-13T21:38:01.557 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:01.557 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:01.557 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-13T21:38:01.558 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-13T21:38:01.559 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-13T21:38:01.559 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:01.559 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:01.773 INFO:teuthology.orchestra.run.smithi028.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 223 kB/s | 19 kB 00:00 2024-09-13T21:38:01.799 INFO:teuthology.orchestra.run.smithi028.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 230 kB/s | 26 kB 00:00 2024-09-13T21:38:01.857 INFO:teuthology.orchestra.run.smithi028.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-09-13T21:38:01.882 INFO:teuthology.orchestra.run.smithi028.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-09-13T21:38:01.907 INFO:teuthology.orchestra.run.smithi028.stdout:(5/13): ceph-mgr-rook-19.1.1-324.gecab7be5.el9. 224 kB/s | 49 kB 00:00 2024-09-13T21:38:01.916 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-rook 2024-09-13T21:38:01.932 INFO:teuthology.orchestra.run.smithi028.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-13T21:38:01.958 INFO:teuthology.orchestra.run.smithi028.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-13T21:38:02.008 INFO:teuthology.orchestra.run.smithi028.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-09-13T21:38:02.033 INFO:teuthology.orchestra.run.smithi028.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-13T21:38:02.058 INFO:teuthology.orchestra.run.smithi028.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-13T21:38:02.084 INFO:teuthology.orchestra.run.smithi028.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-13T21:38:02.109 INFO:teuthology.orchestra.run.smithi028.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-13T21:38:02.151 INFO:teuthology.orchestra.run.smithi028.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.3 MB/s | 1.0 MB 00:00 2024-09-13T21:38:02.156 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:02.156 INFO:teuthology.orchestra.run.smithi028.stdout:Total 3.1 MB/s | 2.2 MB 00:00 2024-09-13T21:38:02.220 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:02.237 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:02.237 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:02.336 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:02.337 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:02.510 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:17 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:02.647 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T21:38:02.650 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 49 k 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-13T21:38:02.652 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:02.653 INFO:teuthology.orchestra.run.smithi026.stdout:Install 13 Packages 2024-09-13T21:38:02.654 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:02.654 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 2.2 M 2024-09-13T21:38:02.654 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 26 M 2024-09-13T21:38:02.654 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:02.859 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:02.887 INFO:teuthology.orchestra.run.smithi026.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 229 kB/s | 19 kB 00:00 2024-09-13T21:38:02.921 INFO:teuthology.orchestra.run.smithi026.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 219 kB/s | 26 kB 00:00 2024-09-13T21:38:03.004 INFO:teuthology.orchestra.run.smithi026.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-09-13T21:38:03.023 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-13T21:38:03.059 INFO:teuthology.orchestra.run.smithi026.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-09-13T21:38:03.079 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-13T21:38:03.088 INFO:teuthology.orchestra.run.smithi026.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.2 MB/s | 279 kB 00:00 2024-09-13T21:38:03.113 INFO:teuthology.orchestra.run.smithi026.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 987 kB/s | 54 kB 00:00 2024-09-13T21:38:03.134 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-13T21:38:03.155 INFO:teuthology.orchestra.run.smithi026.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-13T21:38:03.170 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-13T21:38:03.180 INFO:teuthology.orchestra.run.smithi026.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 211 kB/s | 14 kB 00:00 2024-09-13T21:38:03.206 INFO:teuthology.orchestra.run.smithi026.stdout:(9/13): ceph-mgr-rook-19.1.1-324.gecab7be5.el9. 122 kB/s | 49 kB 00:00 2024-09-13T21:38:03.212 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-13T21:38:03.240 INFO:teuthology.orchestra.run.smithi026.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.6 MB/s | 220 kB 00:00 2024-09-13T21:38:03.265 INFO:teuthology.orchestra.run.smithi026.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.8 MB/s | 90 kB 00:00 2024-09-13T21:38:03.281 INFO:teuthology.orchestra.run.smithi026.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 785 kB/s | 59 kB 00:00 2024-09-13T21:38:03.315 INFO:teuthology.orchestra.run.smithi026.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.6 MB/s | 1.0 MB 00:00 2024-09-13T21:38:03.318 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-13T21:38:03.318 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:03.319 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.3 MB/s | 2.2 MB 00:00 2024-09-13T21:38:03.385 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:03.401 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:03.401 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:03.427 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-13T21:38:03.480 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-13T21:38:03.496 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:03.497 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:03.674 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-13T21:38:03.706 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 12/12 2024-09-13T21:38:04.031 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:04.217 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-13T21:38:04.241 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-13T21:38:04.277 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-13T21:38:04.301 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-13T21:38:04.336 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-13T21:38:04.342 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-13T21:38:04.377 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-13T21:38:04.384 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-13T21:38:04.413 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 13/13 2024-09-13T21:38:04.419 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-13T21:38:04.528 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-13T21:38:04.655 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-13T21:38:04.713 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-13T21:38:05.157 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 13/13 2024-09-13T21:38:05.157 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 1/13 2024-09-13T21:38:05.157 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-13T21:38:05.157 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-13T21:38:05.157 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-13T21:38:05.158 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-13T21:38:05.502 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-13T21:38:05.509 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-13T21:38:05.509 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:05.509 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:05.509 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:05.509 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-13T21:38:05.509 INFO:teuthology.orchestra.run.smithi028.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-13T21:38:05.509 INFO:teuthology.orchestra.run.smithi028.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:05.510 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:05.558 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-13T21:38:05.592 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-13T21:38:05.641 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-13T21:38:05.670 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 13/13 2024-09-13T21:38:05.784 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-cephadm 2024-09-13T21:38:06.299 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 12/12 2024-09-13T21:38:06.299 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7b 1/12 2024-09-13T21:38:06.299 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-13T21:38:06.299 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-13T21:38:06.299 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-13T21:38:06.299 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-13T21:38:06.300 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-13T21:38:06.300 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-13T21:38:06.300 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-13T21:38:06.300 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-13T21:38:06.300 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T21:38:06.300 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-13T21:38:06.376 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:23 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:06.445 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 13/13 2024-09-13T21:38:06.445 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 1/13 2024-09-13T21:38:06.446 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-13T21:38:06.446 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-13T21:38:06.446 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-13T21:38:06.446 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-13T21:38:06.446 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-13T21:38:06.446 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-13T21:38:06.446 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-13T21:38:06.447 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-13T21:38:06.447 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-13T21:38:06.447 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-13T21:38:06.447 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-13T21:38:06.517 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-cephadm noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 146 k 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-13T21:38:06.518 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout:Install 6 Packages 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 7.0 M 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 33 M 2024-09-13T21:38:06.519 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:06.718 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-13T21:38:06.718 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:06.718 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:06.718 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:06.718 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-13T21:38:06.718 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:06.719 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:06.906 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-13T21:38:06.906 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:06.906 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:06.906 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-13T21:38:06.907 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-13T21:38:06.908 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-13T21:38:06.908 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-13T21:38:06.908 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:06.908 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:06.943 INFO:teuthology.orchestra.run.smithi028.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 2.0 MB/s | 248 kB 00:00 2024-09-13T21:38:06.994 INFO:teuthology.orchestra.run.smithi028.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-13T21:38:07.019 INFO:teuthology.orchestra.run.smithi028.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-13T21:38:07.044 INFO:teuthology.orchestra.run.smithi028.stdout:(4/6): ceph-mgr-cephadm-19.1.1-324.gecab7be5.el 661 kB/s | 146 kB 00:00 2024-09-13T21:38:07.078 INFO:teuthology.orchestra.run.smithi028.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.2 MB/s | 74 kB 00:00 2024-09-13T21:38:07.124 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-rook 2024-09-13T21:38:07.147 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-cephadm 2024-09-13T21:38:07.178 INFO:teuthology.orchestra.run.smithi028.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-09-13T21:38:07.180 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:07.180 INFO:teuthology.orchestra.run.smithi028.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-09-13T21:38:07.254 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:07.266 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:07.267 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:07.374 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:07.374 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:07.698 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:07.704 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:21 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:07.735 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:22 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:07.839 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:07.934 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-13T21:38:07.934 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-13T21:38:07.934 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 49 k 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-13T21:38:07.935 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout:Install 13 Packages 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:07.936 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 2.2 M 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 26 M 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 146 k 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-13T21:38:07.937 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout:Install 6 Packages 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 7.0 M 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 33 M 2024-09-13T21:38:07.938 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:08.264 INFO:teuthology.orchestra.run.smithi189.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 230 kB/s | 26 kB 00:00 2024-09-13T21:38:08.290 INFO:teuthology.orchestra.run.smithi189.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 140 kB/s | 19 kB 00:00 2024-09-13T21:38:08.315 INFO:teuthology.orchestra.run.smithi189.stdout:(3/13): ceph-mgr-rook-19.1.1-324.gecab7be5.el9. 304 kB/s | 49 kB 00:00 2024-09-13T21:38:08.326 INFO:teuthology.orchestra.run.smithi026.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-09-13T21:38:08.382 INFO:teuthology.orchestra.run.smithi189.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-09-13T21:38:08.384 INFO:teuthology.orchestra.run.smithi026.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-13T21:38:08.407 INFO:teuthology.orchestra.run.smithi189.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-13T21:38:08.409 INFO:teuthology.orchestra.run.smithi026.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-13T21:38:08.435 INFO:teuthology.orchestra.run.smithi026.stdout:(4/6): ceph-mgr-cephadm-19.1.1-324.gecab7be5.el 590 kB/s | 146 kB 00:00 2024-09-13T21:38:08.449 INFO:teuthology.orchestra.run.smithi189.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 775 kB/s | 32 kB 00:00 2024-09-13T21:38:08.451 INFO:teuthology.orchestra.run.smithi026.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.7 MB/s | 74 kB 00:00 2024-09-13T21:38:08.474 INFO:teuthology.orchestra.run.smithi189.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 580 kB/s | 54 kB 00:00 2024-09-13T21:38:08.481 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-13T21:38:08.499 INFO:teuthology.orchestra.run.smithi189.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 282 kB/s | 14 kB 00:00 2024-09-13T21:38:08.533 INFO:teuthology.orchestra.run.smithi189.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-09-13T21:38:08.552 INFO:teuthology.orchestra.run.smithi026.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-09-13T21:38:08.553 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:08.554 INFO:teuthology.orchestra.run.smithi026.stdout:Total 10 MB/s | 7.0 MB 00:00 2024-09-13T21:38:08.568 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-13T21:38:08.583 INFO:teuthology.orchestra.run.smithi189.stdout:(10/13): python3-kubernetes-26.1.0-2.el9.noarch 13 MB/s | 1.0 MB 00:00 2024-09-13T21:38:08.608 INFO:teuthology.orchestra.run.smithi189.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 804 kB/s | 59 kB 00:00 2024-09-13T21:38:08.628 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:08.634 INFO:teuthology.orchestra.run.smithi189.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-13T21:38:08.639 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-13T21:38:08.640 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:08.640 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:08.659 INFO:teuthology.orchestra.run.smithi189.stdout:(13/13): python3-google-auth-2.34.0-1.el9.noarc 1.2 MB/s | 220 kB 00:00 2024-09-13T21:38:08.661 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:08.662 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.7 MB/s | 2.2 MB 00:00 2024-09-13T21:38:08.666 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 6/6 2024-09-13T21:38:08.726 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:08.741 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:08.741 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:08.747 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:08.747 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:08.830 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:08.830 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:09.059 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:09.241 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-13T21:38:09.288 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-13T21:38:09.335 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:09.434 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 6/6 2024-09-13T21:38:09.434 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/6 2024-09-13T21:38:09.434 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-13T21:38:09.434 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-13T21:38:09.435 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-13T21:38:09.435 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-13T21:38:09.508 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-13T21:38:09.577 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-13T21:38:09.641 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-13T21:38:09.678 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-13T21:38:09.719 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-13T21:38:09.743 INFO:teuthology.orchestra.run.smithi028.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-13T21:38:09.744 INFO:teuthology.orchestra.run.smithi028.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-13T21:38:09.744 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:09.744 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:09.822 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-13T21:38:09.845 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-13T21:38:09.924 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-13T21:38:09.934 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-13T21:38:09.979 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-13T21:38:09.997 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-fuse 2024-09-13T21:38:10.005 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-13T21:38:10.033 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 6/6 2024-09-13T21:38:10.587 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:27 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:10.714 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-13T21:38:10.726 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-fuse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 896 k 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-13T21:38:10.727 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:10.728 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:10.728 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:10.728 INFO:teuthology.orchestra.run.smithi028.stdout:Install 2 Packages 2024-09-13T21:38:10.728 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:10.728 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 976 k 2024-09-13T21:38:10.728 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 2.9 M 2024-09-13T21:38:10.728 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:10.760 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-13T21:38:10.793 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-13T21:38:10.797 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 6/6 2024-09-13T21:38:10.797 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/6 2024-09-13T21:38:10.797 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-13T21:38:10.797 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-13T21:38:10.797 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-13T21:38:10.797 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-13T21:38:10.841 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-13T21:38:10.863 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 13/13 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-13T21:38:11.080 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-13T21:38:11.081 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-13T21:38:11.081 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:11.081 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:11.138 INFO:teuthology.orchestra.run.smithi028.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 602 kB/s | 80 kB 00:00 2024-09-13T21:38:11.296 INFO:teuthology.orchestra.run.smithi028.stdout:(2/2): ceph-fuse-19.1.1-324.gecab7be5.el9.x86_6 3.0 MB/s | 896 kB 00:00 2024-09-13T21:38:11.297 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:11.297 INFO:teuthology.orchestra.run.smithi028.stdout:Total 1.7 MB/s | 976 kB 00:00 2024-09-13T21:38:11.309 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:11.317 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-fuse 2024-09-13T21:38:11.334 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:11.334 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:11.422 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:11.423 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:11.613 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:11.653 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 13/13 2024-09-13T21:38:11.653 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 1/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-13T21:38:11.654 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-13T21:38:11.769 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-13T21:38:11.840 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2/2 2024-09-13T21:38:11.911 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:26 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:12.014 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-13T21:38:12.015 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-13T21:38:12.016 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-13T21:38:12.016 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-13T21:38:12.016 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-13T21:38:12.016 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:12.016 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:12.052 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 896 k 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:12.053 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:12.054 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-09-13T21:38:12.054 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:12.054 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 976 k 2024-09-13T21:38:12.054 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 2.9 M 2024-09-13T21:38:12.054 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:12.228 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 529 kB/s | 80 kB 00:00 2024-09-13T21:38:12.280 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-cephadm 2024-09-13T21:38:12.362 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-fuse-19.1.1-324.gecab7be5.el9.x86_6 3.1 MB/s | 896 kB 00:00 2024-09-13T21:38:12.362 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:12.362 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.1 MB/s | 976 kB 00:00 2024-09-13T21:38:12.375 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:12.397 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:12.398 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:12.484 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:12.484 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:12.548 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2/2 2024-09-13T21:38:12.548 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/2 2024-09-13T21:38:12.685 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:12.827 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-13T21:38:12.832 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-13T21:38:12.833 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:12.833 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:12.833 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-13T21:38:12.833 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:12.833 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:12.846 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:26 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:12.897 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2/2 2024-09-13T21:38:12.980 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:12.981 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:12.982 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:38:12.982 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:12.982 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:12.982 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 146 k 2024-09-13T21:38:12.982 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:38:12.983 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-13T21:38:12.983 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-13T21:38:12.983 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-13T21:38:12.983 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-13T21:38:12.983 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-13T21:38:12.983 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:12.984 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:12.984 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:12.984 INFO:teuthology.orchestra.run.smithi189.stdout:Install 6 Packages 2024-09-13T21:38:12.984 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:12.985 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 7.0 M 2024-09-13T21:38:12.985 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 33 M 2024-09-13T21:38:12.985 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:13.126 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-volume 2024-09-13T21:38:13.385 INFO:teuthology.orchestra.run.smithi189.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-09-13T21:38:13.410 INFO:teuthology.orchestra.run.smithi189.stdout:(2/6): ceph-mgr-cephadm-19.1.1-324.gecab7be5.el 691 kB/s | 146 kB 00:00 2024-09-13T21:38:13.461 INFO:teuthology.orchestra.run.smithi189.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-13T21:38:13.486 INFO:teuthology.orchestra.run.smithi189.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 765 kB/s | 58 kB 00:00 2024-09-13T21:38:13.511 INFO:teuthology.orchestra.run.smithi189.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-13T21:38:13.598 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2/2 2024-09-13T21:38:13.599 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/2 2024-09-13T21:38:13.620 INFO:teuthology.orchestra.run.smithi189.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-13T21:38:13.623 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:13.623 INFO:teuthology.orchestra.run.smithi189.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-09-13T21:38:13.693 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:13.704 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:13.704 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:13.725 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:30 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:13.805 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:13.807 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:13.864 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:13.865 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:13.865 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-09-13T21:38:13.865 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:13.865 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:13.865 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-volume noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 285 k 2024-09-13T21:38:13.865 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:13.865 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:13.866 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:13.866 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:38:13.866 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:13.866 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 285 k 2024-09-13T21:38:13.866 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 1.3 M 2024-09-13T21:38:13.866 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:13.882 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-13T21:38:13.882 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:13.882 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:13.882 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-13T21:38:13.882 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:13.882 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:14.091 INFO:teuthology.orchestra.run.smithi028.stdout:ceph-volume-19.1.1-324.gecab7be5.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-13T21:38:14.092 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:14.092 INFO:teuthology.orchestra.run.smithi028.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-13T21:38:14.093 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:14.102 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:14.102 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:14.113 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:14.133 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:14.133 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:14.177 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-volume 2024-09-13T21:38:14.292 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-13T21:38:14.338 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-13T21:38:14.369 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:14.435 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:14.452 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:14.452 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:38:14.452 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-13T21:38:14.452 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:14.771 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:29 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:14.868 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-13T21:38:14.910 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:14.911 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:14.911 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-13T21:38:14.911 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:14.911 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:14.911 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 285 k 2024-09-13T21:38:14.911 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:14.911 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:14.912 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:14.912 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:38:14.912 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:14.912 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 285 k 2024-09-13T21:38:14.912 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 1.3 M 2024-09-13T21:38:14.912 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:14.957 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-13T21:38:15.021 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-13T21:38:15.050 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 6/6 2024-09-13T21:38:15.124 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-volume-19.1.1-324.gecab7be5.el9.noarch.rpm 1.3 MB/s | 285 kB 00:00 2024-09-13T21:38:15.125 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:15.125 INFO:teuthology.orchestra.run.smithi026.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-13T21:38:15.125 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:15.134 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:15.135 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:15.162 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:15.162 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:15.397 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:15.431 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:15.432 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:15.432 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:15.432 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:15.432 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:15.432 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:15.468 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:15.485 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:15.485 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:38:15.486 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-13T21:38:15.486 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:15.759 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librados-devel 2024-09-13T21:38:15.879 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 6/6 2024-09-13T21:38:15.879 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 1/6 2024-09-13T21:38:15.879 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-13T21:38:15.880 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-13T21:38:15.880 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-13T21:38:15.880 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-13T21:38:16.180 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-13T21:38:16.180 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:16.180 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:16.180 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:16.181 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-13T21:38:16.181 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-13T21:38:16.181 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-13T21:38:16.181 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-13T21:38:16.181 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-13T21:38:16.181 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:16.181 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:16.355 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:33 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:16.434 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-fuse 2024-09-13T21:38:16.493 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout: librados-devel x86_64 2:19.1.1-324.gecab7be5.el9 ceph 127 k 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:38:16.494 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:16.495 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 127 k 2024-09-13T21:38:16.495 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 456 k 2024-09-13T21:38:16.495 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:16.512 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:16.512 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:16.512 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:16.512 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:16.513 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:16.513 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:16.714 INFO:teuthology.orchestra.run.smithi028.stdout:librados-devel-19.1.1-324.gecab7be5.el9.x86_64. 584 kB/s | 127 kB 00:00 2024-09-13T21:38:16.714 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:16.714 INFO:teuthology.orchestra.run.smithi028.stdout:Total 580 kB/s | 127 kB 00:00 2024-09-13T21:38:16.714 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:16.719 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:16.720 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:16.791 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:16.791 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:16.825 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados-devel 2024-09-13T21:38:16.955 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:17.003 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:31 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:17.063 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:17.137 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:17.137 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:17.137 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:38:17.137 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 896 k 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout:Install 2 Packages 2024-09-13T21:38:17.138 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:17.139 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 976 k 2024-09-13T21:38:17.139 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 2.9 M 2024-09-13T21:38:17.139 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:17.346 INFO:teuthology.orchestra.run.smithi189.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 490 kB/s | 80 kB 00:00 2024-09-13T21:38:17.423 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:32 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:17.472 INFO:teuthology.orchestra.run.smithi189.stdout:(2/2): ceph-fuse-19.1.1-324.gecab7be5.el9.x86_6 3.0 MB/s | 896 kB 00:00 2024-09-13T21:38:17.473 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:17.473 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.8 MB/s | 976 kB 00:00 2024-09-13T21:38:17.484 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:17.506 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:17.506 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:17.515 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:17.563 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:17.564 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:17.565 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-13T21:38:17.565 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:17.565 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:17.565 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel x86_64 2:19.1.1-324.gecab7be5.el9 ceph 127 k 2024-09-13T21:38:17.565 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:17.566 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:17.566 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:17.566 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:38:17.566 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:17.566 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 127 k 2024-09-13T21:38:17.566 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 456 k 2024-09-13T21:38:17.566 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:17.588 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:17.588 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:17.763 INFO:teuthology.orchestra.run.smithi026.stdout:librados-devel-19.1.1-324.gecab7be5.el9.x86_64. 640 kB/s | 127 kB 00:00 2024-09-13T21:38:17.763 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:17.764 INFO:teuthology.orchestra.run.smithi026.stdout:Total 636 kB/s | 127 kB 00:00 2024-09-13T21:38:17.764 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:17.770 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:17.770 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:17.773 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:17.773 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:17.773 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:17.774 INFO:teuthology.orchestra.run.smithi028.stdout: librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:17.774 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:17.774 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:17.783 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:17.838 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:17.914 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-13T21:38:17.988 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2/2 2024-09-13T21:38:17.998 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:18.068 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install libcephfs2 2024-09-13T21:38:18.105 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:18.549 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:18.666 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:35 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:18.718 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2/2 2024-09-13T21:38:18.719 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/2 2024-09-13T21:38:18.765 INFO:teuthology.orchestra.run.smithi028.stdout:Package libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:18.807 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:18.808 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:38:18.808 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:18.812 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:18.813 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:18.813 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:18.813 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:18.813 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:18.813 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:18.888 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install libcephfs-devel 2024-09-13T21:38:19.040 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-13T21:38:19.040 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:19.040 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:19.040 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-13T21:38:19.040 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:19.040 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:19.090 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs2 2024-09-13T21:38:19.326 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-volume 2024-09-13T21:38:19.482 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:36 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:19.622 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:19.622 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:19.622 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-devel x86_64 2:19.1.1-324.gecab7be5.el9 ceph 32 k 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:38:19.623 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:19.624 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 32 k 2024-09-13T21:38:19.624 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 142 k 2024-09-13T21:38:19.624 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:19.683 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:34 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:19.774 INFO:teuthology.orchestra.run.smithi028.stdout:libcephfs-devel-19.1.1-324.gecab7be5.el9.x86_64 212 kB/s | 32 kB 00:00 2024-09-13T21:38:19.774 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:19.774 INFO:teuthology.orchestra.run.smithi028.stdout:Total 210 kB/s | 32 kB 00:00 2024-09-13T21:38:19.774 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:19.779 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:19.779 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:19.779 INFO:teuthology.orchestra.run.smithi026.stdout:Package libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:19.808 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:19.808 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:19.826 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:19.827 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:38:19.827 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:19.899 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs-devel 2024-09-13T21:38:19.904 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:19.908 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:33 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:20.024 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:20.044 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume noarch 2:19.1.1-324.gecab7be5.el9 ceph-noarch 285 k 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 285 k 2024-09-13T21:38:20.045 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 1.3 M 2024-09-13T21:38:20.046 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:20.284 INFO:teuthology.orchestra.run.smithi189.stdout:ceph-volume-19.1.1-324.gecab7be5.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-13T21:38:20.285 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:20.285 INFO:teuthology.orchestra.run.smithi189.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-13T21:38:20.285 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:20.293 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:20.293 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:20.324 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:20.324 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:20.416 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:20.492 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:35 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:20.539 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:20.611 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:20.627 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:20.627 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:38:20.627 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-13T21:38:20.627 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:20.632 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:20.632 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel x86_64 2:19.1.1-324.gecab7be5.el9 ceph 32 k 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:38:20.633 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:20.634 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 32 k 2024-09-13T21:38:20.634 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 142 k 2024-09-13T21:38:20.634 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:20.664 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:20.665 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:20.665 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:20.665 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:20.665 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:20.665 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:20.791 INFO:teuthology.orchestra.run.smithi026.stdout:libcephfs-devel-19.1.1-324.gecab7be5.el9.x86_64 201 kB/s | 32 kB 00:00 2024-09-13T21:38:20.792 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:20.792 INFO:teuthology.orchestra.run.smithi026.stdout:Total 200 kB/s | 32 kB 00:00 2024-09-13T21:38:20.792 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:20.796 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:20.796 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:20.809 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:20.809 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:20.864 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librados2 2024-09-13T21:38:20.900 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:21.008 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:21.382 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:21.455 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:38 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:21.548 INFO:teuthology.orchestra.run.smithi028.stdout:Package librados2-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:21.593 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:21.594 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:38:21.594 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:21.619 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:21.620 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:21.620 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:21.620 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:21.620 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:21.620 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:21.670 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librbd1 2024-09-13T21:38:21.679 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 1/1 2024-09-13T21:38:21.680 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:21.680 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:21.680 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume-2:19.1.1-324.gecab7be5.el9.noarch 2024-09-13T21:38:21.680 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:21.680 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:21.814 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados2 2024-09-13T21:38:22.008 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados-devel 2024-09-13T21:38:22.262 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:39 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:22.355 INFO:teuthology.orchestra.run.smithi028.stdout:Package librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:22.402 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:22.403 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:37 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:22.403 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:38:22.403 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:22.479 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rados 2024-09-13T21:38:22.495 INFO:teuthology.orchestra.run.smithi026.stdout:Package librados2-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:22.542 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:22.543 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:38:22.543 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:22.592 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:36 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:22.613 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librbd1 2024-09-13T21:38:22.730 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:22.730 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:22.730 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel x86_64 2:19.1.1-324.gecab7be5.el9 ceph 127 k 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 127 k 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 456 k 2024-09-13T21:38:22.731 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:22.922 INFO:teuthology.orchestra.run.smithi189.stdout:librados-devel-19.1.1-324.gecab7be5.el9.x86_64. 665 kB/s | 127 kB 00:00 2024-09-13T21:38:22.923 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:22.923 INFO:teuthology.orchestra.run.smithi189.stdout:Total 660 kB/s | 127 kB 00:00 2024-09-13T21:38:22.923 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:22.929 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:22.929 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:22.996 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:22.997 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:23.072 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:40 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:23.156 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:23.166 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:23.208 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:38 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:23.211 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:23.212 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:38:23.212 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:23.272 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:23.288 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rgw 2024-09-13T21:38:23.302 INFO:teuthology.orchestra.run.smithi026.stdout:Package librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:23.349 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:23.350 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:38:23.350 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:23.420 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rados 2024-09-13T21:38:23.698 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:23.884 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:40 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:23.973 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:23.973 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:23.973 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:23.974 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:23.974 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:23.974 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:23.976 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:24.014 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:39 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:24.022 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:24.024 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:38:24.024 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:24.104 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-cephfs 2024-09-13T21:38:24.108 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:24.155 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:24.156 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:38:24.156 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:24.231 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rgw 2024-09-13T21:38:24.251 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs2 2024-09-13T21:38:24.694 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:41 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:24.787 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:24.821 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:39 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:24.832 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:38 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:24.833 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:24.834 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:38:24.834 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:24.914 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:24.915 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rbd 2024-09-13T21:38:24.925 INFO:teuthology.orchestra.run.smithi189.stdout:Package libcephfs2-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:24.960 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:24.961 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:38:24.961 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:24.970 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:24.971 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:38:24.971 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:25.032 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-cephfs 2024-09-13T21:38:25.039 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs-devel 2024-09-13T21:38:25.510 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:42 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:25.599 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:39 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:25.604 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:25.621 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:40 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:25.650 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:25.652 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-09-13T21:38:25.652 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:25.714 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:25.729 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-fuse 2024-09-13T21:38:25.732 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:25.733 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:25.733 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-09-13T21:38:25.733 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:25.733 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:25.733 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel x86_64 2:19.1.1-324.gecab7be5.el9 ceph 32 k 2024-09-13T21:38:25.733 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:25.734 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:25.734 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:25.734 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:38:25.734 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:25.734 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 32 k 2024-09-13T21:38:25.734 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 142 k 2024-09-13T21:38:25.734 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:25.761 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:25.761 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:38:25.761 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:25.838 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rbd 2024-09-13T21:38:25.883 INFO:teuthology.orchestra.run.smithi189.stdout:libcephfs-devel-19.1.1-324.gecab7be5.el9.x86_64 213 kB/s | 32 kB 00:00 2024-09-13T21:38:25.884 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:25.884 INFO:teuthology.orchestra.run.smithi189.stdout:Total 211 kB/s | 32 kB 00:00 2024-09-13T21:38:25.884 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:25.888 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:25.888 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:25.913 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:25.913 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:25.995 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:26.114 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:26.318 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:43 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:26.428 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:41 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:26.458 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-fuse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 85 k 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 85 k 2024-09-13T21:38:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 231 k 2024-09-13T21:38:26.460 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:26.504 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:26.522 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:26.568 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:26.569 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-13T21:38:26.569 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:26.637 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-fuse 2024-09-13T21:38:26.659 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-fuse-19.1.1-324.gecab7be5.el9.x86_64.rpm 426 kB/s | 85 kB 00:00 2024-09-13T21:38:26.660 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:26.660 INFO:teuthology.orchestra.run.smithi028.stdout:Total 424 kB/s | 85 kB 00:00 2024-09-13T21:38:26.660 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:26.668 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:26.668 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:26.736 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:26.737 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:26.745 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:26.745 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:26.745 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:26.745 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:26.745 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:26.745 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:26.902 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:26.938 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados2 2024-09-13T21:38:27.002 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:27.229 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:42 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:27.370 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:27.371 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:27.371 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-09-13T21:38:27.371 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:27.371 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:27.371 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 85 k 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 85 k 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 231 k 2024-09-13T21:38:27.372 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:27.381 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:27.500 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:41 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:27.561 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-fuse-19.1.1-324.gecab7be5.el9.x86_64.rpm 451 kB/s | 85 kB 00:00 2024-09-13T21:38:27.562 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:27.562 INFO:teuthology.orchestra.run.smithi026.stdout:Total 448 kB/s | 85 kB 00:00 2024-09-13T21:38:27.562 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:27.570 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:27.570 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:27.590 INFO:teuthology.orchestra.run.smithi189.stdout:Package librados2-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:27.633 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:27.634 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:38:27.634 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:27.637 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:27.637 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:27.656 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:27.656 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:27.656 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:27.656 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:27.656 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:27.656 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:27.706 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librbd1 2024-09-13T21:38:27.802 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:27.889 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-mirror 2024-09-13T21:38:27.904 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:28.270 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:42 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:28.330 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:28.360 INFO:teuthology.orchestra.run.smithi189.stdout:Package librbd1-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:28.404 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:28.405 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:38:28.405 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:28.474 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rados 2024-09-13T21:38:28.490 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:45 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:28.595 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:28.595 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:28.595 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:28.595 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:28.595 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:28.595 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:28.631 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:28.631 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:28.631 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2024-09-13T21:38:28.631 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-mirror x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.1 M 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 3.1 M 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 13 M 2024-09-13T21:38:28.632 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:28.936 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-mirror 2024-09-13T21:38:28.971 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-mirror-19.1.1-324.gecab7be5.el9.x86_64.rpm 9.2 MB/s | 3.1 MB 00:00 2024-09-13T21:38:28.972 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:28.972 INFO:teuthology.orchestra.run.smithi028.stdout:Total 9.1 MB/s | 3.1 MB 00:00 2024-09-13T21:38:28.972 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:28.982 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:28.982 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:29.049 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:43 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:29.071 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:29.071 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:29.140 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rados-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:29.184 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:29.185 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:38:29.185 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:29.254 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rgw 2024-09-13T21:38:29.536 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:44 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:29.576 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:29.647 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:29.674 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:29.675 INFO:teuthology.orchestra.run.smithi028.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:38:29.675 INFO:teuthology.orchestra.run.smithi028.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-13T21:38:29.675 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T21:38:29.675 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T21:38:29.675 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:29.678 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:29.678 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:29.678 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-13T21:38:29.678 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.1 M 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 13 M 2024-09-13T21:38:29.679 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:29.824 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:43 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:29.915 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rgw-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:29.958 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:29.959 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:38:29.959 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:30.031 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-cephfs 2024-09-13T21:38:30.032 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-mirror-19.1.1-324.gecab7be5.el9.x86_64.rpm 8.8 MB/s | 3.1 MB 00:00 2024-09-13T21:38:30.032 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:30.033 INFO:teuthology.orchestra.run.smithi026.stdout:Total 8.8 MB/s | 3.1 MB 00:00 2024-09-13T21:38:30.033 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:30.044 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:30.044 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:30.129 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:30.130 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:30.601 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:44 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:30.628 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:30.690 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-cephfs-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:30.716 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:30.734 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:30.735 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:38:30.735 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:30.740 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:30.740 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:30.740 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:30.741 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:30.741 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:30.741 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:30.743 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:30.743 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:38:30.744 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-13T21:38:30.744 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T21:38:30.744 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T21:38:30.744 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:30.806 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rbd 2024-09-13T21:38:30.984 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-nbd 2024-09-13T21:38:31.374 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:45 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:31.467 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rbd-2:19.1.1-324.gecab7be5.el9.x86_64 is already installed. 2024-09-13T21:38:31.510 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:31.511 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-09-13T21:38:31.511 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:31.575 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:48 ago on Fri 13 Sep 2024 09:36:43 PM UTC. 2024-09-13T21:38:31.582 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-fuse 2024-09-13T21:38:31.712 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-nbd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 170 k 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 170 k 2024-09-13T21:38:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 494 k 2024-09-13T21:38:31.714 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-09-13T21:38:31.880 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:31.880 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:31.880 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:31.881 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:31.881 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:31.881 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:31.924 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-nbd-19.1.1-324.gecab7be5.el9.x86_64.rpm 813 kB/s | 170 kB 00:00 2024-09-13T21:38:31.924 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:31.924 INFO:teuthology.orchestra.run.smithi028.stdout:Total 806 kB/s | 170 kB 00:00 2024-09-13T21:38:31.924 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-09-13T21:38:31.933 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-09-13T21:38:31.933 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-09-13T21:38:32.002 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-09-13T21:38:32.003 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-09-13T21:38:32.119 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-nbd 2024-09-13T21:38:32.153 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:46 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:32.160 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-09-13T21:38:32.266 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse x86_64 2:19.1.1-324.gecab7be5.el9 ceph 85 k 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:32.293 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:32.294 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:38:32.294 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:32.294 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 85 k 2024-09-13T21:38:32.294 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 231 k 2024-09-13T21:38:32.294 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:32.494 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-fuse-19.1.1-324.gecab7be5.el9.x86_64.rpm 420 kB/s | 85 kB 00:00 2024-09-13T21:38:32.495 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:32.495 INFO:teuthology.orchestra.run.smithi189.stdout:Total 417 kB/s | 85 kB 00:00 2024-09-13T21:38:32.495 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:32.502 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:32.502 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:32.695 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:32.719 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:47 ago on Fri 13 Sep 2024 09:36:45 PM UTC. 2024-09-13T21:38:32.726 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:32.837 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:32.859 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-13T21:38:32.860 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:32.860 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-09-13T21:38:32.860 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:32.860 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-13T21:38:32.860 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 170 k 2024-09-13T21:38:32.860 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:32.860 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-13T21:38:32.861 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-13T21:38:32.861 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-13T21:38:32.861 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:32.861 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 170 k 2024-09-13T21:38:32.861 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 494 k 2024-09-13T21:38:32.861 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-13T21:38:32.963 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:32.963 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:32.963 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-09-13T21:38:32.963 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:32.963 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:38:32.964 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-09-13T21:38:33.077 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-nbd-19.1.1-324.gecab7be5.el9.x86_64.rpm 785 kB/s | 170 kB 00:00 2024-09-13T21:38:33.077 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:33.078 INFO:teuthology.orchestra.run.smithi026.stdout:Total 781 kB/s | 170 kB 00:00 2024-09-13T21:38:33.078 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-13T21:38:33.086 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-13T21:38:33.087 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-13T21:38:33.156 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-13T21:38:33.156 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-13T21:38:33.214 DEBUG:teuthology.parallel:result is None 2024-09-13T21:38:33.240 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:33.322 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-13T21:38:33.420 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:33.520 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:33.520 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:33.520 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:33.521 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:33.521 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:33.521 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:33.781 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-mirror 2024-09-13T21:38:33.855 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:34.102 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:34.103 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:34.103 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-13T21:38:34.103 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:34.103 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:38:34.103 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-13T21:38:34.372 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:48 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:34.391 DEBUG:teuthology.parallel:result is None 2024-09-13T21:38:34.518 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:34.519 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:34.519 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-09-13T21:38:34.519 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:34.519 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror x86_64 2:19.1.1-324.gecab7be5.el9 ceph 3.1 M 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 3.1 M 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 13 M 2024-09-13T21:38:34.520 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:34.856 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-mirror-19.1.1-324.gecab7be5.el9.x86_64.rpm 9.2 MB/s | 3.1 MB 00:00 2024-09-13T21:38:34.857 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:34.857 INFO:teuthology.orchestra.run.smithi189.stdout:Total 9.2 MB/s | 3.1 MB 00:00 2024-09-13T21:38:34.857 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:34.867 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:34.867 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:34.953 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:34.953 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:35.447 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:35.515 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:35.541 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:35.541 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T21:38:35.542 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-13T21:38:35.542 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T21:38:35.542 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T21:38:35.542 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:36.652 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:36.653 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:36.653 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:36.653 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:36.653 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:36.653 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:36.884 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-nbd 2024-09-13T21:38:37.468 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:51 ago on Fri 13 Sep 2024 09:36:46 PM UTC. 2024-09-13T21:38:37.607 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd x86_64 2:19.1.1-324.gecab7be5.el9 ceph 170 k 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:37.608 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 170 k 2024-09-13T21:38:37.609 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 494 k 2024-09-13T21:38:37.609 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-09-13T21:38:37.819 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-nbd-19.1.1-324.gecab7be5.el9.x86_64.rpm 813 kB/s | 170 kB 00:00 2024-09-13T21:38:37.819 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:37.820 INFO:teuthology.orchestra.run.smithi189.stdout:Total 805 kB/s | 170 kB 00:00 2024-09-13T21:38:37.820 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-09-13T21:38:37.827 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-09-13T21:38:37.828 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-09-13T21:38:37.892 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-09-13T21:38:37.893 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-09-13T21:38:38.045 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-09-13T21:38:38.149 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:38.576 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:38.844 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 1/1 2024-09-13T21:38:38.844 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:38.844 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-09-13T21:38:38.845 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd-2:19.1.1-324.gecab7be5.el9.x86_64 2024-09-13T21:38:38.845 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:38:38.845 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-09-13T21:38:39.097 DEBUG:teuthology.parallel:result is None 2024-09-13T21:38:39.098 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:39.250 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-13T21:38:39.275 INFO:teuthology.orchestra.run.smithi026.stdout:19.1.1-324.gecab7be5.el9 2024-09-13T21:38:39.276 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-324.gecab7be5.el9 2024-09-13T21:38:39.276 INFO:teuthology.task.install:The correct ceph version 19.1.1-324.gecab7be5 is installed. 2024-09-13T21:38:39.278 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:39.425 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-13T21:38:39.453 INFO:teuthology.orchestra.run.smithi028.stdout:19.1.1-324.gecab7be5.el9 2024-09-13T21:38:39.453 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-324.gecab7be5.el9 2024-09-13T21:38:39.453 INFO:teuthology.task.install:The correct ceph version 19.1.1-324.gecab7be5 is installed. 2024-09-13T21:38:39.455 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:39.611 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-13T21:38:39.634 INFO:teuthology.orchestra.run.smithi189.stdout:19.1.1-324.gecab7be5.el9 2024-09-13T21:38:39.634 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-324.gecab7be5.el9 2024-09-13T21:38:39.634 INFO:teuthology.task.install:The correct ceph version 19.1.1-324.gecab7be5 is installed. 2024-09-13T21:38:39.636 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-13T21:38:39.636 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:38:39.636 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T21:38:39.668 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:38:39.668 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T21:38:39.700 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:38:39.701 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T21:38:39.726 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-13T21:38:39.727 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:38:39.727 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T21:38:39.758 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T21:38:39.826 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:38:39.826 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T21:38:39.857 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T21:38:39.927 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:38:39.927 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T21:38:39.953 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T21:38:40.017 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-13T21:38:40.018 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:38:40.018 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T21:38:40.046 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T21:38:40.115 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:38:40.115 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T21:38:40.145 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T21:38:40.215 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:38:40.215 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T21:38:40.240 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T21:38:40.305 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-13T21:38:40.305 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:38:40.305 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T21:38:40.335 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T21:38:40.404 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:38:40.404 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T21:38:40.435 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T21:38:40.507 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:38:40.507 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T21:38:40.531 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T21:38:40.596 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-13T21:38:40.693 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': 'ecab7be58963a5bd03910cd73eef66405d7fdd50'} 2024-09-13T21:38:40.694 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:40.694 INFO:tasks.cephadm:Cluster fsid is 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:40.695 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-13T21:38:40.695 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.26', 'mon.b': '172.21.15.28', 'mon.c': '172.21.15.189'} 2024-09-13T21:38:40.695 INFO:tasks.cephadm:First mon is mon.a on smithi026 2024-09-13T21:38:40.695 INFO:tasks.cephadm:First mgr is a 2024-09-13T21:38:40.695 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-13T21:38:40.695 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2024-09-13T21:38:40.727 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2024-09-13T21:38:40.758 DEBUG:teuthology.orchestra.run.smithi189:> sudo hostname $(hostname -s) 2024-09-13T21:38:40.783 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-13T21:38:40.783 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:40.938 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'ecab7be58963a5bd03910cd73eef66405d7fdd50', '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/56074/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-324-gecab7be5', 'node_name': '172.21.5.34+adami04', '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-324.gecab7be5'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-13 18:01:03.383540', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-13T21:38:41.088 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 ecab7be58963a5bd03910cd73eef66405d7fdd50 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:41.089 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/x86_64/flavors/default/cephadm 2024-09-13T21:38:41.089 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/x86_64/flavors/default/cephadm 2024-09-13T21:38:41.090 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:41.465 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-r--r--. 1 ubuntu ubuntu 784309 Sep 13 21:38 /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:41.465 DEBUG:teuthology.orchestra.run.smithi028:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:41.820 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-r--r--. 1 ubuntu ubuntu 784309 Sep 13 21:38 /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:41.821 DEBUG:teuthology.orchestra.run.smithi189:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:42.198 INFO:teuthology.orchestra.run.smithi189.stdout:-rw-r--r--. 1 ubuntu ubuntu 784309 Sep 13 21:38 /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:42.198 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:42.219 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:42.240 DEBUG:teuthology.orchestra.run.smithi189:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T21:38:42.269 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 on all hosts... 2024-09-13T21:38:42.270 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 pull 2024-09-13T21:38:42.273 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 pull 2024-09-13T21:38:42.283 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 pull 2024-09-13T21:38:43.840 INFO:teuthology.orchestra.run.smithi189.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:38:43.840 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:38:43.902 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:39:10.919 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-13T21:39:10.919 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph_version": "ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable)", 2024-09-13T21:39:10.919 INFO:teuthology.orchestra.run.smithi026.stdout: "image_id": "0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34", 2024-09-13T21:39:10.919 INFO:teuthology.orchestra.run.smithi026.stdout: "repo_digests": [ 2024-09-13T21:39:10.919 INFO:teuthology.orchestra.run.smithi026.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808" 2024-09-13T21:39:10.919 INFO:teuthology.orchestra.run.smithi026.stdout: ] 2024-09-13T21:39:10.919 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-13T21:39:32.329 INFO:teuthology.orchestra.run.smithi028.stdout:{ 2024-09-13T21:39:32.330 INFO:teuthology.orchestra.run.smithi028.stdout: "ceph_version": "ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable)", 2024-09-13T21:39:32.330 INFO:teuthology.orchestra.run.smithi028.stdout: "image_id": "0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34", 2024-09-13T21:39:32.330 INFO:teuthology.orchestra.run.smithi028.stdout: "repo_digests": [ 2024-09-13T21:39:32.330 INFO:teuthology.orchestra.run.smithi028.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808" 2024-09-13T21:39:32.330 INFO:teuthology.orchestra.run.smithi028.stdout: ] 2024-09-13T21:39:32.330 INFO:teuthology.orchestra.run.smithi028.stdout:} 2024-09-13T21:39:36.574 INFO:teuthology.orchestra.run.smithi189.stdout:{ 2024-09-13T21:39:36.575 INFO:teuthology.orchestra.run.smithi189.stdout: "ceph_version": "ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable)", 2024-09-13T21:39:36.575 INFO:teuthology.orchestra.run.smithi189.stdout: "image_id": "0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34", 2024-09-13T21:39:36.575 INFO:teuthology.orchestra.run.smithi189.stdout: "repo_digests": [ 2024-09-13T21:39:36.575 INFO:teuthology.orchestra.run.smithi189.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808" 2024-09-13T21:39:36.575 INFO:teuthology.orchestra.run.smithi189.stdout: ] 2024-09-13T21:39:36.575 INFO:teuthology.orchestra.run.smithi189.stdout:} 2024-09-13T21:39:36.600 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2024-09-13T21:39:36.639 DEBUG:teuthology.orchestra.run.smithi028:> sudo mkdir -p /etc/ceph 2024-09-13T21:39:36.673 DEBUG:teuthology.orchestra.run.smithi189:> sudo mkdir -p /etc/ceph 2024-09-13T21:39:36.701 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2024-09-13T21:39:36.730 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 777 /etc/ceph 2024-09-13T21:39:36.761 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 777 /etc/ceph 2024-09-13T21:39:36.786 INFO:tasks.cephadm:Writing seed config... 2024-09-13T21:39:36.787 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-13T21:39:36.787 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-13T21:39:36.787 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-13T21:39:36.787 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-13T21:39:36.787 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-13T21:39:36.787 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-13T21:39:36.788 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-13T21:39:36.788 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-13T21:39:36.788 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-13T21:39:36.788 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:39:36.788 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-13T21:39:36.807 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 = 8ae6f4be-7218-11ef-bceb-c7b262605968 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-13T21:39:36.807 DEBUG:teuthology.orchestra.run.smithi026:mon.a> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a.service 2024-09-13T21:39:36.850 DEBUG:teuthology.orchestra.run.smithi026:mgr.a> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.a.service 2024-09-13T21:39:36.893 INFO:tasks.cephadm:Bootstrapping... 2024-09-13T21:39:36.894 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 -v bootstrap --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:39:37.110 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:39:37.110 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50', '-v', 'bootstrap', '--fsid', '8ae6f4be-7218-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.26', '--skip-admin-label'] 2024-09-13T21:39:37.111 INFO:teuthology.orchestra.run.smithi026.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-13T21:39:37.111 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying podman|docker is present... 2024-09-13T21:39:37.135 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 5.2.2 2024-09-13T21:39:37.135 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying lvm2 is present... 2024-09-13T21:39:37.135 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying time synchronization is in place... 2024-09-13T21:39:37.143 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T21:39:37.143 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T21:39:37.149 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T21:39:37.150 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-09-13T21:39:37.156 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2024-09-13T21:39:37.163 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2024-09-13T21:39:37.163 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2024-09-13T21:39:37.163 INFO:teuthology.orchestra.run.smithi026.stdout:Repeating the final host check... 2024-09-13T21:39:37.186 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 5.2.2 2024-09-13T21:39:37.187 INFO:teuthology.orchestra.run.smithi026.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-13T21:39:37.187 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl is present 2024-09-13T21:39:37.187 INFO:teuthology.orchestra.run.smithi026.stdout:lvcreate is present 2024-09-13T21:39:37.193 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T21:39:37.193 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T21:39:37.200 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T21:39:37.200 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-09-13T21:39:37.207 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2024-09-13T21:39:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2024-09-13T21:39:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2024-09-13T21:39:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Host looks OK 2024-09-13T21:39:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Cluster fsid: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Acquiring lock 139993758364528 on /run/cephadm/8ae6f4be-7218-11ef-bceb-c7b262605968.lock 2024-09-13T21:39:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Lock 139993758364528 acquired on /run/cephadm/8ae6f4be-7218-11ef-bceb-c7b262605968.lock 2024-09-13T21:39:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 3300 ... 2024-09-13T21:39:37.216 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 6789 ... 2024-09-13T21:39:37.216 INFO:teuthology.orchestra.run.smithi026.stdout:Base mon IP(s) is [172.21.15.26:3300, 172.21.15.26:6789], mon addrv is [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-09-13T21:39:37.218 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.26 metric 100 2024-09-13T21:39:37.218 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2024-09-13T21:39:37.221 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-13T21:39:37.221 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-13T21:39:37.221 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1787sec hoplimit 64 pref medium 2024-09-13T21:39:37.223 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-13T21:39:37.223 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-13T21:39:37.223 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T21:39:37.224 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-13T21:39:37.224 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:cac0/64 scope link 2024-09-13T21:39:37.224 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T21:39:37.224 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2024-09-13T21:39:37.224 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2024-09-13T21:39:37.224 INFO:teuthology.orchestra.run.smithi026.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-13T21:39:37.225 INFO:teuthology.orchestra.run.smithi026.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-13T21:39:37.225 INFO:teuthology.orchestra.run.smithi026.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:39:37.686 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 2024-09-13T21:39:37.686 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:39:37.686 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Getting image source signatures 2024-09-13T21:39:37.686 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-13T21:39:37.686 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:98fad6c4efdd3189f678ab633fc4d1260c2a80af004ebf92d586021ee3562710 2024-09-13T21:39:37.686 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying config sha256:0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 2024-09-13T21:39:37.686 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-13T21:39:38.614 INFO:teuthology.orchestra.run.smithi026.stdout:ceph: stdout ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable) 2024-09-13T21:39:38.615 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph version: ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable) 2024-09-13T21:39:38.615 INFO:teuthology.orchestra.run.smithi026.stdout:Extracting ceph user uid/gid from container image... 2024-09-13T21:39:39.563 INFO:teuthology.orchestra.run.smithi026.stdout:stat: stdout 167 167 2024-09-13T21:39:39.563 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial keys... 2024-09-13T21:39:40.527 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQAbseRmf0l6NxAAt2e7EMwWTjb/SdLjoikxRg== 2024-09-13T21:39:43.366 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQAcseRm7Gu2NRAAn8iwh01GsEcVYTtYsHl/Tw== 2024-09-13T21:39:50.042 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQAiseRmlxRvHRAAGMrazJPkCqHSMBGY0+mqyQ== 2024-09-13T21:39:50.043 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial monmap... 2024-09-13T21:39:51.351 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T21:39:51.351 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-13T21:39:51.351 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:51.351 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T21:39:51.351 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool for a [v2:172.21.15.26:3300,v1:172.21.15.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T21:39:51.352 INFO:teuthology.orchestra.run.smithi026.stdout:setting min_mon_release = quincy 2024-09-13T21:39:51.352 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: set fsid to 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:51.352 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T21:39:51.352 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:39:51.352 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mon... 2024-09-13T21:39:52.371 INFO:teuthology.orchestra.run.smithi026.stdout:create mon.a on 2024-09-13T21:39:52.591 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-13T21:39:52.730 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-13T21:39:52.909 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968.target. 2024-09-13T21:39:52.909 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968.target. 2024-09-13T21:39:53.145 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a 2024-09-13T21:39:53.145 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-13T21:39:53.312 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968.target.wants/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@.service. 2024-09-13T21:39:53.794 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:53 smithi026 podman[29222]: 2024-09-13 21:39:53.752214346 +0000 UTC m=+0.330041220 container start 6fd773ece89f9b87f1bdb59efc8f76a0db7834a743f55e45650cf794a240f3ab (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=squid-ecab7be) 2024-09-13T21:39:53.853 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T21:39:53.853 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-09-13T21:39:53.860 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T21:39:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-09-13T21:39:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-09-13T21:39:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T21:39:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon to start... 2024-09-13T21:39:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon... 2024-09-13T21:39:54.074 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:53 smithi026 ceph-mon[29260]: mkfs 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:54.074 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:53 smithi026 ceph-mon[29260]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T21:39:54.074 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:53 smithi026 bash[29222]: 6fd773ece89f9b87f1bdb59efc8f76a0db7834a743f55e45650cf794a240f3ab 2024-09-13T21:39:54.075 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:53 smithi026 systemd[1]: Started Ceph mon.a for 8ae6f4be-7218-11ef-bceb-c7b262605968. 2024-09-13T21:39:54.912 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T21:39:54.912 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: monmap epoch 1 2024-09-13T21:39:54.912 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: last_changed 2024-09-13T21:39:50.424926+0000 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: min_mon_release 19 (squid) 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: election_strategy: 1 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: fsmap 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: osdmap e1: 0 total, 0 up, 0 in 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: mgrmap e1: no daemons active 2024-09-13T21:39:54.913 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:54 smithi026 ceph-mon[29260]: from='client.? 172.21.15.26:0/2940822842' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-13T21:39:54.915 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout cluster: 2024-09-13T21:39:54.916 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout id: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout services: 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.563436s) 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout data: 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-13T21:39:54.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pgs: 2024-09-13T21:39:54.918 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:39:54.918 INFO:teuthology.orchestra.run.smithi026.stdout:mon is available 2024-09-13T21:39:54.918 INFO:teuthology.orchestra.run.smithi026.stdout:Assimilating anything we can from ceph.conf... 2024-09-13T21:39:56.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:55 smithi026 ceph-mon[29260]: from='client.? 172.21.15.26:0/2553534905' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-13T21:39:56.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:55 smithi026 ceph-mon[29260]: from='client.? 172.21.15.26:0/2553534905' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T21:39:56.448 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:39:56.448 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T21:39:56.448 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:56.448 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-09-13T21:39:56.448 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T21:39:56.449 INFO:teuthology.orchestra.run.smithi026.stdout:Generating new minimal ceph.conf... 2024-09-13T21:39:57.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:57 smithi026 ceph-mon[29260]: from='client.? 172.21.15.26:0/3504878858' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:39:57.503 INFO:teuthology.orchestra.run.smithi026.stdout:Restarting the monitor... 2024-09-13T21:39:57.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:57 smithi026 systemd[1]: Stopping Ceph mon.a for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:39:58.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:57 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a[29237]: 2024-09-13T21:39:57.785+0000 7ff5691ce640 -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-13T21:39:58.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:57 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a[29237]: 2024-09-13T21:39:57.785+0000 7ff5691ce640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T21:39:58.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:57 smithi026 podman[29576]: 2024-09-13 21:39:57.930918018 +0000 UTC m=+0.249538495 container died 6fd773ece89f9b87f1bdb59efc8f76a0db7834a743f55e45650cf794a240f3ab (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True) 2024-09-13T21:39:58.553 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 podman[29576]: 2024-09-13 21:39:58.27621727 +0000 UTC m=+0.594837736 container cleanup 6fd773ece89f9b87f1bdb59efc8f76a0db7834a743f55e45650cf794a240f3ab (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-13T21:39:58.553 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 bash[29576]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a 2024-09-13T21:39:58.912 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 podman[29593]: 2024-09-13 21:39:58.551869067 +0000 UTC m=+0.618085179 container remove 6fd773ece89f9b87f1bdb59efc8f76a0db7834a743f55e45650cf794a240f3ab (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-13T21:39:58.912 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 systemd[1]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-13T21:39:58.912 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 systemd[1]: Stopped Ceph mon.a for 8ae6f4be-7218-11ef-bceb-c7b262605968. 2024-09-13T21:39:58.912 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 systemd[1]: Starting Ceph mon.a for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:39:59.160 INFO:teuthology.orchestra.run.smithi026.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 podman[29693]: 2024-09-13 21:39:58.911060782 +0000 UTC m=+0.105926594 container create 0de61684aaf03f5bc8e5f663453535ed88f6ff92523fbc6dad6b873232ca2f3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:58 smithi026 podman[29693]: 2024-09-13 21:39:58.821311913 +0000 UTC m=+0.016177735 image pull 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 podman[29693]: 2024-09-13 21:39:59.07992235 +0000 UTC m=+0.274788162 container init 0de61684aaf03f5bc8e5f663453535ed88f6ff92523fbc6dad6b873232ca2f3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=squid-ecab7be, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 podman[29693]: 2024-09-13 21:39:59.084182561 +0000 UTC m=+0.279048374 container start 0de61684aaf03f5bc8e5f663453535ed88f6ff92523fbc6dad6b873232ca2f3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=squid-ecab7be, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable), process ceph-mon, pid 7 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: pidfile_write: ignore empty --pid-file 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: load: jerasure load: lrc 2024-09-13T21:39:59.171 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: RocksDB version: 7.9.2 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Git sha 0 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Compile date 2024-09-13 16:59:10 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: DB SUMMARY 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: DB Session ID: FB3UG73JS6ARZWH6TSAY 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: CURRENT file: CURRENT 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88789 ; 2024-09-13T21:39:59.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.error_if_exists: 0 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.create_if_missing: 0 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.paranoid_checks: 1 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.env: 0x55cfe815a940 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.info_log: 0x55cfe8a776e0 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T21:39:59.174 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.statistics: (nil) 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.use_fsync: 0 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_log_file_size: 0 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.allow_fallocate: 1 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.use_direct_reads: 0 2024-09-13T21:39:59.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.db_log_dir: 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.wal_dir: 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T21:39:59.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.write_buffer_manager: 0x55cfe8a86dc0 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.unordered_write: 0 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T21:39:59.177 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.row_cache: None 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.wal_filter: None 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.two_write_queues: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.wal_compression: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.atomic_flush: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.log_readahead_size: 0 2024-09-13T21:39:59.178 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_background_jobs: 2 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_background_compactions: -1 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_subcompactions: 1 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T21:39:59.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_open_files: -1 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_background_flushes: -1 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Compression algorithms supported: 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kZSTD supported: 0 2024-09-13T21:39:59.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kXpressCompression supported: 0 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kBZip2Compression supported: 0 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kLZ4Compression supported: 1 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kZlibCompression supported: 1 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: kSnappyCompression supported: 1 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.merge_operator: 2024-09-13T21:39:59.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_filter: None 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cfe8a77320) 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks: 1 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_top_level_index_and_filter: 1 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_type: 0 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_index_type: 0 2024-09-13T21:39:59.182 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_shortening: 1 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: checksum: 4 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: no_block_cache: 0 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache: 0x55cfe8a6b1f0 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_name: BinnedLRUCache 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_options: 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: capacity : 536870912 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_shard_bits : 4 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: strict_capacity_limit : 0 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: high_pri_pool_ratio: 0.000 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_compressed: (nil) 2024-09-13T21:39:59.183 INFO:journalctl@ceph.mon.a.smithi026.stdout: persistent_cache: (nil) 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size: 4096 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size_deviation: 10 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_restart_interval: 16 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_block_restart_interval: 1 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: metadata_block_size: 4096 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: partition_filters: 0 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: use_delta_encoding: 1 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: filter_policy: bloomfilter 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: whole_key_filtering: 1 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: verify_compression: 0 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: read_amp_bytes_per_bit: 0 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: format_version: 5 2024-09-13T21:39:59.184 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_index_compression: 1 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_align: 0 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout: max_auto_readahead_size: 262144 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout: prepopulate_block_cache: 0 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout: initial_auto_readahead_size: 8192 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression: NoCompression 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T21:39:59.185 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.num_levels: 7 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:39:59.186 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T21:39:59.187 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T21:39:59.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T21:39:59.189 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.inplace_update_support: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.bloom_locality: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.max_successive_merges: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.ttl: 2592000 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T21:39:59.190 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.enable_blob_files: false 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.min_blob_size: 0 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: 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-13T21:39:59.191 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e6f832da-a798-45c0-896d-0d58f85b77ae 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263599110673, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263599111581, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85406, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83553, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77760, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726263599, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e6f832da-a798-45c0-896d-0d58f85b77ae", "db_session_id": "FB3UG73JS6ARZWH6TSAY", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263599111679, "job": 1, "event": "recovery_finished"} 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: 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-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cfe8a98e00 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: DB pointer 0x55cfe8b94000 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** DB Stats ** 2024-09-13T21:39:59.192 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.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-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.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-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.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-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:39:59.193 INFO:journalctl@ceph.mon.a.smithi026.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.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-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T21:39:59.194 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative compaction: 0.00 GB write, 26.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval compaction: 0.00 GB write, 26.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.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-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: Block cache BinnedLRUCache@0x55cfe8a6b1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.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-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: starting mon.a rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???) e1 preinit fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???).mds e1 new map 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???).mds e1 print_map 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: e1 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: btime 2024-09-13T21:39:53:790498+0000 2024-09-13T21:39:59.195 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.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-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout: legacy client fscid: -1 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout: No filesystems configured 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 bash[29693]: 0de61684aaf03f5bc8e5f663453535ed88f6ff92523fbc6dad6b873232ca2f3b 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 systemd[1]: Started Ceph mon.a for 8ae6f4be-7218-11ef-bceb-c7b262605968. 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T21:39:59.196 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: monmap epoch 1 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: last_changed 2024-09-13T21:39:50.424926+0000 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: min_mon_release 19 (squid) 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: election_strategy: 1 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: fsmap 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: osdmap e1: 0 total, 0 up, 0 in 2024-09-13T21:39:59.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:39:59 smithi026 ceph-mon[29731]: mgrmap e1: no daemons active 2024-09-13T21:40:00.206 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-13T21:40:00.228 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:00.228 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mgr... 2024-09-13T21:40:00.228 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-13T21:40:00.229 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-13T21:40:00.492 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.a 2024-09-13T21:40:00.493 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-13T21:40:00.641 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968.target.wants/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@.service. 2024-09-13T21:40:00.882 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:00 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2804167705' entity='client.admin' 2024-09-13T21:40:01.179 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 podman[29972]: 2024-09-13 21:40:01.111733988 +0000 UTC m=+0.344322510 container start 6d137f0f3f2e53701fae841043e98e82dc2f85070495658c2b18a9c498bef41e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=squid-ecab7be, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T21:40:01.198 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T21:40:01.198 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-09-13T21:40:01.205 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T21:40:01.206 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-09-13T21:40:01.206 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-09-13T21:40:01.206 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T21:40:01.214 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T21:40:01.215 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-09-13T21:40:01.222 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T21:40:01.222 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-09-13T21:40:01.222 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-09-13T21:40:01.223 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-13T21:40:01.223 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr to start... 2024-09-13T21:40:01.223 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr... 2024-09-13T21:40:01.467 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 bash[29972]: 6d137f0f3f2e53701fae841043e98e82dc2f85070495658c2b18a9c498bef41e 2024-09-13T21:40:01.468 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 systemd[1]: Started Ceph mgr.a for 8ae6f4be-7218-11ef-bceb-c7b262605968. 2024-09-13T21:40:01.468 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:01.244+0000 7fa67164a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:40:01.468 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:01.307+0000 7fa67164a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:40:01.468 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:01.465+0000 7fa67164a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:40:01.735 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:01.540+0000 7fa67164a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:40:01.736 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:01.697+0000 7fa67164a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:40:02.088 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:01 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2161060725' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T21:40:02.089 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:01 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:01.852+0000 7fa67164a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:40:02.397 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:02 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:02.188+0000 7fa67164a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:40:02.398 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:02 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:02.251+0000 7fa67164a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:40:02.402 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:40:02.402 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:40:02.402 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "8ae6f4be-7218-11ef-bceb-c7b262605968", 2024-09-13T21:40:02.402 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T21:40:02.403 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T21:40:02.404 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T21:40:02.407 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T21:40:02.408 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T21:39:53:790498+0000", 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:02.409 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T21:39:53.791154+0000", 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:40:02.410 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (1/15)... 2024-09-13T21:40:02.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:02 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:02.446+0000 7fa67164a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:40:03.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:03 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:03.372+0000 7fa67164a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:40:03.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:03 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:03.442+0000 7fa67164a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:40:04.476 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:04 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:04.200+0000 7fa67164a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:40:04.477 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:04 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:04.320+0000 7fa67164a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:40:04.773 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:04 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:04.472+0000 7fa67164a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:40:04.773 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:04 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:04.538+0000 7fa67164a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:40:04.774 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:04 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:04.700+0000 7fa67164a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:40:04.774 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:04 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:04.771+0000 7fa67164a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:40:05.091 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:05 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3093268212' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T21:40:05.091 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:04 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:04.836+0000 7fa67164a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:40:05.091 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:05 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:05.020+0000 7fa67164a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:40:05.091 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:05 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:05.089+0000 7fa67164a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:40:05.373 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:05 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:05.159+0000 7fa67164a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:40:05.373 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:05 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:05.247+0000 7fa67164a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:40:05.373 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:05 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:05.309+0000 7fa67164a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:40:05.373 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:05 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:05.371+0000 7fa67164a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "8ae6f4be-7218-11ef-bceb-c7b262605968", 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T21:40:05.579 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:05.580 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T21:40:05.581 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T21:39:53:790498+0000", 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T21:40:05.582 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T21:39:53.791154+0000", 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:40:05.583 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (2/15)... 2024-09-13T21:40:06.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:06.203+0000 7fa67164a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:40:06.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: Activating manager daemon a 2024-09-13T21:40:06.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: mgrmap e2: a(active, starting, since 0.00303917s) 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: Manager daemon a is now available 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' 2024-09-13T21:40:06.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:06 smithi026 ceph-mon[29731]: from='mgr.14100 172.21.15.26:0/115737756' entity='mgr.a' 2024-09-13T21:40:08.289 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:08 smithi026 ceph-mon[29731]: mgrmap e3: a(active, since 1.00772s) 2024-09-13T21:40:09.007 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:40:09.007 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:40:09.007 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "8ae6f4be-7218-11ef-bceb-c7b262605968", 2024-09-13T21:40:09.007 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T21:40:09.008 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T21:40:09.008 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T21:40:09.008 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T21:40:09.008 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:09.008 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T21:40:09.009 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T21:40:09.009 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-09-13T21:40:09.009 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:09.009 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T21:40:09.009 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T21:40:09.009 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:09.009 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-13T21:40:09.010 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T21:40:09.010 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:09.010 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T21:40:09.010 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T21:40:09.010 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:09.010 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T21:40:09.010 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:09.011 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T21:40:09.011 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T21:40:09.011 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T21:40:09.011 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T21:40:09.011 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T21:40:09.011 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T21:40:09.017 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T21:40:09.018 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T21:39:53:790498+0000", 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T21:40:09.019 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T21:39:53.791154+0000", 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:40:09.020 INFO:teuthology.orchestra.run.smithi026.stdout:mgr is available 2024-09-13T21:40:09.346 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:09 smithi026 ceph-mon[29731]: mgrmap e4: a(active, since 2s) 2024-09-13T21:40:09.346 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:09 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3401741245' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T21:40:10.155 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:40:10.155 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T21:40:10.155 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T21:40:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling cephadm module... 2024-09-13T21:40:10.537 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:10 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3493552459' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-13T21:40:10.537 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:10 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3493552459' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T21:40:11.574 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3821984812' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-13T21:40:11.574 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: ignoring --setuser ceph since I am not root 2024-09-13T21:40:11.574 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: ignoring --setgroup ceph since I am not root 2024-09-13T21:40:11.574 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:11.382+0000 7fe7dd8f2040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:40:11.574 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:11.442+0000 7fe7dd8f2040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:40:11.827 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:11.600+0000 7fe7dd8f2040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:40:11.827 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:11.669+0000 7fe7dd8f2040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:40:11.828 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:11.825+0000 7fe7dd8f2040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:40:12.125 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:11 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:11.976+0000 7fe7dd8f2040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:40:12.378 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:12 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3821984812' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T21:40:12.378 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:12 smithi026 ceph-mon[29731]: mgrmap e5: a(active, since 5s) 2024-09-13T21:40:12.378 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:12 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:12.309+0000 7fe7dd8f2040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:40:12.378 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:12 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:12.376+0000 7fe7dd8f2040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:40:12.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:12 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:12.571+0000 7fe7dd8f2040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2024-09-13T21:40:13.109 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 5... 2024-09-13T21:40:13.492 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:13 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/1104889784' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-13T21:40:13.929 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:13 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:13.511+0000 7fe7dd8f2040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:40:13.930 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:13 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:13.585+0000 7fe7dd8f2040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:40:14.597 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:14 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:14.326+0000 7fe7dd8f2040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:40:14.597 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:14 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:14.447+0000 7fe7dd8f2040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:40:14.887 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:14 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:14.595+0000 7fe7dd8f2040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:40:14.887 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:14 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:14.659+0000 7fe7dd8f2040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:40:14.888 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:14 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:14.815+0000 7fe7dd8f2040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:40:14.888 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:14 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:14.886+0000 7fe7dd8f2040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:40:15.179 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:14 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:14.948+0000 7fe7dd8f2040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:40:15.179 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:15 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:15.113+0000 7fe7dd8f2040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:40:15.461 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:15 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:15.181+0000 7fe7dd8f2040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:40:15.461 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:15 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:15.250+0000 7fe7dd8f2040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:40:15.462 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:15 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:15.337+0000 7fe7dd8f2040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:40:15.462 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:15 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:15.398+0000 7fe7dd8f2040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:40:15.462 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:15 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:15.459+0000 7fe7dd8f2040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:40:16.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:16.285+0000 7fe7dd8f2040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:40:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: Active manager daemon a restarted 2024-09-13T21:40:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: Activating manager daemon a 2024-09-13T21:40:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: osdmap e2: 0 total, 0 up, 0 in 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: mgrmap e6: a(active, starting, since 0.00356042s) 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: Manager daemon a is now available 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:40:16.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:16 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:40:17.613 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:17 smithi026 ceph-mon[29731]: Found migration_current of "None". Setting to last migration. 2024-09-13T21:40:17.613 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:17 smithi026 ceph-mon[29731]: mgrmap e7: a(active, since 1.00566s) 2024-09-13T21:40:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:40:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-13T21:40:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T21:40:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:40:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 5 is available 2024-09-13T21:40:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:Setting orchestrator backend to cephadm... 2024-09-13T21:40:18.817 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:18 smithi026 ceph-mon[29731]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T21:40:18.817 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:18 smithi026 ceph-mon[29731]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T21:40:18.817 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:18 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:18.817 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:18 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:18.817 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:18 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:18.818 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:18 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:19.199+0000 7fe74a417640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:21:40:19] ENGINE Error in HTTPServer.serve 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: Traceback (most recent call last): 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self._connections.run(self.expiration_interval) 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self._run(expiration_interval) 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:40:19.421 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: s = self.context.wrap_socket( 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: return self.sslsocket_class._create( 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self.do_handshake() 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self._sslobj.do_handshake() 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:40:19.422 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:19.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-mon[29731]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:19.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-mon[29731]: mgrmap e8: a(active, since 2s) 2024-09-13T21:40:19.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:19] ENGINE Bus STARTING 2024-09-13T21:40:19.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:19] ENGINE Serving on https://172.21.15.26:7150 2024-09-13T21:40:19.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:19] ENGINE Error in HTTPServer.serve 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: Traceback (most recent call last): 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: self._connections.run(self.expiration_interval) 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: self._run(expiration_interval) 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: s = self.context.wrap_socket( 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:40:19.680 INFO:journalctl@ceph.mon.a.smithi026.stdout: return self.sslsocket_class._create( 2024-09-13T21:40:19.681 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:40:19.681 INFO:journalctl@ceph.mon.a.smithi026.stdout: self.do_handshake() 2024-09-13T21:40:19.681 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:40:19.681 INFO:journalctl@ceph.mon.a.smithi026.stdout: self._sslobj.do_handshake() 2024-09-13T21:40:19.681 INFO:journalctl@ceph.mon.a.smithi026.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:40:19.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:19 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:20.293 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-13T21:40:20.293 INFO:teuthology.orchestra.run.smithi026.stdout:Generating ssh key... 2024-09-13T21:40:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:20 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:19] ENGINE Serving on http://172.21.15.26:8765 2024-09-13T21:40:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:20 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:19] ENGINE Bus STARTED 2024-09-13T21:40:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:20 smithi026 ceph-mon[29731]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:21.430 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: Generating public/private rsa key pair. 2024-09-13T21:40:21.430 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: Your identification has been saved in /tmp/tmpxn6d9e6j/key 2024-09-13T21:40:21.430 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: Your public key has been saved in /tmp/tmpxn6d9e6j/key.pub 2024-09-13T21:40:21.430 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: The key fingerprint is: 2024-09-13T21:40:21.430 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: SHA256:RkrM7ztVWQ5AXNLm8m8w8qFSFr8Bx0aZ1zqAjxcdbTE ceph-8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:21.431 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: The key's randomart image is: 2024-09-13T21:40:21.431 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: +---[RSA 3072]----+ 2024-09-13T21:40:21.431 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | o+=.+.E.| 2024-09-13T21:40:21.431 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | o o.X + =| 2024-09-13T21:40:21.431 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | + . B O o | 2024-09-13T21:40:21.431 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | . + = X + | 2024-09-13T21:40:21.432 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | . S @ . | 2024-09-13T21:40:21.432 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | o = B | 2024-09-13T21:40:21.432 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | .+ + B | 2024-09-13T21:40:21.432 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | o.. o o | 2024-09-13T21:40:21.432 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: | .o . | 2024-09-13T21:40:21.432 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: +----[SHA256]-----+ 2024-09-13T21:40:22.344 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:22 smithi026 ceph-mon[29731]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:22.344 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:22 smithi026 ceph-mon[29731]: Generating ssh key... 2024-09-13T21:40:22.344 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:22 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:22.344 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:22 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:22.797 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPWyb+IRs/Nt9vwdrN4xguSxm123/FcXShe1OJFSe4FMFSxeZEaqXU0pTKUVMORKeyo4Cc86tTK+htIK4uNBigFCAKspz8usIxSxaBZEZl96wKi7Eig1oQeeHOwOnTzrS1fGB5RYMFcp7Q9wU3BVzMsgrNaw96csGfhXV1Urr1ZznKC6fnx3IlelaOXI7OvAEiM6OPPguCo5VNpw4p3LGV4j2Kvu5s6oZuypfYZaSS7CwXw/sqK824Pg8lGHsNV2UZbvNYxcmXbCFS0XKqh9Hzyz4GT37NfT5q3aO8Y0OHLWTrlph4OGW8rzmhjHaZjjr8GjmIvmi6ltH+DU01g1wvcQMowAtLfbxCEZIpJPIBRwO/pxsSw+BABH1+YLFAicB9loKetTqKShlyv58niM6CqXX2M4/IlgCPyo67STHNqAVKM6dGvZSGPh4nPyzHUNoBuQkS5N6xry3t+WwPlw/D5X754bDrOTkJceS1iSOXtaPEIP50Iymq48byuVMquFc= ceph-8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:22.797 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:40:22.797 INFO:teuthology.orchestra.run.smithi026.stdout:Adding key to root@localhost authorized_keys... 2024-09-13T21:40:22.809 INFO:teuthology.orchestra.run.smithi026.stdout:Adding host smithi026... 2024-09-13T21:40:23.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:23 smithi026 ceph-mon[29731]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:24.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:24 smithi026 ceph-mon[29731]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "addr": "172.21.15.26", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:25.639 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:25 smithi026 ceph-mon[29731]: Deploying cephadm binary to smithi026 2024-09-13T21:40:27.846 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Added host 'smithi026' with addr '172.21.15.26' 2024-09-13T21:40:27.846 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying unmanaged mon service... 2024-09-13T21:40:28.489 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:28 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:28.489 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:28 smithi026 ceph-mon[29731]: Added host smithi026 2024-09-13T21:40:28.489 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:28 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:29.088 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-13T21:40:29.088 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying unmanaged mgr service... 2024-09-13T21:40:29.632 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:29 smithi026 ceph-mon[29731]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:29.632 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:29 smithi026 ceph-mon[29731]: Saving service mon spec with placement count:5 2024-09-13T21:40:29.632 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:29 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:31.217 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-13T21:40:31.468 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:31 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:31.469 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:31 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:31.469 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:31 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:32.555 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:32 smithi026 ceph-mon[29731]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:32.555 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:32 smithi026 ceph-mon[29731]: Saving service mgr spec with placement count:2 2024-09-13T21:40:32.555 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:32 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/1540658584' entity='client.admin' 2024-09-13T21:40:33.907 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling the dashboard module... 2024-09-13T21:40:34.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:34 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2682208550' entity='client.admin' 2024-09-13T21:40:34.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:34 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:35.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:35 smithi026 ceph-mon[29731]: from='mgr.14118 172.21.15.26:0/423605185' entity='mgr.a' 2024-09-13T21:40:35.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:35 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/1596132415' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-13T21:40:35.930 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:35 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: ignoring --setuser ceph since I am not root 2024-09-13T21:40:35.930 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:35 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: ignoring --setgroup ceph since I am not root 2024-09-13T21:40:35.930 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:35 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:35.792+0000 7f96ca33f040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:40:35.930 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:35 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:35.852+0000 7f96ca33f040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:40:36.237 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:36.010+0000 7f96ca33f040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:40:36.237 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:36.080+0000 7f96ca33f040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:40:36.238 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:36.235+0000 7f96ca33f040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:40:36.493 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:36.387+0000 7f96ca33f040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:40:36.790 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/1596132415' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T21:40:36.790 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-mon[29731]: mgrmap e9: a(active, since 19s) 2024-09-13T21:40:36.790 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:36.723+0000 7f96ca33f040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:40:36.790 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:36.788+0000 7f96ca33f040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:40:37.179 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:36 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:36.985+0000 7f96ca33f040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:40:37.794 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:40:37.795 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-13T21:40:37.795 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T21:40:37.795 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T21:40:37.795 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T21:40:37.795 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:40:37.795 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2024-09-13T21:40:37.795 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 9... 2024-09-13T21:40:37.891 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:37 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2325958258' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-13T21:40:38.179 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:37 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:37.934+0000 7f96ca33f040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:40:38.179 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:38 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:38.010+0000 7f96ca33f040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:40:39.040 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:38 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:38.766+0000 7f96ca33f040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:40:39.040 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:38 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:38.888+0000 7f96ca33f040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:40:39.332 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.038+0000 7f96ca33f040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:40:39.332 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.102+0000 7f96ca33f040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:40:39.333 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.259+0000 7f96ca33f040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:40:39.333 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.331+0000 7f96ca33f040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:40:39.629 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.393+0000 7f96ca33f040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:40:39.629 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.560+0000 7f96ca33f040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:40:39.629 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.627+0000 7f96ca33f040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:40:39.910 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.697+0000 7f96ca33f040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:40:39.910 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.784+0000 7f96ca33f040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:40:39.910 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.846+0000 7f96ca33f040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:40:39.910 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:39 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:39.908+0000 7f96ca33f040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:40:41.012 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: Active manager daemon a restarted 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: Activating manager daemon a 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: osdmap e3: 0 total, 0 up, 0 in 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: mgrmap e10: a(active, starting, since 0.00422275s) 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: Manager daemon a is now available 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:41.013 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:40:41.014 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:40:41.014 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:40 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:40.755+0000 7f96ca33f040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:40:42.569 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:40:42.570 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-13T21:40:42.570 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T21:40:42.570 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:40:42.570 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 9 is available 2024-09-13T21:40:42.570 INFO:teuthology.orchestra.run.smithi026.stdout:Generating a dashboard self-signed certificate... 2024-09-13T21:40:42.844 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-mon[29731]: mgrmap e11: a(active, since 1.00616s) 2024-09-13T21:40:42.844 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:42.844 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:42] ENGINE Bus STARTING 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:42.920+0000 7f962fe08640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:21:40:42] ENGINE Error in HTTPServer.serve 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: Traceback (most recent call last): 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self._connections.run(self.expiration_interval) 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self._run(expiration_interval) 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:40:43.180 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: s = self.context.wrap_socket( 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: return self.sslsocket_class._create( 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self.do_handshake() 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: self._sslobj.do_handshake() 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:40:43.181 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:40:42 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:40:43.859 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-13T21:40:43.860 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial admin user... 2024-09-13T21:40:44.591 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:42] ENGINE Serving on http://172.21.15.26:8765 2024-09-13T21:40:44.591 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:42] ENGINE Serving on https://172.21.15.26:7150 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:42] ENGINE Bus STARTED 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: [13/Sep/2024:21:40:42] ENGINE Error in HTTPServer.serve 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: Traceback (most recent call last): 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: self._connections.run(self.expiration_interval) 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: self._run(expiration_interval) 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:40:44.592 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: s = self.context.wrap_socket( 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: return self.sslsocket_class._create( 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: self.do_handshake() 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: self._sslobj.do_handshake() 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:44.593 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:44 smithi026 ceph-mon[29731]: mgrmap e12: a(active, since 2s) 2024-09-13T21:40:45.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:45 smithi026 ceph-mon[29731]: 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-13T21:40:45.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:45 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:45.645 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$g4RVTTjtcVLlZ8/I58M2E.SLuH4wMNERzpPkrAXOC6D4I5vKl9d5u", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726263644, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-13T21:40:45.646 INFO:teuthology.orchestra.run.smithi026.stdout:Fetching dashboard port number... 2024-09-13T21:40:46.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:46 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3883042277' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-13T21:40:47.237 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 8443 2024-09-13T21:40:47.247 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T21:40:47.247 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-09-13T21:40:47.255 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T21:40:47.255 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-09-13T21:40:47.255 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-09-13T21:40:47.255 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-13T21:40:47.257 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph Dashboard is now available at: 2024-09-13T21:40:47.257 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:47.257 INFO:teuthology.orchestra.run.smithi026.stdout: URL: https://smithi026.front.sepia.ceph.com:8443/ 2024-09-13T21:40:47.257 INFO:teuthology.orchestra.run.smithi026.stdout: User: admin 2024-09-13T21:40:47.257 INFO:teuthology.orchestra.run.smithi026.stdout: Password: htjgr2prwl 2024-09-13T21:40:47.257 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:47.258 INFO:teuthology.orchestra.run.smithi026.stdout:Saving cluster configuration to /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config directory 2024-09-13T21:40:48.102 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:47 smithi026 ceph-mon[29731]: mgrmap e13: a(active, since 6s) 2024-09-13T21:40:48.827 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-13T21:40:48.827 INFO:teuthology.orchestra.run.smithi026.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-13T21:40:48.827 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout:Or, if you are only running a single cluster on this host: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: ceph telemetry on 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout:For more information see: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-13T21:40:48.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:40:48.829 INFO:teuthology.orchestra.run.smithi026.stdout:Bootstrap complete. 2024-09-13T21:40:48.875 INFO:tasks.cephadm:Fetching config... 2024-09-13T21:40:48.876 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:40:48.876 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-13T21:40:48.893 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-13T21:40:48.893 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:40:48.893 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-13T21:40:48.951 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-13T21:40:48.951 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:40:48.951 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-13T21:40:49.018 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-13T21:40:49.019 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:40:49.019 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-13T21:40:49.077 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-13T21:40:49.077 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPWyb+IRs/Nt9vwdrN4xguSxm123/FcXShe1OJFSe4FMFSxeZEaqXU0pTKUVMORKeyo4Cc86tTK+htIK4uNBigFCAKspz8usIxSxaBZEZl96wKi7Eig1oQeeHOwOnTzrS1fGB5RYMFcp7Q9wU3BVzMsgrNaw96csGfhXV1Urr1ZznKC6fnx3IlelaOXI7OvAEiM6OPPguCo5VNpw4p3LGV4j2Kvu5s6oZuypfYZaSS7CwXw/sqK824Pg8lGHsNV2UZbvNYxcmXbCFS0XKqh9Hzyz4GT37NfT5q3aO8Y0OHLWTrlph4OGW8rzmhjHaZjjr8GjmIvmi6ltH+DU01g1wvcQMowAtLfbxCEZIpJPIBRwO/pxsSw+BABH1+YLFAicB9loKetTqKShlyv58niM6CqXX2M4/IlgCPyo67STHNqAVKM6dGvZSGPh4nPyzHUNoBuQkS5N6xry3t+WwPlw/D5X754bDrOTkJceS1iSOXtaPEIP50Iymq48byuVMquFc= ceph-8ae6f4be-7218-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T21:40:49.140 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:49 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/4183222888' entity='client.admin' 2024-09-13T21:40:49.162 INFO:teuthology.orchestra.run.smithi026.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPWyb+IRs/Nt9vwdrN4xguSxm123/FcXShe1OJFSe4FMFSxeZEaqXU0pTKUVMORKeyo4Cc86tTK+htIK4uNBigFCAKspz8usIxSxaBZEZl96wKi7Eig1oQeeHOwOnTzrS1fGB5RYMFcp7Q9wU3BVzMsgrNaw96csGfhXV1Urr1ZznKC6fnx3IlelaOXI7OvAEiM6OPPguCo5VNpw4p3LGV4j2Kvu5s6oZuypfYZaSS7CwXw/sqK824Pg8lGHsNV2UZbvNYxcmXbCFS0XKqh9Hzyz4GT37NfT5q3aO8Y0OHLWTrlph4OGW8rzmhjHaZjjr8GjmIvmi6ltH+DU01g1wvcQMowAtLfbxCEZIpJPIBRwO/pxsSw+BABH1+YLFAicB9loKetTqKShlyv58niM6CqXX2M4/IlgCPyo67STHNqAVKM6dGvZSGPh4nPyzHUNoBuQkS5N6xry3t+WwPlw/D5X754bDrOTkJceS1iSOXtaPEIP50Iymq48byuVMquFc= ceph-8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:49.188 DEBUG:teuthology.orchestra.run.smithi028:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPWyb+IRs/Nt9vwdrN4xguSxm123/FcXShe1OJFSe4FMFSxeZEaqXU0pTKUVMORKeyo4Cc86tTK+htIK4uNBigFCAKspz8usIxSxaBZEZl96wKi7Eig1oQeeHOwOnTzrS1fGB5RYMFcp7Q9wU3BVzMsgrNaw96csGfhXV1Urr1ZznKC6fnx3IlelaOXI7OvAEiM6OPPguCo5VNpw4p3LGV4j2Kvu5s6oZuypfYZaSS7CwXw/sqK824Pg8lGHsNV2UZbvNYxcmXbCFS0XKqh9Hzyz4GT37NfT5q3aO8Y0OHLWTrlph4OGW8rzmhjHaZjjr8GjmIvmi6ltH+DU01g1wvcQMowAtLfbxCEZIpJPIBRwO/pxsSw+BABH1+YLFAicB9loKetTqKShlyv58niM6CqXX2M4/IlgCPyo67STHNqAVKM6dGvZSGPh4nPyzHUNoBuQkS5N6xry3t+WwPlw/D5X754bDrOTkJceS1iSOXtaPEIP50Iymq48byuVMquFc= ceph-8ae6f4be-7218-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T21:40:49.241 INFO:teuthology.orchestra.run.smithi028.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPWyb+IRs/Nt9vwdrN4xguSxm123/FcXShe1OJFSe4FMFSxeZEaqXU0pTKUVMORKeyo4Cc86tTK+htIK4uNBigFCAKspz8usIxSxaBZEZl96wKi7Eig1oQeeHOwOnTzrS1fGB5RYMFcp7Q9wU3BVzMsgrNaw96csGfhXV1Urr1ZznKC6fnx3IlelaOXI7OvAEiM6OPPguCo5VNpw4p3LGV4j2Kvu5s6oZuypfYZaSS7CwXw/sqK824Pg8lGHsNV2UZbvNYxcmXbCFS0XKqh9Hzyz4GT37NfT5q3aO8Y0OHLWTrlph4OGW8rzmhjHaZjjr8GjmIvmi6ltH+DU01g1wvcQMowAtLfbxCEZIpJPIBRwO/pxsSw+BABH1+YLFAicB9loKetTqKShlyv58niM6CqXX2M4/IlgCPyo67STHNqAVKM6dGvZSGPh4nPyzHUNoBuQkS5N6xry3t+WwPlw/D5X754bDrOTkJceS1iSOXtaPEIP50Iymq48byuVMquFc= ceph-8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:49.254 DEBUG:teuthology.orchestra.run.smithi189:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPWyb+IRs/Nt9vwdrN4xguSxm123/FcXShe1OJFSe4FMFSxeZEaqXU0pTKUVMORKeyo4Cc86tTK+htIK4uNBigFCAKspz8usIxSxaBZEZl96wKi7Eig1oQeeHOwOnTzrS1fGB5RYMFcp7Q9wU3BVzMsgrNaw96csGfhXV1Urr1ZznKC6fnx3IlelaOXI7OvAEiM6OPPguCo5VNpw4p3LGV4j2Kvu5s6oZuypfYZaSS7CwXw/sqK824Pg8lGHsNV2UZbvNYxcmXbCFS0XKqh9Hzyz4GT37NfT5q3aO8Y0OHLWTrlph4OGW8rzmhjHaZjjr8GjmIvmi6ltH+DU01g1wvcQMowAtLfbxCEZIpJPIBRwO/pxsSw+BABH1+YLFAicB9loKetTqKShlyv58niM6CqXX2M4/IlgCPyo67STHNqAVKM6dGvZSGPh4nPyzHUNoBuQkS5N6xry3t+WwPlw/D5X754bDrOTkJceS1iSOXtaPEIP50Iymq48byuVMquFc= ceph-8ae6f4be-7218-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T21:40:49.377 INFO:teuthology.orchestra.run.smithi189.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPWyb+IRs/Nt9vwdrN4xguSxm123/FcXShe1OJFSe4FMFSxeZEaqXU0pTKUVMORKeyo4Cc86tTK+htIK4uNBigFCAKspz8usIxSxaBZEZl96wKi7Eig1oQeeHOwOnTzrS1fGB5RYMFcp7Q9wU3BVzMsgrNaw96csGfhXV1Urr1ZznKC6fnx3IlelaOXI7OvAEiM6OPPguCo5VNpw4p3LGV4j2Kvu5s6oZuypfYZaSS7CwXw/sqK824Pg8lGHsNV2UZbvNYxcmXbCFS0XKqh9Hzyz4GT37NfT5q3aO8Y0OHLWTrlph4OGW8rzmhjHaZjjr8GjmIvmi6ltH+DU01g1wvcQMowAtLfbxCEZIpJPIBRwO/pxsSw+BABH1+YLFAicB9loKetTqKShlyv58niM6CqXX2M4/IlgCPyo67STHNqAVKM6dGvZSGPh4nPyzHUNoBuQkS5N6xry3t+WwPlw/D5X754bDrOTkJceS1iSOXtaPEIP50Iymq48byuVMquFc= ceph-8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:49.389 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-13T21:40:49.642 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:51.207 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-13T21:40:51.207 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-13T21:40:51.664 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:51.783 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:51 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2564191676' entity='client.admin' 2024-09-13T21:40:51.783 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:51.783 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:51.783 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:40:51.784 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:51.784 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:51.784 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:53.707 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi028 2024-09-13T21:40:53.707 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:40:53.707 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/etc/ceph/ceph.conf 2024-09-13T21:40:53.727 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:40:53.727 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:53.785 INFO:tasks.cephadm:Adding host smithi028 to orchestrator... 2024-09-13T21:40:53.786 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch host add smithi028 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: Updating smithi026:/etc/ceph/ceph.conf 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: Updating smithi026:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:53.809 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:53.810 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:54.035 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:54.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:54 smithi026 ceph-mon[29731]: Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:54.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:54 smithi026 ceph-mon[29731]: Updating smithi026:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:40:55.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:55 smithi026 ceph-mon[29731]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:57.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:56 smithi026 ceph-mon[29731]: Deploying cephadm binary to smithi028 2024-09-13T21:40:58.616 INFO:teuthology.orchestra.run.smithi026.stdout:Added host 'smithi028' with addr '172.21.15.28' 2024-09-13T21:40:59.276 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T21:40:59.570 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:59.866 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:59 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:59.867 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:59 smithi026 ceph-mon[29731]: Added host smithi028 2024-09-13T21:40:59.867 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:59 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:59.867 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:59 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:40:59.867 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:40:59 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:00.210 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:41:00.211 INFO:teuthology.orchestra.run.smithi026.stdout:[{"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}, {"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}] 2024-09-13T21:41:00.838 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi189 2024-09-13T21:41:00.838 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:41:00.838 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.conf 2024-09-13T21:41:00.857 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:41:00.857 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:00.915 INFO:tasks.cephadm:Adding host smithi189 to orchestrator... 2024-09-13T21:41:00.915 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch host add smithi189 2024-09-13T21:41:01.166 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:01.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:00 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:01.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:00 smithi026 ceph-mon[29731]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:41:02.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:01 smithi026 ceph-mon[29731]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:03.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:03.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:03.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:03.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:03.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:03.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:41:03.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:03.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:02 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: Updating smithi028:/etc/ceph/ceph.conf 2024-09-13T21:41:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: Updating smithi028:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: Deploying cephadm binary to smithi189 2024-09-13T21:41:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:04.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: Updating smithi028:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:41:04.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:04.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:04.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:05.823 INFO:teuthology.orchestra.run.smithi026.stdout:Added host 'smithi189' with addr '172.21.15.189' 2024-09-13T21:41:06.469 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T21:41:06.717 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:06.839 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:06 smithi026 ceph-mon[29731]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:06.839 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:06 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:06.839 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:06 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:06.839 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:06 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:06.839 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:06 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:07.466 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:41:07.466 INFO:teuthology.orchestra.run.smithi026.stdout:[{"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}, {"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.189", "hostname": "smithi189", "labels": [], "status": ""}] 2024-09-13T21:41:07.794 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:07 smithi026 ceph-mon[29731]: Added host smithi189 2024-09-13T21:41:07.795 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:07 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:08.092 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-13T21:41:08.092 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-13T21:41:08.342 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:08.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:08 smithi026 ceph-mon[29731]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:08.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:08 smithi026 ceph-mon[29731]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:41:09.637 INFO:teuthology.orchestra.run.smithi026.stderr:adjusted tunables profile to default 2024-09-13T21:41:09.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:09 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/222622843' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-13T21:41:10.256 INFO:tasks.cephadm:Adding mon.a on smithi026 2024-09-13T21:41:10.256 INFO:tasks.cephadm:Adding mon.b on smithi028 2024-09-13T21:41:10.256 INFO:tasks.cephadm:Adding mon.c on smithi189 2024-09-13T21:41:10.256 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi026:172.21.15.26=a;smithi028:172.21.15.28=b;smithi189:172.21.15.189=c' 2024-09-13T21:41:10.499 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:10.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:10.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/222622843' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T21:41:10.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:10.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:10.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:10.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:10.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:10.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:41:10.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:10.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:10 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:11.213 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mon update... 2024-09-13T21:41:11.816 DEBUG:teuthology.orchestra.run.smithi028:mon.b> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.b.service 2024-09-13T21:41:11.819 DEBUG:teuthology.orchestra.run.smithi189:mon.c> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.c.service 2024-09-13T21:41:11.822 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T21:41:11.822 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T21:41:11.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: Updating smithi189:/etc/ceph/ceph.conf 2024-09-13T21:41:11.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:11.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:11 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:12.570 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:12.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:12 smithi026 ceph-mon[29731]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:12.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:12 smithi026 ceph-mon[29731]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi026:172.21.15.26=a;smithi028:172.21.15.28=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:12.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:12 smithi026 ceph-mon[29731]: Saving service mon spec with placement smithi026:172.21.15.26=a;smithi028:172.21.15.28=b;smithi189:172.21.15.189=c;count:3 2024-09-13T21:41:12.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:12 smithi026 ceph-mon[29731]: Deploying daemon mon.c on smithi189 2024-09-13T21:41:14.547 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:41:14.547 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":1,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:39:50.424926Z","created":"2024-09-13T21:39:50.424926Z","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.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T21:41:14.547 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 1 2024-09-13T21:41:14.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:14 smithi026 ceph-mon[29731]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:14.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:14 smithi026 ceph-mon[29731]: from='client.? 172.21.15.189:0/369949060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:15.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 systemd[1]: Starting Ceph mon.c for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:41:15.733 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 podman[33573]: 2024-09-13 21:41:15.528780052 +0000 UTC m=+0.016196713 image pull 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808 2024-09-13T21:41:15.733 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 podman[33573]: 2024-09-13 21:41:15.626425374 +0000 UTC m=+0.113842035 container create 8c41e0ed44953e048834d41026d16f52e5c5d0225ad68f91f67bf8b2e98ce028 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=squid-ecab7be, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-13T21:41:16.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 podman[33573]: 2024-09-13 21:41:15.945961586 +0000 UTC m=+0.433378247 container init 8c41e0ed44953e048834d41026d16f52e5c5d0225ad68f91f67bf8b2e98ce028 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 podman[33573]: 2024-09-13 21:41:15.950362353 +0000 UTC m=+0.437779007 container start 8c41e0ed44953e048834d41026d16f52e5c5d0225ad68f91f67bf8b2e98ce028 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=squid-ecab7be, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=) 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable), process ceph-mon, pid 7 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: pidfile_write: ignore empty --pid-file 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: load: jerasure load: lrc 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: RocksDB version: 7.9.2 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Git sha 0 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Compile date 2024-09-13 16:59:10 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: DB SUMMARY 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: DB Session ID: HLQHHYWK1R2Z1IU1Q31L 2024-09-13T21:41:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: CURRENT file: CURRENT 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.error_if_exists: 0 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.create_if_missing: 0 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.paranoid_checks: 1 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.env: 0x559e383d9940 2024-09-13T21:41:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.info_log: 0x559e398b76e0 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.statistics: (nil) 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.use_fsync: 0 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_log_file_size: 0 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.allow_fallocate: 1 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T21:41:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.use_direct_reads: 0 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.db_log_dir: 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.wal_dir: 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T21:41:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.write_buffer_manager: 0x559e398c6dc0 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.unordered_write: 0 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T21:41:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.row_cache: None 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.wal_filter: None 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.two_write_queues: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.wal_compression: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.atomic_flush: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T21:41:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.log_readahead_size: 0 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_background_jobs: 2 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_background_compactions: -1 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_subcompactions: 1 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T21:41:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_open_files: -1 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_background_flushes: -1 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Compression algorithms supported: 2024-09-13T21:41:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kZSTD supported: 0 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kXpressCompression supported: 0 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kBZip2Compression supported: 0 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kLZ4Compression supported: 1 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kZlibCompression supported: 1 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: kSnappyCompression supported: 1 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T21:41:16.331 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.merge_operator: 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_filter: None 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559e398b7320) 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout: cache_index_and_filter_blocks: 1 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T21:41:16.332 INFO:journalctl@ceph.mon.c.smithi189.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: pin_top_level_index_and_filter: 1 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: index_type: 0 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: data_block_index_type: 0 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: index_shortening: 1 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: checksum: 4 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: no_block_cache: 0 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache: 0x559e398ab1f0 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache_name: BinnedLRUCache 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache_options: 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: capacity : 536870912 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: num_shard_bits : 4 2024-09-13T21:41:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout: strict_capacity_limit : 0 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: high_pri_pool_ratio: 0.000 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache_compressed: (nil) 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: persistent_cache: (nil) 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_size: 4096 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_size_deviation: 10 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_restart_interval: 16 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: index_block_restart_interval: 1 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: metadata_block_size: 4096 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: partition_filters: 0 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: use_delta_encoding: 1 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: filter_policy: bloomfilter 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: whole_key_filtering: 1 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: verify_compression: 0 2024-09-13T21:41:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout: read_amp_bytes_per_bit: 0 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout: format_version: 5 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout: enable_index_compression: 1 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_align: 0 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout: max_auto_readahead_size: 262144 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout: prepopulate_block_cache: 0 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout: initial_auto_readahead_size: 8192 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression: NoCompression 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T21:41:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.num_levels: 7 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:41:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T21:41:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T21:41:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T21:41:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T21:41:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T21:41:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T21:41:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T21:41:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T21:41:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T21:41:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T21:41:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T21:41:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T21:41:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T21:41:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.inplace_update_support: 0 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.bloom_locality: 0 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.max_successive_merges: 0 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T21:41:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.ttl: 2592000 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.enable_blob_files: false 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.min_blob_size: 0 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T21:41:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/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-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 53975fd4-a268-4483-9720-22124c33273c 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263675978172, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263675978574, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1726263675, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "53975fd4-a268-4483-9720-22124c33273c", "db_session_id": "HLQHHYWK1R2Z1IU1Q31L", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263675978666, "job": 1, "event": "recovery_finished"} 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559e398d8e00 2024-09-13T21:41:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: DB pointer 0x559e399d4000 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** DB Stats ** 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.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-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.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-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:41:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** Compaction Stats [default] ** 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.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-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** Compaction Stats [default] ** 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.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-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T21:41:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.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-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: Block cache BinnedLRUCache@0x559e398ab1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.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-13T21:41:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: using public_addr v2:172.21.15.189:0/0 -> [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: starting mon.c rank -1 at public addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] at bind addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(???) e0 preinit fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).mds e1 new map 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout: e1 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout: btime 2024-09-13T21:39:53:790498+0000 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T21:41:16.347 INFO:journalctl@ceph.mon.c.smithi189.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-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: legacy client fscid: -1 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: No filesystems configured 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:41:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: Added host smithi189 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/222622843' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/222622843' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: Updating smithi189:/etc/ceph/ceph.conf 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi026:172.21.15.26=a;smithi028:172.21.15.28=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: Saving service mon spec with placement smithi026:172.21.15.26=a;smithi028:172.21.15.28=b;smithi189:172.21.15.189=c;count:3 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: Deploying daemon mon.c on smithi189 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: from='client.? 172.21.15.189:0/369949060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:15 smithi189 ceph-mon[33610]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:16 smithi189 bash[33573]: 8c41e0ed44953e048834d41026d16f52e5c5d0225ad68f91f67bf8b2e98ce028 2024-09-13T21:41:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:16 smithi189 systemd[1]: Started Ceph mon.c for 8ae6f4be-7218-11ef-bceb-c7b262605968. 2024-09-13T21:41:16.430 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T21:41:16.430 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T21:41:16.677 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:41:21.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:41:21.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: mon.a calling monitor election 2024-09-13T21:41:21.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: mon.c calling monitor election 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: monmap epoch 2 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: last_changed 2024-09-13T21:41:16.003715+0000 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:41:21.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: min_mon_release 19 (squid) 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: election_strategy: 1 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: fsmap 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: mgrmap e13: a(active, since 40s) 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: overall HEALTH_OK 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:21.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:21.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: mon.a calling monitor election 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: mon.c calling monitor election 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T21:41:21.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: monmap epoch 2 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: last_changed 2024-09-13T21:41:16.003715+0000 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: min_mon_release 19 (squid) 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: election_strategy: 1 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: fsmap 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: mgrmap e13: a(active, since 40s) 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: overall HEALTH_OK 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:21.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:21.432 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:21.432 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:21.779 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:41:21.780 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":2,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:41:16.003715Z","created":"2024-09-13T21:39:50.424926Z","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.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-13T21:41:21.780 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 2 2024-09-13T21:41:22.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:22 smithi189 ceph-mon[33610]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:22.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:22 smithi189 ceph-mon[33610]: Deploying daemon mon.b on smithi028 2024-09-13T21:41:22.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:22 smithi189 ceph-mon[33610]: from='client.? 172.21.15.189:0/3951646816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:22.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:22 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:22.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:22 smithi026 ceph-mon[29731]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:22.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:22 smithi026 ceph-mon[29731]: Deploying daemon mon.b on smithi028 2024-09-13T21:41:22.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:22 smithi026 ceph-mon[29731]: from='client.? 172.21.15.189:0/3951646816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:22.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:22 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:23.347 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T21:41:23.348 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T21:41:23.597 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:41:24.249 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:41:24.249 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":2,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:41:16.003715Z","created":"2024-09-13T21:39:50.424926Z","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.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-13T21:41:24.249 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 2 2024-09-13T21:41:24.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:24 smithi189 ceph-mon[33610]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:24.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:24 smithi026 ceph-mon[29731]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:24.645 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 podman[33398]: 2024-09-13 21:41:24.449054464 +0000 UTC m=+0.016438746 image pull 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808 2024-09-13T21:41:25.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 podman[33398]: 2024-09-13 21:41:24.741201355 +0000 UTC m=+0.308585617 container init b647188bb26e8a07ea1804bbc232cb3a427cc6d8aa5f1de1d6b6f6c903ae82b1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-ecab7be, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T21:41:25.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 podman[33398]: 2024-09-13 21:41:24.746053473 +0000 UTC m=+0.313437736 container start b647188bb26e8a07ea1804bbc232cb3a427cc6d8aa5f1de1d6b6f6c903ae82b1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T21:41:25.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable), process ceph-mon, pid 7 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pidfile_write: ignore empty --pid-file 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: load: jerasure load: lrc 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: RocksDB version: 7.9.2 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Git sha 0 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Compile date 2024-09-13 16:59:10 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: DB SUMMARY 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: DB Session ID: 0DMQPTBHP5QNB4IK44Q2 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: CURRENT file: CURRENT 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-13T21:41:25.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.error_if_exists: 0 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.create_if_missing: 0 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.paranoid_checks: 1 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.env: 0x55ca0ec80940 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.info_log: 0x55ca10c656e0 2024-09-13T21:41:25.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T21:41:25.220 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.statistics: (nil) 2024-09-13T21:41:25.220 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.use_fsync: 0 2024-09-13T21:41:25.220 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_log_file_size: 0 2024-09-13T21:41:25.220 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T21:41:25.220 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.allow_fallocate: 1 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.use_direct_reads: 0 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.db_log_dir: 2024-09-13T21:41:25.221 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.wal_dir: 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.write_buffer_manager: 0x55ca10c74dc0 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T21:41:25.222 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.unordered_write: 0 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T21:41:25.223 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.row_cache: None 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.wal_filter: None 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.two_write_queues: 0 2024-09-13T21:41:25.224 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.wal_compression: 0 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.atomic_flush: 0 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.log_readahead_size: 0 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T21:41:25.225 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_background_jobs: 2 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_background_compactions: -1 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_subcompactions: 1 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T21:41:25.226 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_open_files: -1 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_background_flushes: -1 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Compression algorithms supported: 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kZSTD supported: 0 2024-09-13T21:41:25.227 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kXpressCompression supported: 0 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kBZip2Compression supported: 0 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kLZ4Compression supported: 1 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kZlibCompression supported: 1 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: kSnappyCompression supported: 1 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T21:41:25.228 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.merge_operator: 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_filter: None 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ca10c65320) 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout: cache_index_and_filter_blocks: 1 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout: pin_top_level_index_and_filter: 1 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout: index_type: 0 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout: data_block_index_type: 0 2024-09-13T21:41:25.229 INFO:journalctl@ceph.mon.b.smithi028.stdout: index_shortening: 1 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: checksum: 4 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: no_block_cache: 0 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_cache: 0x55ca10c591f0 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_cache_name: BinnedLRUCache 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_cache_options: 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: capacity : 536870912 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: num_shard_bits : 4 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: strict_capacity_limit : 0 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: high_pri_pool_ratio: 0.000 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_cache_compressed: (nil) 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: persistent_cache: (nil) 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_size: 4096 2024-09-13T21:41:25.230 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_size_deviation: 10 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_restart_interval: 16 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: index_block_restart_interval: 1 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: metadata_block_size: 4096 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: partition_filters: 0 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: use_delta_encoding: 1 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: filter_policy: bloomfilter 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: whole_key_filtering: 1 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: verify_compression: 0 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: read_amp_bytes_per_bit: 0 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: format_version: 5 2024-09-13T21:41:25.231 INFO:journalctl@ceph.mon.b.smithi028.stdout: enable_index_compression: 1 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout: block_align: 0 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout: max_auto_readahead_size: 262144 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout: prepopulate_block_cache: 0 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout: initial_auto_readahead_size: 8192 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression: NoCompression 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T21:41:25.232 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.num_levels: 7 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T21:41:25.233 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T21:41:25.234 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T21:41:25.235 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T21:41:25.236 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.inplace_update_support: 0 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T21:41:25.237 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.bloom_locality: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.max_successive_merges: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.ttl: 2592000 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.enable_blob_files: false 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.min_blob_size: 0 2024-09-13T21:41:25.238 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: 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-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T21:41:25.239 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f860aea8-d39b-46de-b4d8-aefdb8d91646 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263684774271, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263684774667, "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": 1726263684, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f860aea8-d39b-46de-b4d8-aefdb8d91646", "db_session_id": "0DMQPTBHP5QNB4IK44Q2", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726263684774763, "job": 1, "event": "recovery_finished"} 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: 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-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ca10c86e00 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: DB pointer 0x55ca10d82000 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T21:41:25.240 INFO:journalctl@ceph.mon.b.smithi028.stdout: ** DB Stats ** 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: ** Compaction Stats [default] ** 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.241 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: ** Compaction Stats [default] ** 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T21:41:25.242 INFO:journalctl@ceph.mon.b.smithi028.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout: Block cache BinnedLRUCache@0x55ca10c591f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout: 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: using public_addr v2:172.21.15.28:0/0 -> [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: starting mon.b rank -1 at public addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] at bind addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:25.243 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(???) e0 preinit fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).mds e1 new map 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout: e1 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout: btime 2024-09-13T21:39:53:790498+0000 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.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-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout: legacy client fscid: -1 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout: 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout: No filesystems configured 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: 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-13T21:41:25.244 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Added host smithi189 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.245 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.246 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:41:25.246 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/222622843' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-13T21:41:25.246 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.246 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/222622843' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Updating smithi189:/etc/ceph/ceph.conf 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:25.247 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:25.248 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi026:172.21.15.26=a;smithi028:172.21.15.28=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Saving service mon spec with placement smithi026:172.21.15.26=a;smithi028:172.21.15.28=b;smithi189:172.21.15.189=c;count:3 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Deploying daemon mon.c on smithi189 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='client.? 172.21.15.189:0/369949060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.a calling monitor election 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:25.249 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.c calling monitor election 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: monmap epoch 2 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: last_changed 2024-09-13T21:41:16.003715+0000 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: min_mon_release 19 (squid) 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: election_strategy: 1 2024-09-13T21:41:25.250 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: fsmap 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mgrmap e13: a(active, since 40s) 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: overall HEALTH_OK 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:25.251 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.252 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: Deploying daemon mon.b on smithi028 2024-09-13T21:41:25.252 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='client.? 172.21.15.189:0/3951646816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:25.252 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:25.252 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.252 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 ceph-mon[33435]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-13T21:41:25.252 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 bash[33398]: b647188bb26e8a07ea1804bbc232cb3a427cc6d8aa5f1de1d6b6f6c903ae82b1 2024-09-13T21:41:25.252 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:24 smithi028 systemd[1]: Started Ceph mon.b for 8ae6f4be-7218-11ef-bceb-c7b262605968. 2024-09-13T21:41:25.817 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T21:41:25.817 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T21:41:26.067 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: mon.a calling monitor election 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: mon.c calling monitor election 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: mon.b calling monitor election 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: monmap epoch 3 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: last_changed 2024-09-13T21:41:24.801048+0000 2024-09-13T21:41:30.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: min_mon_release 19 (squid) 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: election_strategy: 1 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: 2: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.b 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: fsmap 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: mgrmap e13: a(active, since 49s) 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: overall HEALTH_OK 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.182 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: mon.a calling monitor election 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: mon.c calling monitor election 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: mon.b calling monitor election 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: monmap epoch 3 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: last_changed 2024-09-13T21:41:24.801048+0000 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: min_mon_release 19 (squid) 2024-09-13T21:41:30.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: election_strategy: 1 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: 2: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.b 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: fsmap 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: mgrmap e13: a(active, since 49s) 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: overall HEALTH_OK 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.218 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:41:30.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: mon.a calling monitor election 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: mon.c calling monitor election 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: mon.b calling monitor election 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:30.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: monmap epoch 3 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: last_changed 2024-09-13T21:41:24.801048+0000 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: min_mon_release 19 (squid) 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: election_strategy: 1 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: 2: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.b 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: fsmap 2024-09-13T21:41:30.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:41:30.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: mgrmap e13: a(active, since 49s) 2024-09-13T21:41:30.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: overall HEALTH_OK 2024-09-13T21:41:30.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:30.369 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:41:30.369 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":3,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:41:24.801048Z","created":"2024-09-13T21:39:50.424926Z","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.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-13T21:41:30.369 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 3 2024-09-13T21:41:31.174 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:30 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:31.175 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:30 smithi189 ceph-mon[33610]: from='client.? 172.21.15.189:0/2037275384' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:31.175 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:30 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:31.175 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:30 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:31.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:30 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:31.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:30 smithi026 ceph-mon[29731]: from='client.? 172.21.15.189:0/2037275384' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:31.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:30 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:31.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:30 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:31.201 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-13T21:41:31.201 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-13T21:41:31.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:30 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:31.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:30 smithi028 ceph-mon[33435]: from='client.? 172.21.15.189:0/2037275384' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:41:31.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:30 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:31.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:30 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:41:31.467 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:32.191 INFO:teuthology.orchestra.run.smithi026.stdout:# minimal ceph.conf for 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:32.191 INFO:teuthology.orchestra.run.smithi026.stdout:[global] 2024-09-13T21:41:32.191 INFO:teuthology.orchestra.run.smithi026.stdout: fsid = 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:41:32.191 INFO:teuthology.orchestra.run.smithi026.stdout: mon_host = [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:32.205 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: Updating smithi026:/etc/ceph/ceph.conf 2024-09-13T21:41:32.206 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: Updating smithi028:/etc/ceph/ceph.conf 2024-09-13T21:41:32.206 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:31 smithi026 ceph-mon[29731]: Updating smithi189:/etc/ceph/ceph.conf 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: Updating smithi026:/etc/ceph/ceph.conf 2024-09-13T21:41:32.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: Updating smithi028:/etc/ceph/ceph.conf 2024-09-13T21:41:32.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:31 smithi189 ceph-mon[33610]: Updating smithi189:/etc/ceph/ceph.conf 2024-09-13T21:41:32.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:32.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:32.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:32.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:32.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: Updating smithi026:/etc/ceph/ceph.conf 2024-09-13T21:41:32.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: Updating smithi028:/etc/ceph/ceph.conf 2024-09-13T21:41:32.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:31 smithi028 ceph-mon[33435]: Updating smithi189:/etc/ceph/ceph.conf 2024-09-13T21:41:32.837 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-13T21:41:32.837 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:41:32.837 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T21:41:32.867 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:41:32.868 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:32.935 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:41:32.936 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T21:41:32.965 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:41:32.965 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:33.032 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:41:33.032 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T21:41:33.059 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:41:33.059 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:41:33.124 INFO:tasks.cephadm:Adding mgr.a on smithi026 2024-09-13T21:41:33.124 INFO:tasks.cephadm:Adding mgr.b on smithi028 2024-09-13T21:41:33.124 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi026=a;smithi028=b' 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: Updating smithi028:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: Updating smithi026:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/1768014005' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: Reconfiguring mon.a (unknown last config time)... 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:33.217 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:33 smithi028 ceph-mon[33435]: Reconfiguring daemon mon.a on smithi026 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: Updating smithi028:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: Updating smithi026:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/1768014005' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: Reconfiguring mon.a (unknown last config time)... 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:33.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:33 smithi189 ceph-mon[33610]: Reconfiguring daemon mon.a on smithi026 2024-09-13T21:41:33.406 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:41:33.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: Updating smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: Updating smithi028:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: Updating smithi026:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:41:33.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/1768014005' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: Reconfiguring mon.a (unknown last config time)... 2024-09-13T21:41:33.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:33.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:33.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:33.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:33 smithi026 ceph-mon[29731]: Reconfiguring daemon mon.a on smithi026 2024-09-13T21:41:34.056 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mgr update... 2024-09-13T21:41:34.320 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:34 smithi189 ceph-mon[33610]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:34.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:34 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:34 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:34 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:34.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:34 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:34.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:34 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:34.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:34 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.551 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:34 smithi028 ceph-mon[33435]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:34.551 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:34 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.551 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:34 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.551 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:34 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:34.551 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:34 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:34.552 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:34 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:34.552 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:34 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.669 DEBUG:teuthology.orchestra.run.smithi028:mgr.b> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.b.service 2024-09-13T21:41:34.671 INFO:tasks.cephadm:Deploying OSDs... 2024-09-13T21:41:34.672 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-13T21:41:34.672 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T21:41:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:34 smithi026 ceph-mon[29731]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:34 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:34 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:34 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:34 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:34 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:34 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:34.692 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-13T21:41:34.692 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 963 Links: 1 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-13 21:40:51.978976957 +0000 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-13 21:36:23.440234122 +0000 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-13 21:36:23.440234122 +0000 2024-09-13T21:41:34.752 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-13 21:36:23.440234122 +0000 2024-09-13T21:41:34.753 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T21:41:34.821 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-13T21:41:34.821 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-13T21:41:34.822 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000128667 s, 4.0 MB/s 2024-09-13T21:41:34.823 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T21:41:34.883 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2024-09-13T21:41:34.941 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-13 21:40:52.008976482 +0000 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-13 21:36:23.442234090 +0000 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-13 21:36:23.442234090 +0000 2024-09-13T21:41:34.942 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-13 21:36:23.442234090 +0000 2024-09-13T21:41:34.942 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T21:41:35.010 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-13T21:41:35.010 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-13T21:41:35.010 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000125765 s, 4.1 MB/s 2024-09-13T21:41:35.012 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T21:41:35.072 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2024-09-13T21:41:35.131 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T21:41:35.131 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:35.131 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-13T21:41:35.131 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:35.131 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:35.131 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-13 21:40:52.037976024 +0000 2024-09-13T21:41:35.131 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-13 21:36:23.446234027 +0000 2024-09-13T21:41:35.132 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-13 21:36:23.446234027 +0000 2024-09-13T21:41:35.132 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-13 21:36:23.446234027 +0000 2024-09-13T21:41:35.132 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T21:41:35.199 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-13T21:41:35.199 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-13T21:41:35.199 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000109667 s, 4.7 MB/s 2024-09-13T21:41:35.201 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T21:41:35.261 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2024-09-13T21:41:35.319 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T21:41:35.319 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:35.319 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-13T21:41:35.319 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:35.319 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:35.319 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-13 21:40:52.067975549 +0000 2024-09-13T21:41:35.320 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-13 21:36:23.441234106 +0000 2024-09-13T21:41:35.320 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-13 21:36:23.441234106 +0000 2024-09-13T21:41:35.320 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-13 21:36:23.441234106 +0000 2024-09-13T21:41:35.320 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T21:41:35.368 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:35 smithi028 ceph-mon[33435]: Reconfiguring mon.b (monmap changed)... 2024-09-13T21:41:35.368 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:35 smithi028 ceph-mon[33435]: Reconfiguring daemon mon.b on smithi028 2024-09-13T21:41:35.368 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:35 smithi028 ceph-mon[33435]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi026=a;smithi028=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:35.368 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:35 smithi028 ceph-mon[33435]: Saving service mgr spec with placement smithi026=a;smithi028=b;count:2 2024-09-13T21:41:35.385 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-13T21:41:35.385 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-13T21:41:35.386 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000118719 s, 4.3 MB/s 2024-09-13T21:41:35.387 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T21:41:35.446 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-13T21:41:35.446 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T21:41:35.465 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-13T21:41:35.465 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_1 2024-09-13T21:41:35.523 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 964 Links: 1 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-13 21:41:24.249778757 +0000 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:35.524 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:35.524 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T21:41:35.570 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:35 smithi189 ceph-mon[33610]: Reconfiguring mon.b (monmap changed)... 2024-09-13T21:41:35.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:35 smithi189 ceph-mon[33610]: Reconfiguring daemon mon.b on smithi028 2024-09-13T21:41:35.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:35 smithi189 ceph-mon[33610]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi026=a;smithi028=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:35.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:35 smithi189 ceph-mon[33610]: Saving service mgr spec with placement smithi026=a;smithi028=b;count:2 2024-09-13T21:41:35.591 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-13T21:41:35.592 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-13T21:41:35.592 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000123788 s, 4.1 MB/s 2024-09-13T21:41:35.593 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T21:41:35.652 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_2 2024-09-13T21:41:35.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:35 smithi026 ceph-mon[29731]: Reconfiguring mon.b (monmap changed)... 2024-09-13T21:41:35.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:35 smithi026 ceph-mon[29731]: Reconfiguring daemon mon.b on smithi028 2024-09-13T21:41:35.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:35 smithi026 ceph-mon[29731]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi026=a;smithi028=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:35.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:35 smithi026 ceph-mon[29731]: Saving service mgr spec with placement smithi026=a;smithi028=b;count:2 2024-09-13T21:41:35.710 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T21:41:35.710 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:35.710 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-13T21:41:35.710 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:35.711 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:35.711 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-13 21:41:24.249778757 +0000 2024-09-13T21:41:35.711 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-13 21:36:23.282210830 +0000 2024-09-13T21:41:35.711 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-13 21:36:23.282210830 +0000 2024-09-13T21:41:35.711 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: 2024-09-13 21:36:23.282210830 +0000 2024-09-13T21:41:35.711 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T21:41:35.777 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-13T21:41:35.778 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-13T21:41:35.778 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000124344 s, 4.1 MB/s 2024-09-13T21:41:35.779 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T21:41:35.837 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_3 2024-09-13T21:41:35.896 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T21:41:35.897 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:35.897 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 965 Links: 1 2024-09-13T21:41:35.897 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:35.897 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:35.897 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-13 21:41:24.249778757 +0000 2024-09-13T21:41:35.897 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:35.898 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:35.898 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:35.898 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T21:41:35.963 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-13T21:41:35.963 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-13T21:41:35.963 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000106856 s, 4.8 MB/s 2024-09-13T21:41:35.965 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T21:41:36.023 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_4 2024-09-13T21:41:36.080 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-13 21:41:24.250778729 +0000 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:36.081 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: 2024-09-13 21:36:23.281210858 +0000 2024-09-13T21:41:36.081 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T21:41:36.148 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-13T21:41:36.148 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-13T21:41:36.149 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.00011613 s, 4.4 MB/s 2024-09-13T21:41:36.150 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T21:41:36.209 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-13T21:41:36.209 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T21:41:36.226 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-13T21:41:36.226 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_1 2024-09-13T21:41:36.282 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T21:41:36.283 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:36.284 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-13T21:41:36.284 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:36.284 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:36.284 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-13 21:41:15.102991109 +0000 2024-09-13T21:41:36.284 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.284 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.284 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.285 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T21:41:36.349 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-13T21:41:36.349 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-13T21:41:36.349 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000192304 s, 2.7 MB/s 2024-09-13T21:41:36.350 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T21:41:36.407 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_2 2024-09-13T21:41:36.462 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-13 21:41:15.102991109 +0000 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.463 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.463 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T21:41:36.526 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-13T21:41:36.527 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-13T21:41:36.527 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000224563 s, 2.3 MB/s 2024-09-13T21:41:36.528 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T21:41:36.584 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_3 2024-09-13T21:41:36.639 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-13 21:41:15.103991089 +0000 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.640 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.640 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T21:41:36.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:36.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:36.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:36.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: Reconfiguring mon.c (monmap changed)... 2024-09-13T21:41:36.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:36.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:36.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:36.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:36 smithi026 ceph-mon[29731]: Reconfiguring daemon mon.c on smithi189 2024-09-13T21:41:36.692 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:36.692 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:36.692 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:36.692 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: Reconfiguring mon.c (monmap changed)... 2024-09-13T21:41:36.692 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:36.692 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:36.693 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:36.693 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:36 smithi189 ceph-mon[33610]: Reconfiguring daemon mon.c on smithi189 2024-09-13T21:41:36.704 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-13T21:41:36.704 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-13T21:41:36.704 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000194365 s, 2.6 MB/s 2024-09-13T21:41:36.705 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: Reconfiguring mon.c (monmap changed)... 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:36.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:36 smithi028 ceph-mon[33435]: Reconfiguring daemon mon.c on smithi189 2024-09-13T21:41:36.761 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_4 2024-09-13T21:41:36.816 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-13 21:41:15.103991089 +0000 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.817 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-09-13 21:36:22.790938424 +0000 2024-09-13T21:41:36.817 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T21:41:36.879 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-13T21:41:36.880 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-13T21:41:36.880 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000219309 s, 2.3 MB/s 2024-09-13T21:41:36.881 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T21:41:36.937 INFO:tasks.cephadm:Deploying osd.0 on smithi026 with /dev/vg_nvme/lv_4... 2024-09-13T21:41:36.938 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T21:41:37.196 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:37.799 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:37.809 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:37.810 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: Deploying daemon mgr.b on smithi028 2024-09-13T21:41:37.810 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:37 smithi028 ceph-mon[33435]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:37.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T21:41:37.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:37.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:37.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: Deploying daemon mgr.b on smithi028 2024-09-13T21:41:37.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:37 smithi026 ceph-mon[29731]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T21:41:38.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:38.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:38.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: Deploying daemon mgr.b on smithi028 2024-09-13T21:41:38.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:37 smithi189 ceph-mon[33610]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:38.716 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:38 smithi028 systemd[1]: Starting Ceph mgr.b for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:41:39.054 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:38 smithi028 podman[34855]: 2024-09-13 21:41:38.678868028 +0000 UTC m=+0.016323630 image pull 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808 2024-09-13T21:41:39.054 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:38 smithi028 podman[34855]: 2024-09-13 21:41:38.800894756 +0000 UTC m=+0.138350340 container create 320b779d79a74b55ae4618da4ae9095a7ced2ad488320c05cad7133eb1441441 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, RELEASE=squid-ecab7be, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-13T21:41:39.054 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 podman[34855]: 2024-09-13 21:41:39.053087037 +0000 UTC m=+0.390542639 container init 320b779d79a74b55ae4618da4ae9095a7ced2ad488320c05cad7133eb1441441 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b, GIT_BRANCH=HEAD, RELEASE=squid-ecab7be, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-13T21:41:39.421 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 podman[34855]: 2024-09-13 21:41:39.058331501 +0000 UTC m=+0.395787088 container start 320b779d79a74b55ae4618da4ae9095a7ced2ad488320c05cad7133eb1441441 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=squid-ecab7be, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-13T21:41:39.421 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 ceph-mgr[34893]: -- 172.21.15.28:0/2881008178 <== mon.2 v2:172.21.15.28:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a0d6a7d0e0 con 0x55a0d6a5b000 2024-09-13T21:41:39.421 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 bash[34855]: 320b779d79a74b55ae4618da4ae9095a7ced2ad488320c05cad7133eb1441441 2024-09-13T21:41:39.421 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 systemd[1]: Started Ceph mgr.b for 8ae6f4be-7218-11ef-bceb-c7b262605968. 2024-09-13T21:41:39.421 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:39.183+0000 7f36148ea040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:41:39.421 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:39.261+0000 7f36148ea040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:41:39.421 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:39.419+0000 7f36148ea040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:41:39.546 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:41:39.573 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi026:vg_nvme/lv_4 2024-09-13T21:41:39.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:39.489+0000 7f36148ea040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:41:39.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:39.650+0000 7f36148ea040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:41:39.825 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:40.070 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:39 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:39.804+0000 7f36148ea040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:41:40.409 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:40.144+0000 7f36148ea040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:40.207+0000 7f36148ea040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:40.408+0000 7f36148ea040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-mon[33435]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:40 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:40.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:40 smithi189 ceph-mon[33610]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:40.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:40 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:40 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:40 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:40 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:40 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:40.628 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:40 smithi026 ceph-mon[29731]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:40.629 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.629 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.629 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.629 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:40.629 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:40 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:41.503 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.503 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.503 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: Reconfiguring mgr.a (unknown last config time)... 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: Reconfiguring daemon mgr.a on smithi026 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.504 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:41 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:41.331+0000 7f36148ea040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:41:41.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:41.402+0000 7f36148ea040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: Reconfiguring mgr.a (unknown last config time)... 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: Reconfiguring daemon mgr.a on smithi026 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:41.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:41:41.717 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:41:41.717 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.717 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:41 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: Reconfiguring mgr.a (unknown last config time)... 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:41.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: Reconfiguring daemon mgr.a on smithi026 2024-09-13T21:41:41.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:41.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:41:41.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:41:41.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:41.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:41 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.282 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.161+0000 7f36148ea040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:41:42.283 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.281+0000 7f36148ea040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:41:42.560 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.431+0000 7f36148ea040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.494+0000 7f36148ea040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-mon[33435]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:42.561 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:42 smithi026 ceph-mon[29731]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:42.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:42 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:42 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:42 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:42.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:42 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:42.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:42 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:42.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:42 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:42 smithi189 ceph-mon[33610]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:42 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:42 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:42 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:42 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:42 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:42 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:42.954 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.654+0000 7f36148ea040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:41:42.954 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.725+0000 7f36148ea040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:41:42.954 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.787+0000 7f36148ea040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:41:42.954 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:42 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:42.952+0000 7f36148ea040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:41:43.215 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:43 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:43.020+0000 7f36148ea040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:41:43.215 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:43 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:43.089+0000 7f36148ea040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:41:43.215 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:43 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:43.175+0000 7f36148ea040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:41:43.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:43 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:43.237+0000 7f36148ea040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:41:43.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:43 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:43.298+0000 7f36148ea040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:41:44.399 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b[34870]: 2024-09-13T21:41:44.126+0000 7f36148ea040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:41:44.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2696725054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca4d9376-2fed-4f58-b999-c79a7cf00925"}]: dispatch 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2696725054' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca4d9376-2fed-4f58-b999-c79a7cf00925"}]': finished 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: osdmap e5: 1 total, 0 up, 1 in 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: Standby manager daemon b started 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:41:44.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:44 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/524086749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:41:44.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:44.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/2696725054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca4d9376-2fed-4f58-b999-c79a7cf00925"}]: dispatch 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/2696725054' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca4d9376-2fed-4f58-b999-c79a7cf00925"}]': finished 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: osdmap e5: 1 total, 0 up, 1 in 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: Standby manager daemon b started 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:41:44.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:44 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/524086749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/2696725054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca4d9376-2fed-4f58-b999-c79a7cf00925"}]: dispatch 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/2696725054' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca4d9376-2fed-4f58-b999-c79a7cf00925"}]': finished 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: osdmap e5: 1 total, 0 up, 1 in 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: Standby manager daemon b started 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='mgr.? 172.21.15.28:0/537162557' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:41:44.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:44 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/524086749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:41:46.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:45 smithi189 ceph-mon[33610]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:46.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:45 smithi189 ceph-mon[33610]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-13T21:41:46.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:45 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:41:46.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:45 smithi026 ceph-mon[29731]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:46.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:45 smithi026 ceph-mon[29731]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-13T21:41:46.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:45 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:41:46.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:45 smithi028 ceph-mon[33435]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:46.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:45 smithi028 ceph-mon[33435]: mgrmap e14: a(active, since 64s), standbys: b 2024-09-13T21:41:46.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:45 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:41:47.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:47 smithi026 ceph-mon[29731]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:48.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:47 smithi028 ceph-mon[33435]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:48.320 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:47 smithi189 ceph-mon[33610]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:50.062 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:49 smithi026 ceph-mon[29731]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:50.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:49 smithi028 ceph-mon[33435]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:50.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:49 smithi189 ceph-mon[33610]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:52.093 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:51 smithi026 ceph-mon[29731]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:52.094 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:41:52.094 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:52.094 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:51 smithi026 ceph-mon[29731]: Deploying daemon osd.0 on smithi026 2024-09-13T21:41:52.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:51 smithi028 ceph-mon[33435]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:52.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:51 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:41:52.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:51 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:52.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:51 smithi028 ceph-mon[33435]: Deploying daemon osd.0 on smithi026 2024-09-13T21:41:52.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:51 smithi189 ceph-mon[33610]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:52.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:51 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:41:52.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:51 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:52.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:51 smithi189 ceph-mon[33610]: Deploying daemon osd.0 on smithi026 2024-09-13T21:41:54.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:53 smithi026 ceph-mon[29731]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:54.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:53 smithi028 ceph-mon[33435]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:54.320 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:53 smithi189 ceph-mon[33610]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:56.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:55 smithi026 ceph-mon[29731]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:56.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:55 smithi028 ceph-mon[33435]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:56.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:55 smithi189 ceph-mon[33610]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:58.080 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:57 smithi026 ceph-mon[29731]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:58.080 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:57 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:58.080 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:57 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:58.080 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:57 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:58.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:57 smithi028 ceph-mon[33435]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:58.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:57 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:58.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:57 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:58.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:57 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:58.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:57 smithi189 ceph-mon[33610]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:58.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:57 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:58.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:57 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:41:58.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:57 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:00.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:41:59 smithi026 ceph-mon[29731]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:00.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:41:59 smithi028 ceph-mon[33435]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:00.320 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:41:59 smithi189 ceph-mon[33610]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:01.117 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:00 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.117 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:00 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.117 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:00 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:01.117 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:00 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:01.117 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:00 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:00 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:00 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:00 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:01.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:00 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:01.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:00 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.159 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 0 on host 'smithi026' 2024-09-13T21:42:01.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:00 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:00 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:00 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:01.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:00 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:01.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:00 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.681 DEBUG:teuthology.orchestra.run.smithi026:osd.0> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.0.service 2024-09-13T21:42:01.684 INFO:tasks.cephadm:Deploying osd.1 on smithi028 with /dev/vg_nvme/lv_4... 2024-09-13T21:42:01.684 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T21:42:01.935 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T21:42:01.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:01 smithi028 ceph-mon[33435]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:01.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:01 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:01.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:01 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:01.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:01 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:02.029 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:01 smithi026 ceph-mon[29731]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:02.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:01 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:02.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:01 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:02.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:01 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:02.030 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:01 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0[44189]: 2024-09-13T21:42:01.923+0000 7fc2ce6c3640 -1 osd.0 0 log_to_monitors true 2024-09-13T21:42:02.222 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:01 smithi189 ceph-mon[33610]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:02.222 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:01 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:02.222 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:01 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:02.223 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:01 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:03.135 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:02 smithi028 ceph-mon[33435]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T21:42:03.153 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:02 smithi026 ceph-mon[29731]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T21:42:03.320 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:02 smithi189 ceph-mon[33610]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T21:42:03.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:03 smithi028 ceph-mon[33435]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:03.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:03 smithi028 ceph-mon[33435]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T21:42:03.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:03 smithi028 ceph-mon[33435]: osdmap e6: 1 total, 0 up, 1 in 2024-09-13T21:42:03.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:03 smithi028 ceph-mon[33435]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-09-13T21:42:03.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:03 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:04.179 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:03 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0[44189]: 2024-09-13T21:42:03.875+0000 7fc2ca646640 -1 osd.0 0 waiting for initial osdmap 2024-09-13T21:42:04.179 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:03 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0[44189]: 2024-09-13T21:42:03.878+0000 7fc2c646e640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T21:42:04.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:03 smithi026 ceph-mon[29731]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:04.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:03 smithi026 ceph-mon[29731]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T21:42:04.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:03 smithi026 ceph-mon[29731]: osdmap e6: 1 total, 0 up, 1 in 2024-09-13T21:42:04.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:03 smithi026 ceph-mon[29731]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-09-13T21:42:04.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:03 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:04.297 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-13T21:42:04.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:03 smithi189 ceph-mon[33610]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:04.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:03 smithi189 ceph-mon[33610]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T21:42:04.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:03 smithi189 ceph-mon[33610]: osdmap e6: 1 total, 0 up, 1 in 2024-09-13T21:42:04.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:03 smithi189 ceph-mon[33610]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2024-09-13T21:42:04.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:03 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:04.327 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi028:vg_nvme/lv_4 2024-09-13T21:42:04.584 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T21:42:04.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: osdmap e7: 1 total, 0 up, 1 in 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: Detected new or changed devices on smithi026 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: Adjusting osd_memory_target on smithi026 to 17092M 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:04.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:04 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-09-13T21:42:05.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: osdmap e7: 1 total, 0 up, 1 in 2024-09-13T21:42:05.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: Detected new or changed devices on smithi026 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: Adjusting osd_memory_target on smithi026 to 17092M 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:05.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:04 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: osdmap e7: 1 total, 0 up, 1 in 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: Detected new or changed devices on smithi026 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:05.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: Adjusting osd_memory_target on smithi026 to 17092M 2024-09-13T21:42:05.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:05.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:05.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:04 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: purged_snaps scrub starts 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: purged_snaps scrub ok 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858] boot 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: osdmap e8: 1 total, 1 up, 1 in 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:05.958 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:05 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:06.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: purged_snaps scrub starts 2024-09-13T21:42:06.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: purged_snaps scrub ok 2024-09-13T21:42:06.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:06.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858] boot 2024-09-13T21:42:06.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: osdmap e8: 1 total, 1 up, 1 in 2024-09-13T21:42:06.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:06.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:06.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:06.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:06.181 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:05 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: purged_snaps scrub starts 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: purged_snaps scrub ok 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: osd.0 [v2:172.21.15.26:6802/2214308858,v1:172.21.15.26:6803/2214308858] boot 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: osdmap e8: 1 total, 1 up, 1 in 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:06.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:06.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:06.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:05 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:06.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:06 smithi028 ceph-mon[33435]: osdmap e9: 1 total, 1 up, 1 in 2024-09-13T21:42:07.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:06 smithi026 ceph-mon[29731]: osdmap e9: 1 total, 1 up, 1 in 2024-09-13T21:42:07.320 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:06 smithi189 ceph-mon[33610]: osdmap e9: 1 total, 1 up, 1 in 2024-09-13T21:42:08.141 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:07 smithi028 ceph-mon[33435]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:08.141 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:07 smithi028 ceph-mon[33435]: from='client.? 172.21.15.28:0/4070218884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]: dispatch 2024-09-13T21:42:08.141 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:07 smithi028 ceph-mon[33435]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]: dispatch 2024-09-13T21:42:08.141 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:07 smithi028 ceph-mon[33435]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]': finished 2024-09-13T21:42:08.142 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:07 smithi028 ceph-mon[33435]: osdmap e10: 2 total, 1 up, 2 in 2024-09-13T21:42:08.142 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:07 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:08.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:07 smithi026 ceph-mon[29731]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:08.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:07 smithi026 ceph-mon[29731]: from='client.? 172.21.15.28:0/4070218884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]: dispatch 2024-09-13T21:42:08.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:07 smithi026 ceph-mon[29731]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]: dispatch 2024-09-13T21:42:08.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:07 smithi026 ceph-mon[29731]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]': finished 2024-09-13T21:42:08.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:07 smithi026 ceph-mon[29731]: osdmap e10: 2 total, 1 up, 2 in 2024-09-13T21:42:08.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:07 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:08.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:07 smithi189 ceph-mon[33610]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:08.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:07 smithi189 ceph-mon[33610]: from='client.? 172.21.15.28:0/4070218884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]: dispatch 2024-09-13T21:42:08.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:07 smithi189 ceph-mon[33610]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]: dispatch 2024-09-13T21:42:08.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:07 smithi189 ceph-mon[33610]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82492bb2-6318-470c-922c-9697da7e9fb7"}]': finished 2024-09-13T21:42:08.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:07 smithi189 ceph-mon[33610]: osdmap e10: 2 total, 1 up, 2 in 2024-09-13T21:42:08.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:07 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:09.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:08 smithi026 ceph-mon[29731]: from='client.? 172.21.15.28:0/2855785696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:09.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:08 smithi028 ceph-mon[33435]: from='client.? 172.21.15.28:0/2855785696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:09.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:08 smithi189 ceph-mon[33610]: from='client.? 172.21.15.28:0/2855785696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:10.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:09 smithi026 ceph-mon[29731]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:10.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:09 smithi028 ceph-mon[33435]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:10.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:09 smithi189 ceph-mon[33610]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:11.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:11 smithi028 ceph-mon[33435]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:12.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:11 smithi026 ceph-mon[29731]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:12.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:11 smithi189 ceph-mon[33610]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:13.928 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:13 smithi028 ceph-mon[33435]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:14.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:13 smithi026 ceph-mon[29731]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:14.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:13 smithi189 ceph-mon[33610]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:15.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:14 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:42:15.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:14 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:15.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:14 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:42:15.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:14 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:15.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:14 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:42:15.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:14 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:15.995 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:15 smithi028 ceph-mon[33435]: Deploying daemon osd.1 on smithi028 2024-09-13T21:42:15.995 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:15 smithi028 ceph-mon[33435]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:16.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:15 smithi026 ceph-mon[29731]: Deploying daemon osd.1 on smithi028 2024-09-13T21:42:16.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:15 smithi026 ceph-mon[29731]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:16.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:15 smithi189 ceph-mon[33610]: Deploying daemon osd.1 on smithi028 2024-09-13T21:42:16.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:15 smithi189 ceph-mon[33610]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:18.090 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:17 smithi028 ceph-mon[33435]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:18.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:17 smithi026 ceph-mon[29731]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:18.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:17 smithi189 ceph-mon[33610]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:20.052 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:19 smithi028 ceph-mon[33435]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:20.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:19 smithi026 ceph-mon[29731]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:19 smithi189 ceph-mon[33610]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:21.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:21.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:21.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:21.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:21.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:21.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:21.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:21.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:21.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:21.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:21 smithi028 ceph-mon[33435]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:22.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:21 smithi026 ceph-mon[29731]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:22.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:21 smithi189 ceph-mon[33610]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:24.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:24 smithi028 ceph-mon[33435]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:24.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:24.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:24.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:24 smithi189 ceph-mon[33610]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:24.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:24.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:24.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:24 smithi026 ceph-mon[29731]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:24.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:24.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:24.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:24.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:25.057 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 1 on host 'smithi028' 2024-09-13T21:42:25.366 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:25 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:25.367 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:25 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:25.367 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:25 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:25.570 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:25 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:25.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:25 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:25.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:25 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:25.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:25 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:25.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:25 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:25.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:25 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:25.687 DEBUG:teuthology.orchestra.run.smithi028:osd.1> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.1.service 2024-09-13T21:42:25.690 INFO:tasks.cephadm:Deploying osd.2 on smithi189 with /dev/vg_nvme/lv_4... 2024-09-13T21:42:25.690 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T21:42:25.910 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:25 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1[37863]: 2024-09-13T21:42:25.854+0000 7f616d84c640 -1 osd.1 0 log_to_monitors true 2024-09-13T21:42:25.941 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:42:26.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:26 smithi189 ceph-mon[33610]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:26.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:26 smithi189 ceph-mon[33610]: from='osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:26.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:26 smithi189 ceph-mon[33610]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:26.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:26 smithi028 ceph-mon[33435]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:26.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:26 smithi028 ceph-mon[33435]: from='osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:26.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:26 smithi028 ceph-mon[33435]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:26.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:26 smithi026 ceph-mon[29731]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:26.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:26 smithi026 ceph-mon[29731]: from='osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:26.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:26 smithi026 ceph-mon[29731]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:27.255 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1[37863]: 2024-09-13T21:42:27.194+0000 7f61697cf640 -1 osd.1 0 waiting for initial osdmap 2024-09-13T21:42:27.256 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1[37863]: 2024-09-13T21:42:27.200+0000 7f61655f7640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: from='osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: osdmap e11: 2 total, 1 up, 2 in 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: osdmap e12: 2 total, 1 up, 2 in 2024-09-13T21:42:27.256 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:27 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:27.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T21:42:27.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: from='osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-09-13T21:42:27.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: osdmap e11: 2 total, 1 up, 2 in 2024-09-13T21:42:27.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:27.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-09-13T21:42:27.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-13T21:42:27.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: osdmap e12: 2 total, 1 up, 2 in 2024-09-13T21:42:27.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:27 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:27.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T21:42:27.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: from='osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-09-13T21:42:27.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: osdmap e11: 2 total, 1 up, 2 in 2024-09-13T21:42:27.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:27.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-09-13T21:42:27.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-13T21:42:27.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: osdmap e12: 2 total, 1 up, 2 in 2024-09-13T21:42:27.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:27 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:28.309 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:28 smithi189 ceph-mon[33610]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:28.310 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:28 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:28.310 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:28 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:28.313 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-13T21:42:28.338 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi189:vg_nvme/lv_4 2024-09-13T21:42:28.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:28 smithi028 ceph-mon[33435]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:28.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:28 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:28.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:28 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:28.578 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:42:28.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:28 smithi026 ceph-mon[29731]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:28.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:28 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:28.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:28 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:29.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: purged_snaps scrub starts 2024-09-13T21:42:29.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: purged_snaps scrub ok 2024-09-13T21:42:29.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412] boot 2024-09-13T21:42:29.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: osdmap e13: 2 total, 2 up, 2 in 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: Detected new or changed devices on smithi028 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: Adjusting osd_memory_target on smithi028 to 17092M 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.322 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:29.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:29.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: purged_snaps scrub starts 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: purged_snaps scrub ok 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412] boot 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: osdmap e13: 2 total, 2 up, 2 in 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: Detected new or changed devices on smithi028 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: Adjusting osd_memory_target on smithi028 to 17092M 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:29.467 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:29.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: purged_snaps scrub starts 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: purged_snaps scrub ok 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: osd.1 [v2:172.21.15.28:6800/1235042412,v1:172.21.15.28:6801/1235042412] boot 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: osdmap e13: 2 total, 2 up, 2 in 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: Detected new or changed devices on smithi028 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: Adjusting osd_memory_target on smithi028 to 17092M 2024-09-13T21:42:29.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:29.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:29.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:29.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:29.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:29.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:30.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:30 smithi189 ceph-mon[33610]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:30.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:30 smithi189 ceph-mon[33610]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:30.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:30 smithi189 ceph-mon[33610]: osdmap e14: 2 total, 2 up, 2 in 2024-09-13T21:42:30.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:30 smithi026 ceph-mon[29731]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:30.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:30 smithi026 ceph-mon[29731]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:30.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:30 smithi026 ceph-mon[29731]: osdmap e14: 2 total, 2 up, 2 in 2024-09-13T21:42:30.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:30 smithi028 ceph-mon[33435]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:30.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:30 smithi028 ceph-mon[33435]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:30.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:30 smithi028 ceph-mon[33435]: osdmap e14: 2 total, 2 up, 2 in 2024-09-13T21:42:31.867 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:31 smithi028 ceph-mon[33435]: from='client.? 172.21.15.189:0/3332248033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]: dispatch 2024-09-13T21:42:31.867 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:31 smithi028 ceph-mon[33435]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]: dispatch 2024-09-13T21:42:31.867 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:31 smithi028 ceph-mon[33435]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]': finished 2024-09-13T21:42:31.867 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:31 smithi028 ceph-mon[33435]: osdmap e15: 3 total, 2 up, 3 in 2024-09-13T21:42:31.867 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:31 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:31.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:31 smithi026 ceph-mon[29731]: from='client.? 172.21.15.189:0/3332248033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]: dispatch 2024-09-13T21:42:31.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:31 smithi026 ceph-mon[29731]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]: dispatch 2024-09-13T21:42:31.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:31 smithi026 ceph-mon[29731]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]': finished 2024-09-13T21:42:31.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:31 smithi026 ceph-mon[29731]: osdmap e15: 3 total, 2 up, 3 in 2024-09-13T21:42:31.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:31 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:32.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:31 smithi189 ceph-mon[33610]: from='client.? 172.21.15.189:0/3332248033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]: dispatch 2024-09-13T21:42:32.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:31 smithi189 ceph-mon[33610]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]: dispatch 2024-09-13T21:42:32.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:31 smithi189 ceph-mon[33610]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be36c46d-a9fd-4583-82d7-68460d948f87"}]': finished 2024-09-13T21:42:32.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:31 smithi189 ceph-mon[33610]: osdmap e15: 3 total, 2 up, 3 in 2024-09-13T21:42:32.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:31 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:32.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:32 smithi189 ceph-mon[33610]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:32.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:32 smithi189 ceph-mon[33610]: from='client.? 172.21.15.189:0/3692084957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:32.878 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:32 smithi028 ceph-mon[33435]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:32.879 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:32 smithi028 ceph-mon[33435]: from='client.? 172.21.15.189:0/3692084957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:32.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:32 smithi026 ceph-mon[29731]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:32.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:32 smithi026 ceph-mon[29731]: from='client.? 172.21.15.189:0/3692084957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:34.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:34 smithi026 ceph-mon[29731]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:34.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:34 smithi028 ceph-mon[33435]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:35.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:34 smithi189 ceph-mon[33610]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:36.730 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:36 smithi189 ceph-mon[33610]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:36.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:36 smithi026 ceph-mon[29731]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:36.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:36 smithi028 ceph-mon[33435]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:38.673 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:38 smithi189 ceph-mon[33610]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:38.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:38 smithi026 ceph-mon[29731]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:38.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:38 smithi028 ceph-mon[33435]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:39.704 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:39 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:42:39.704 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:39 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:39.704 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:39 smithi189 ceph-mon[33610]: Deploying daemon osd.2 on smithi189 2024-09-13T21:42:39.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:39 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:42:39.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:39 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:39.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:39 smithi026 ceph-mon[29731]: Deploying daemon osd.2 on smithi189 2024-09-13T21:42:39.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:39 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:42:39.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:39 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:39.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:39 smithi028 ceph-mon[33435]: Deploying daemon osd.2 on smithi189 2024-09-13T21:42:40.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:40 smithi189 ceph-mon[33610]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:40.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:40 smithi026 ceph-mon[29731]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:40.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:40 smithi028 ceph-mon[33435]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:42.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:42 smithi026 ceph-mon[29731]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:42.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:42 smithi028 ceph-mon[33435]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:43.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:42 smithi189 ceph-mon[33610]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:44.862 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:44 smithi189 ceph-mon[33610]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:44.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:44 smithi026 ceph-mon[29731]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:44.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:44 smithi028 ceph-mon[33435]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:45.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:45 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:45.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:45 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:45.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:45 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:45.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:45 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:45.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:45 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:45.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:45 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:45.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:45 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:45.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:45 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:45.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:45 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:46.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:46 smithi189 ceph-mon[33610]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:46.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:46 smithi026 ceph-mon[29731]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:46.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:46 smithi028 ceph-mon[33435]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:48.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:47 smithi026 ceph-mon[29731]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:48.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:47 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:47 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:47 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:48.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:47 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:48.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:47 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:47 smithi028 ceph-mon[33435]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:48.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:47 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:47 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:47 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:48.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:47 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:48.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:47 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:47 smithi189 ceph-mon[33610]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:48.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:47 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:47 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:48.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:47 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:48.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:47 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:48.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:47 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:49.192 INFO:teuthology.orchestra.run.smithi189.stdout:Created osd(s) 2 on host 'smithi189' 2024-09-13T21:42:49.811 DEBUG:teuthology.orchestra.run.smithi189:osd.2> sudo journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.2.service 2024-09-13T21:42:49.813 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-13T21:42:49.813 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-13T21:42:50.058 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:49 smithi189 ceph-mon[33610]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:50.058 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:50.058 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:50.059 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:50.081 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:42:50.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:49 smithi026 ceph-mon[29731]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:50.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:50.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:50.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:50.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:49 smithi028 ceph-mon[33435]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:50.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:50.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:50.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:50.321 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:50 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2[38062]: 2024-09-13T21:42:50.253+0000 7f41986cc640 -1 osd.2 0 log_to_monitors true 2024-09-13T21:42:50.898 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:42:51.014 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:50 smithi189 ceph-mon[33610]: from='osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:42:51.014 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:50 smithi189 ceph-mon[33610]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:42:51.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:50 smithi026 ceph-mon[29731]: from='osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:42:51.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:50 smithi026 ceph-mon[29731]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:42:51.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:50 smithi028 ceph-mon[33435]: from='osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:42:51.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:50 smithi028 ceph-mon[33435]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:42:51.596 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1726263748,"num_in_osds":3,"osd_in_since":1726263751,"num_remapped_pgs":0} 2024-09-13T21:42:52.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:51 smithi026 ceph-mon[29731]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:52.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:51 smithi026 ceph-mon[29731]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T21:42:52.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:51 smithi026 ceph-mon[29731]: osdmap e16: 3 total, 2 up, 3 in 2024-09-13T21:42:52.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:51 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:52.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:51 smithi026 ceph-mon[29731]: from='osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-13T21:42:52.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:51 smithi026 ceph-mon[29731]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-13T21:42:52.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:51 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3003224395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:42:52.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:51 smithi028 ceph-mon[33435]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:52.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:51 smithi028 ceph-mon[33435]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T21:42:52.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:51 smithi028 ceph-mon[33435]: osdmap e16: 3 total, 2 up, 3 in 2024-09-13T21:42:52.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:51 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:52.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:51 smithi028 ceph-mon[33435]: from='osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-13T21:42:52.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:51 smithi028 ceph-mon[33435]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-13T21:42:52.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:51 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/3003224395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:42:52.295 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2[38062]: 2024-09-13T21:42:51.834+0000 7f419464f640 -1 osd.2 0 waiting for initial osdmap 2024-09-13T21:42:52.295 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2[38062]: 2024-09-13T21:42:51.836+0000 7f4190477640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T21:42:52.295 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-mon[33610]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:52.295 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-mon[33610]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T21:42:52.295 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-mon[33610]: osdmap e16: 3 total, 2 up, 3 in 2024-09-13T21:42:52.296 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:52.296 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-mon[33610]: from='osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-13T21:42:52.296 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-mon[33610]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-13T21:42:52.296 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:51 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/3003224395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:42:52.597 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-13T21:42:52.884 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:42:53.520 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: osdmap e17: 3 total, 2 up, 3 in 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: Detected new or changed devices on smithi189 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.521 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:53.522 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: Adjusting osd_memory_target on smithi189 to 21184M 2024-09-13T21:42:53.522 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.522 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:53.522 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:53.523 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:53 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-13T21:42:53.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: osdmap e17: 3 total, 2 up, 3 in 2024-09-13T21:42:53.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:53.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:53.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: Detected new or changed devices on smithi189 2024-09-13T21:42:53.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:53.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: Adjusting osd_memory_target on smithi189 to 21184M 2024-09-13T21:42:53.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:53.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:53.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:53 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-13T21:42:53.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: osdmap e17: 3 total, 2 up, 3 in 2024-09-13T21:42:53.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: Detected new or changed devices on smithi189 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: Adjusting osd_memory_target on smithi189 to 21184M 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:53.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:53 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:54.112 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1726263772,"num_in_osds":3,"osd_in_since":1726263751,"num_remapped_pgs":0} 2024-09-13T21:42:54.113 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T21:42:54.366 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:42:54.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: purged_snaps scrub starts 2024-09-13T21:42:54.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: purged_snaps scrub ok 2024-09-13T21:42:54.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:54.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992] boot 2024-09-13T21:42:54.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: osdmap e18: 3 total, 3 up, 3 in 2024-09-13T21:42:54.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:54.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' 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-13T21:42:54.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/732352923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:42:54.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' 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-13T21:42:54.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: osdmap e19: 3 total, 3 up, 3 in 2024-09-13T21:42:54.430 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:54 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:42:54.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: purged_snaps scrub starts 2024-09-13T21:42:54.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: purged_snaps scrub ok 2024-09-13T21:42:54.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:54.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992] boot 2024-09-13T21:42:54.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: osdmap e18: 3 total, 3 up, 3 in 2024-09-13T21:42:54.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:54.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' 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-13T21:42:54.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/732352923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:42:54.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' 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-13T21:42:54.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: osdmap e19: 3 total, 3 up, 3 in 2024-09-13T21:42:54.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:54 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:42:54.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: purged_snaps scrub starts 2024-09-13T21:42:54.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: purged_snaps scrub ok 2024-09-13T21:42:54.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: osd.2 [v2:172.21.15.189:6800/3570729992,v1:172.21.15.189:6801/3570729992] boot 2024-09-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: osdmap e18: 3 total, 3 up, 3 in 2024-09-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' 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-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/732352923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' 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-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: osdmap e19: 3 total, 3 up, 3 in 2024-09-13T21:42:54.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:54 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:42:55.007 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:42:55.007 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":20,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","created":"2024-09-13T21:39:53.790655+0000","modified":"2024-09-13T21:42:54.834280+0000","last_up_change":"2024-09-13T21:42:52.831497+0000","last_in_change":"2024-09-13T21:42:31.553312+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-13T21:42:53.271870+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":"ca4d9376-2fed-4f58-b999-c79a7cf00925","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.26:6802","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6803","nonce":2214308858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6805","nonce":2214308858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6809","nonce":2214308858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6807","nonce":2214308858}]},"public_addr":"172.21.15.26:6803/2214308858","cluster_addr":"172.21.15.26:6805/2214308858","heartbeat_back_addr":"172.21.15.26:6809/2214308858","heartbeat_front_addr":"172.21.15.26:6807/2214308858","state":["exists","up"]},{"osd":1,"uuid":"82492bb2-6318-470c-922c-9697da7e9fb7","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.28:6800","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6801","nonce":1235042412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6803","nonce":1235042412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6807","nonce":1235042412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6805","nonce":1235042412}]},"public_addr":"172.21.15.28:6801/1235042412","cluster_addr":"172.21.15.28:6803/1235042412","heartbeat_back_addr":"172.21.15.28:6807/1235042412","heartbeat_front_addr":"172.21.15.28:6805/1235042412","state":["exists","up"]},{"osd":2,"uuid":"be36c46d-a9fd-4583-82d7-68460d948f87","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.189:6800","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6801","nonce":3570729992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6803","nonce":3570729992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6807","nonce":3570729992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6805","nonce":3570729992}]},"public_addr":"172.21.15.189:6801/3570729992","cluster_addr":"172.21.15.189:6803/3570729992","heartbeat_back_addr":"172.21.15.189:6807/3570729992","heartbeat_front_addr":"172.21.15.189:6805/3570729992","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-13T21:42:02.929436+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-13T21:42:26.819386+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-13T21:42:51.261962+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/4082284208":"2024-09-14T21:40:40.757902+0000","172.21.15.26:6800/4082284208":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/1229257841":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/3142183468":"2024-09-14T21:40:40.757902+0000","172.21.15.26:6800/3724191181":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/374152318":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/3735467481":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/141272121":"2024-09-14T21:40:16.287341+0000","172.21.15.26:6801/3724191181":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/610081807":"2024-09-14T21:40:16.287341+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-13T21:42:55.615 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48621]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T21:42:55.615 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48621]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:55.615 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48621]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:55.615 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48621]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:55.642 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-13T21:42:53.271870+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-13T21:42:55.642 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-13T21:42:55.897 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:42:55.929 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48643]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T21:42:55.929 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48643]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:55.929 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48643]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:55.929 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:42:55 smithi026 sudo[48643]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:55.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:55 smithi026 ceph-mon[29731]: pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:42:55.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:55 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T21:42:55.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:55 smithi026 ceph-mon[29731]: osdmap e20: 3 total, 3 up, 3 in 2024-09-13T21:42:55.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:55 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/956130200' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:42:55.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:55 smithi026 ceph-mon[29731]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T21:42:56.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:55 smithi028 ceph-mon[33435]: pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:42:56.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:55 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T21:42:56.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:55 smithi028 ceph-mon[33435]: osdmap e20: 3 total, 3 up, 3 in 2024-09-13T21:42:56.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:55 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/956130200' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:42:56.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:55 smithi028 ceph-mon[33435]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T21:42:56.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:55 smithi189 ceph-mon[33610]: pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:42:56.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:55 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T21:42:56.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:55 smithi189 ceph-mon[33610]: osdmap e20: 3 total, 3 up, 3 in 2024-09-13T21:42:56.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:55 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/956130200' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:42:56.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:55 smithi189 ceph-mon[33610]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T21:42:56.536 INFO:teuthology.orchestra.run.smithi026.stdout:pg_num: 1 2024-09-13T21:42:56.715 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41591]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T21:42:56.715 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41591]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:56.715 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41591]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:56.715 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41591]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:57.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:56 smithi026 ceph-mon[29731]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:42:57.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:56 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:57.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:56 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/262752751' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T21:42:57.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:56 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:57.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:56 smithi028 ceph-mon[33435]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:42:57.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:56 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:57.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:56 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/262752751' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T21:42:57.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:56 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:57.216 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41594]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T21:42:57.216 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41594]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:57.216 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41594]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:57.216 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:42:56 smithi028 sudo[41594]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:57.255 INFO:tasks.cephadm:Setting up client nodes... 2024-09-13T21:42:57.255 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-13T21:42:57.255 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-13T21:42:57.255 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-13T21:42:57.269 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:56 smithi189 ceph-mon[33610]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:42:57.269 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:56 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:57.269 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:56 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/262752751' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T21:42:57.269 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:56 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:57.269 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41664]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T21:42:57.269 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41664]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:57.269 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41664]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:57.269 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41664]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:57.530 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:42:57.571 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41667]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T21:42:57.571 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41667]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:57.571 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41667]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:57.571 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:42:57 smithi189 sudo[41667]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:57.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:57 smithi026 sudo[48832]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T21:42:57.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:57 smithi026 sudo[48832]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:57.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:57 smithi026 sudo[48832]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:57.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:57 smithi026 sudo[48832]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:58.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 sudo[48879]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T21:42:58.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 sudo[48879]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:58.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 sudo[48879]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:58.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 sudo[48879]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:58.447 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:42:58.701 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41670]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T21:42:58.701 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41670]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:58.701 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41670]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:58.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41670]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:58.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:42:58.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:58.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:42:58.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: Cluster is now healthy 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:58.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:58 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41673]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41673]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41673]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 sudo[41673]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T21:42:59.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: Cluster is now healthy 2024-09-13T21:42:59.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:59.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:59.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:59.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T21:42:59.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:59.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:59.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:58 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:59.161 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:42:59.161 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: Cluster is now healthy 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:59.162 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:58 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:59.194 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6800","nonce":1264686499},{"type":"v1","addr":"172.21.15.26:6801","nonce":1264686499}]},"active_addr":"172.21.15.26:6801/1264686499","active_change":"2024-09-13T21:40:40.758009+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.26: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.26:0","nonce":4040505572}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":1207319737}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":2988103559}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":613822453}]}]} 2024-09-13T21:42:59.197 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-13T21:42:59.198 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-13T21:42:59.198 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T21:42:59.452 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:42:59.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41597]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T21:42:59.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41597]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:59.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41597]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:59.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41597]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:59.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:42:59.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/1288969879' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T21:42:59.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:42:59.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:42:59.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:59.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:59.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:59.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:42:59 smithi026 ceph-mon[29731]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:42:59.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41600]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T21:42:59.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41600]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T21:42:59.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41600]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 sudo[41600]: pam_unix(sudo:session): session closed for user root 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/1288969879' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:42:59.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:42:59 smithi028 ceph-mon[33435]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/1288969879' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:00.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:42:59 smithi189 ceph-mon[33610]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:00.215 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:43:00.215 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":21,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","created":"2024-09-13T21:39:53.790655+0000","modified":"2024-09-13T21:42:55.835655+0000","last_up_change":"2024-09-13T21:42:52.831497+0000","last_in_change":"2024-09-13T21:42:31.553312+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-13T21:42:53.271870+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":"ca4d9376-2fed-4f58-b999-c79a7cf00925","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.26:6802","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6803","nonce":2214308858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6805","nonce":2214308858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6809","nonce":2214308858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6807","nonce":2214308858}]},"public_addr":"172.21.15.26:6803/2214308858","cluster_addr":"172.21.15.26:6805/2214308858","heartbeat_back_addr":"172.21.15.26:6809/2214308858","heartbeat_front_addr":"172.21.15.26:6807/2214308858","state":["exists","up"]},{"osd":1,"uuid":"82492bb2-6318-470c-922c-9697da7e9fb7","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.28:6800","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6801","nonce":1235042412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6803","nonce":1235042412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6807","nonce":1235042412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6805","nonce":1235042412}]},"public_addr":"172.21.15.28:6801/1235042412","cluster_addr":"172.21.15.28:6803/1235042412","heartbeat_back_addr":"172.21.15.28:6807/1235042412","heartbeat_front_addr":"172.21.15.28:6805/1235042412","state":["exists","up"]},{"osd":2,"uuid":"be36c46d-a9fd-4583-82d7-68460d948f87","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.189:6800","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6801","nonce":3570729992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6803","nonce":3570729992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6807","nonce":3570729992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6805","nonce":3570729992}]},"public_addr":"172.21.15.189:6801/3570729992","cluster_addr":"172.21.15.189:6803/3570729992","heartbeat_back_addr":"172.21.15.189:6807/3570729992","heartbeat_front_addr":"172.21.15.189:6805/3570729992","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-13T21:42:02.929436+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-13T21:42:26.819386+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-13T21:42:51.261962+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/4082284208":"2024-09-14T21:40:40.757902+0000","172.21.15.26:6800/4082284208":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/1229257841":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/3142183468":"2024-09-14T21:40:40.757902+0000","172.21.15.26:6800/3724191181":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/374152318":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/3735467481":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/141272121":"2024-09-14T21:40:16.287341+0000","172.21.15.26:6801/3724191181":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/610081807":"2024-09-14T21:40:16.287341+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-13T21:43:00.818 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:00 smithi026 ceph-mon[29731]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:00.818 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:00 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/131267095' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:00.853 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-13T21:43:00.853 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T21:43:00.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:00 smithi028 ceph-mon[33435]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:00.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:00 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/131267095' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:01.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:00 smithi189 ceph-mon[33610]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:01.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:00 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/131267095' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:01.113 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:01.821 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:43:01.821 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":21,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","created":"2024-09-13T21:39:53.790655+0000","modified":"2024-09-13T21:42:55.835655+0000","last_up_change":"2024-09-13T21:42:52.831497+0000","last_in_change":"2024-09-13T21:42:31.553312+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-13T21:42:53.271870+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":"ca4d9376-2fed-4f58-b999-c79a7cf00925","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.26:6802","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6803","nonce":2214308858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6805","nonce":2214308858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6809","nonce":2214308858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2214308858},{"type":"v1","addr":"172.21.15.26:6807","nonce":2214308858}]},"public_addr":"172.21.15.26:6803/2214308858","cluster_addr":"172.21.15.26:6805/2214308858","heartbeat_back_addr":"172.21.15.26:6809/2214308858","heartbeat_front_addr":"172.21.15.26:6807/2214308858","state":["exists","up"]},{"osd":1,"uuid":"82492bb2-6318-470c-922c-9697da7e9fb7","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.28:6800","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6801","nonce":1235042412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6803","nonce":1235042412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6807","nonce":1235042412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":1235042412},{"type":"v1","addr":"172.21.15.28:6805","nonce":1235042412}]},"public_addr":"172.21.15.28:6801/1235042412","cluster_addr":"172.21.15.28:6803/1235042412","heartbeat_back_addr":"172.21.15.28:6807/1235042412","heartbeat_front_addr":"172.21.15.28:6805/1235042412","state":["exists","up"]},{"osd":2,"uuid":"be36c46d-a9fd-4583-82d7-68460d948f87","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.189:6800","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6801","nonce":3570729992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6803","nonce":3570729992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6807","nonce":3570729992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3570729992},{"type":"v1","addr":"172.21.15.189:6805","nonce":3570729992}]},"public_addr":"172.21.15.189:6801/3570729992","cluster_addr":"172.21.15.189:6803/3570729992","heartbeat_back_addr":"172.21.15.189:6807/3570729992","heartbeat_front_addr":"172.21.15.189:6805/3570729992","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-13T21:42:02.929436+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-13T21:42:26.819386+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-13T21:42:51.261962+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/4082284208":"2024-09-14T21:40:40.757902+0000","172.21.15.26:6800/4082284208":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/1229257841":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/3142183468":"2024-09-14T21:40:40.757902+0000","172.21.15.26:6800/3724191181":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/374152318":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/3735467481":"2024-09-14T21:40:40.757902+0000","172.21.15.26:0/141272121":"2024-09-14T21:40:16.287341+0000","172.21.15.26:6801/3724191181":"2024-09-14T21:40:16.287341+0000","172.21.15.26:0/610081807":"2024-09-14T21:40:16.287341+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-13T21:43:02.498 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-13T21:43:02.499 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-13T21:43:02.500 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-13T21:43:02.715 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:02 smithi026 ceph-mon[29731]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:02.716 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:02 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3026847925' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:02.782 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:02.783 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:02.789 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:03.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:02 smithi189 ceph-mon[33610]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:03.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:02 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/3026847925' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:03.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:02 smithi028 ceph-mon[33435]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:03.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:02 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/3026847925' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:04 smithi026 ceph-mon[29731]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:05.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:04 smithi189 ceph-mon[33610]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:05.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:04 smithi028 ceph-mon[33435]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:05.257 INFO:teuthology.orchestra.run.smithi026.stdout:55834574859 2024-09-13T21:43:05.258 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-13T21:43:05.642 INFO:teuthology.orchestra.run.smithi026.stdout:34359738382 2024-09-13T21:43:05.643 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-13T21:43:05.701 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:06.131 INFO:teuthology.orchestra.run.smithi026.stdout:77309411332 2024-09-13T21:43:06.131 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-13T21:43:06.855 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:06.870 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:06.977 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:06 smithi026 ceph-mon[29731]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-13T21:43:07.002 INFO:teuthology.orchestra.run.smithi026.stdout:55834574859 2024-09-13T21:43:07.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:06 smithi189 ceph-mon[33610]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-13T21:43:07.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:06 smithi028 ceph-mon[33435]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2024-09-13T21:43:07.728 INFO:teuthology.orchestra.run.smithi026.stdout:77309411333 2024-09-13T21:43:08.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:07 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/4081349353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T21:43:08.123 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:07 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/4081349353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T21:43:08.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:07 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/4081349353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T21:43:08.741 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411332 got 77309411333 for osd.2 2024-09-13T21:43:08.741 DEBUG:teuthology.parallel:result is None 2024-09-13T21:43:09.058 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:08 smithi026 ceph-mon[29731]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-13T21:43:09.058 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:08 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/455689935' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T21:43:09.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:08 smithi189 ceph-mon[33610]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-13T21:43:09.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:08 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/455689935' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T21:43:09.081 INFO:teuthology.orchestra.run.smithi026.stdout:34359738383 2024-09-13T21:43:09.086 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2024-09-13T21:43:09.086 DEBUG:teuthology.parallel:result is None 2024-09-13T21:43:09.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:08 smithi028 ceph-mon[33435]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-13T21:43:09.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:08 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/455689935' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T21:43:09.765 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738382 got 34359738383 for osd.0 2024-09-13T21:43:09.766 DEBUG:teuthology.parallel:result is None 2024-09-13T21:43:09.766 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-13T21:43:09.766 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T21:43:10.023 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:10.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:09 smithi189 ceph-mon[33610]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-13T21:43:10.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:09 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/2063564204' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T21:43:10.145 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:09 smithi026 ceph-mon[29731]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-13T21:43:10.145 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:09 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2063564204' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T21:43:10.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:09 smithi028 ceph-mon[33435]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-13T21:43:10.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:09 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/2063564204' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T21:43:10.814 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:43:10.814 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-13T21:43:11.407 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2024-09-13T21:43:10.786989+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":85212,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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.001765"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-13T21:42:59.620219+0000","last_change":"2024-09-13T21:42:54.839259+0000","last_active":"2024-09-13T21:42:59.620219+0000","last_peered":"2024-09-13T21:42:59.620219+0000","last_clean":"2024-09-13T21:42:59.620219+0000","last_became_active":"2024-09-13T21:42:54.838871+0000","last_became_peered":"2024-09-13T21:42:54.838871+0000","last_unstale":"2024-09-13T21:42:59.620219+0000","last_undegraded":"2024-09-13T21:42:59.620219+0000","last_fullsized":"2024-09-13T21:42:59.620219+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-13T21:42:53.832851+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T21:42:53.832851+0000","last_clean_scrub_stamp":"2024-09-13T21:42:53.832851+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-15T09:16:23.704239+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":34359738383,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T21:43:11.407 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T21:43:11.661 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:12.087 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:11 smithi026 ceph-mon[29731]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-13T21:43:12.088 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:11 smithi026 ceph-mon[29731]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:12.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:11 smithi028 ceph-mon[33435]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-13T21:43:12.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:11 smithi028 ceph-mon[33435]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:12.320 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:11 smithi189 ceph-mon[33610]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-13T21:43:12.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:11 smithi189 ceph-mon[33610]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:12.351 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:43:12.352 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-13T21:43:12.916 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:12 smithi026 ceph-mon[29731]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:12.948 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2024-09-13T21:43:10.786989+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":85212,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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.001765"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-13T21:42:59.620219+0000","last_change":"2024-09-13T21:42:54.839259+0000","last_active":"2024-09-13T21:42:59.620219+0000","last_peered":"2024-09-13T21:42:59.620219+0000","last_clean":"2024-09-13T21:42:59.620219+0000","last_became_active":"2024-09-13T21:42:54.838871+0000","last_became_peered":"2024-09-13T21:42:54.838871+0000","last_unstale":"2024-09-13T21:42:59.620219+0000","last_undegraded":"2024-09-13T21:42:59.620219+0000","last_fullsized":"2024-09-13T21:42:59.620219+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-13T21:42:53.832851+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T21:42:53.832851+0000","last_clean_scrub_stamp":"2024-09-13T21:42:53.832851+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-15T09:16:23.704239+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":34359738383,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T21:43:12.949 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-13T21:43:12.949 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-13T21:43:12.949 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-13T21:43:12.949 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-13T21:43:13.201 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:13.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:12 smithi028 ceph-mon[33435]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:13.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:12 smithi189 ceph-mon[33610]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:13.864 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:43:13.864 INFO:teuthology.orchestra.run.smithi026.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-13T21:43:13.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:13 smithi026 ceph-mon[29731]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:43:14.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:13 smithi189 ceph-mon[33610]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:43:14.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:13 smithi028 ceph-mon[33435]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:43:14.494 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-13T21:43:14.495 INFO:tasks.cephadm:Setup complete, yielding 2024-09-13T21:43:14.495 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-13T21:43:14.506 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-13T21:43:14.506 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- ceph orch apply -i - 2024-09-13T21:43:14.757 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:15.133 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:14 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/767712169' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T21:43:15.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:14 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/767712169' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T21:43:15.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:14 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/767712169' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T21:43:15.427 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled mon update... 2024-09-13T21:43:16.056 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-13T21:43:16.065 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2024-09-13T21:43:16.065 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 -- bash -c 'set -ex 2024-09-13T21:43:16.065 DEBUG:teuthology.orchestra.run.smithi026:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> # the actual names cephadm knows the host by within the mon spec 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> MONSPEC=`cat mon.yaml` 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> echo "$MONSPEC" 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> while read realname <&3 && read fakename <&4; do 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> cat mon.yaml 2024-09-13T21:43:16.066 DEBUG:teuthology.orchestra.run.smithi026:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> ceph orch apply -i mon.yaml 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> sleep 90 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> ceph orch ps --refresh 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> sleep 90 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> ceph mon dump 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> ceph mon dump --format json 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> while read monid <&3 && read crushloc <&4; do 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-13T21:43:16.067 DEBUG:teuthology.orchestra.run.smithi026:> done 3 ' 2024-09-13T21:43:16.336 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:43:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: Saving service mon spec with placement count:3 2024-09-13T21:43:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T21:43:16.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:16 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:43:16.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: Saving service mon spec with placement count:3 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T21:43:16.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:16 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph orch host ls --format json 2024-09-13T21:43:16.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ jq -r '.[] | .hostname' 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: Saving service mon spec with placement count:3 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T21:43:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:16 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:17.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo 'host.a 2024-09-13T21:43:17.001 INFO:teuthology.orchestra.run.smithi026.stderr:host.b 2024-09-13T21:43:17.001 INFO:teuthology.orchestra.run.smithi026.stderr:host.c' 2024-09-13T21:43:17.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo 'a 2024-09-13T21:43:17.001 INFO:teuthology.orchestra.run.smithi026.stderr:b 2024-09-13T21:43:17.001 INFO:teuthology.orchestra.run.smithi026.stderr:c' 2024-09-13T21:43:17.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo '{datacenter=a} 2024-09-13T21:43:17.002 INFO:teuthology.orchestra.run.smithi026.stderr:{datacenter=b,rack=2} 2024-09-13T21:43:17.002 INFO:teuthology.orchestra.run.smithi026.stderr:{datacenter=a,rack=3}' 2024-09-13T21:43:17.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph orch ls --service-name mon --export 2024-09-13T21:43:17.286 INFO:teuthology.orchestra.run.smithi026.stderr:++ cat mon.yaml 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ MONSPEC='service_type: mon 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr:service_name: mon 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr:placement: 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: count: 3 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr:spec: 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: crush_locations: 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: host.a: 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: host.b: 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=b 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=2 2024-09-13T21:43:17.288 INFO:teuthology.orchestra.run.smithi026.stderr: host.c: 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=3' 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stdout:service_type: mon 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stdout:service_name: mon 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stdout:placement: 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stdout: count: 3 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stdout:spec: 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stdout: crush_locations: 2024-09-13T21:43:17.289 INFO:teuthology.orchestra.run.smithi026.stdout: host.a: 2024-09-13T21:43:17.290 INFO:teuthology.orchestra.run.smithi026.stdout: - datacenter=a 2024-09-13T21:43:17.290 INFO:teuthology.orchestra.run.smithi026.stdout: host.b: 2024-09-13T21:43:17.290 INFO:teuthology.orchestra.run.smithi026.stdout: - datacenter=b 2024-09-13T21:43:17.290 INFO:teuthology.orchestra.run.smithi026.stdout: - rack=2 2024-09-13T21:43:17.290 INFO:teuthology.orchestra.run.smithi026.stdout: host.c: 2024-09-13T21:43:17.290 INFO:teuthology.orchestra.run.smithi026.stdout: - datacenter=a 2024-09-13T21:43:17.290 INFO:teuthology.orchestra.run.smithi026.stdout: - rack=3 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo 'service_type: mon 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr:service_name: mon 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr:placement: 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr: count: 3 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr:spec: 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr: crush_locations: 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr: host.a: 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.291 INFO:teuthology.orchestra.run.smithi026.stderr: host.b: 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=b 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=2 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr: host.c: 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=3' 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ read realname 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ read fakename 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ MONSPEC='service_type: mon 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr:service_name: mon 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr:placement: 2024-09-13T21:43:17.292 INFO:teuthology.orchestra.run.smithi026.stderr: count: 3 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr:spec: 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: crush_locations: 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: smithi026: 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: host.b: 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=b 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=2 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: host.c: 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=3' 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ read realname 2024-09-13T21:43:17.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ read fakename 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ MONSPEC='service_type: mon 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr:service_name: mon 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr:placement: 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: count: 3 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr:spec: 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: crush_locations: 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: smithi026: 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: smithi028: 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=b 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=2 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: host.c: 2024-09-13T21:43:17.294 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=3' 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ read realname 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ read fakename 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ MONSPEC='service_type: mon 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr:service_name: mon 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr:placement: 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr: count: 3 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr:spec: 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr: crush_locations: 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr: smithi026: 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr: smithi028: 2024-09-13T21:43:17.295 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=b 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=2 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: smithi189: 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=3' 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ read realname 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo 'service_type: mon 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr:service_name: mon 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr:placement: 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: count: 3 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr:spec: 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: crush_locations: 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: smithi026: 2024-09-13T21:43:17.296 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stderr: smithi028: 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=b 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=2 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stderr: smithi189: 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stderr: - datacenter=a 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stderr: - rack=3' 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ cat mon.yaml 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stdout:service_type: mon 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stdout:service_name: mon 2024-09-13T21:43:17.297 INFO:teuthology.orchestra.run.smithi026.stdout:placement: 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: count: 3 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout:spec: 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: crush_locations: 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: smithi026: 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: - datacenter=a 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: smithi028: 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: - datacenter=b 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: - rack=2 2024-09-13T21:43:17.298 INFO:teuthology.orchestra.run.smithi026.stdout: smithi189: 2024-09-13T21:43:17.299 INFO:teuthology.orchestra.run.smithi026.stdout: - datacenter=a 2024-09-13T21:43:17.299 INFO:teuthology.orchestra.run.smithi026.stdout: - rack=3 2024-09-13T21:43:17.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph orch apply -i mon.yaml 2024-09-13T21:43:17.567 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled mon update... 2024-09-13T21:43:17.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ sleep 90 2024-09-13T21:43:18.780 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:18.780 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:18.780 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:18.780 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:18.780 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: Saving service mon spec with placement count:3 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: Setting crush location for mon a to {datacenter=a} 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: mon.a calling monitor election 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: mon.c calling monitor election 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: mon.b calling monitor election 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:18.781 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: monmap epoch 6 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: last_changed 2024-09-13T21:43:17.597304+0000 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: min_mon_release 19 (squid) 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: election_strategy: 1 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a; crush_location {datacenter=a} 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: 2: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: fsmap 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: overall HEALTH_OK 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: Reconfiguring mon.a (monmap changed)... 2024-09-13T21:43:18.782 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:18.783 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:18.783 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:18.783 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:18 smithi026 ceph-mon[29731]: Reconfiguring daemon mon.a on smithi026 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: Saving service mon spec with placement count:3 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: Setting crush location for mon a to {datacenter=a} 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-13T21:43:18.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: mon.a calling monitor election 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: mon.c calling monitor election 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: mon.b calling monitor election 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: monmap epoch 6 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: last_changed 2024-09-13T21:43:17.597304+0000 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: min_mon_release 19 (squid) 2024-09-13T21:43:18.967 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: election_strategy: 1 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a; crush_location {datacenter=a} 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: 2: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: fsmap 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: overall HEALTH_OK 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: Reconfiguring mon.a (monmap changed)... 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:18.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:18 smithi028 ceph-mon[33435]: Reconfiguring daemon mon.a on smithi026 2024-09-13T21:43:19.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:19.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:43:19.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:19.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: Saving service mon spec with placement count:3 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: Setting crush location for mon a to {datacenter=a} 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: mon.a calling monitor election 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: mon.c calling monitor election 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: mon.b calling monitor election 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:19.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: monmap epoch 6 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: last_changed 2024-09-13T21:43:17.597304+0000 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: min_mon_release 19 (squid) 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: election_strategy: 1 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a; crush_location {datacenter=a} 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: 2: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: fsmap 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: overall HEALTH_OK 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:19.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: Reconfiguring mon.a (monmap changed)... 2024-09-13T21:43:19.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:19.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:19.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:19.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:18 smithi189 ceph-mon[33610]: Reconfiguring daemon mon.a on smithi026 2024-09-13T21:43:20.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:20.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:20.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:20.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: Reconfiguring mgr.a (monmap changed)... 2024-09-13T21:43:20.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:43:20.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:43:20.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:20.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:20 smithi026 ceph-mon[29731]: Reconfiguring daemon mgr.a on smithi026 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: Reconfiguring mgr.a (monmap changed)... 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:20.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:20 smithi189 ceph-mon[33610]: Reconfiguring daemon mgr.a on smithi026 2024-09-13T21:43:20.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:20.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:20.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:20.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: Reconfiguring mgr.a (monmap changed)... 2024-09-13T21:43:20.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:43:20.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:43:20.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:20.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:20 smithi028 ceph-mon[33435]: Reconfiguring daemon mgr.a on smithi026 2024-09-13T21:43:21.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:21.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:21.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:21 smithi189 ceph-mon[33610]: Reconfiguring osd.0 (monmap changed)... 2024-09-13T21:43:21.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:43:21.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:21 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:21.571 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:21 smithi189 ceph-mon[33610]: Reconfiguring daemon osd.0 on smithi026 2024-09-13T21:43:21.633 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:21.633 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:21.633 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:21 smithi026 ceph-mon[29731]: Reconfiguring osd.0 (monmap changed)... 2024-09-13T21:43:21.633 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:43:21.633 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:21 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:21.633 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:21 smithi026 ceph-mon[29731]: Reconfiguring daemon osd.0 on smithi026 2024-09-13T21:43:21.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:21 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:21.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:21 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:21.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:21 smithi028 ceph-mon[33435]: Reconfiguring osd.0 (monmap changed)... 2024-09-13T21:43:21.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:21 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:43:21.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:21 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:21.716 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:21 smithi028 ceph-mon[33435]: Reconfiguring daemon osd.0 on smithi026 2024-09-13T21:43:22.984 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:22 smithi028 ceph-mon[33435]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:22.985 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:22 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:22.985 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:22 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:22.985 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:22 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:22.985 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:22 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:22.985 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:22 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:23.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:22 smithi189 ceph-mon[33610]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:23.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:22 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:23.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:22 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:23.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:22 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:23.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:22 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:23.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:22 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:23.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:22 smithi026 ceph-mon[29731]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:23.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:22 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:23.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:22 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:23.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:22 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:23.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:22 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:23.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:22 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:23.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:23 smithi028 ceph-mon[33435]: Reconfiguring mon.b (monmap changed)... 2024-09-13T21:43:23.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:23 smithi028 ceph-mon[33435]: Reconfiguring daemon mon.b on smithi028 2024-09-13T21:43:23.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:23 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:23.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:23 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:23.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:23 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:43:23.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:23 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:43:23.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:23 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:24.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:23 smithi189 ceph-mon[33610]: Reconfiguring mon.b (monmap changed)... 2024-09-13T21:43:24.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:23 smithi189 ceph-mon[33610]: Reconfiguring daemon mon.b on smithi028 2024-09-13T21:43:24.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:23 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:24.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:23 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:24.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:23 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:43:24.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:23 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:43:24.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:23 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:24.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:23 smithi026 ceph-mon[29731]: Reconfiguring mon.b (monmap changed)... 2024-09-13T21:43:24.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:23 smithi026 ceph-mon[29731]: Reconfiguring daemon mon.b on smithi028 2024-09-13T21:43:24.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:23 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:24.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:23 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:24.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:23 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:43:24.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:23 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:43:24.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:23 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:25.035 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:25.035 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: Reconfiguring mgr.b (monmap changed)... 2024-09-13T21:43:25.035 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: Reconfiguring daemon mgr.b on smithi028 2024-09-13T21:43:25.035 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:25.036 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:25.036 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: Reconfiguring osd.1 (monmap changed)... 2024-09-13T21:43:25.036 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:43:25.036 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:25.036 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:24 smithi028 ceph-mon[33435]: Reconfiguring daemon osd.1 on smithi028 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: Reconfiguring mgr.b (monmap changed)... 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: Reconfiguring daemon mgr.b on smithi028 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: Reconfiguring osd.1 (monmap changed)... 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:25.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:24 smithi189 ceph-mon[33610]: Reconfiguring daemon osd.1 on smithi028 2024-09-13T21:43:25.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:25.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: Reconfiguring mgr.b (monmap changed)... 2024-09-13T21:43:25.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: Reconfiguring daemon mgr.b on smithi028 2024-09-13T21:43:25.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:25.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:25.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: Reconfiguring osd.1 (monmap changed)... 2024-09-13T21:43:25.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:43:25.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:25.180 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:24 smithi026 ceph-mon[29731]: Reconfiguring daemon osd.1 on smithi028 2024-09-13T21:43:25.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:25 smithi028 ceph-mon[33435]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:26.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:25 smithi189 ceph-mon[33610]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:26.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:25 smithi026 ceph-mon[29731]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:27.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:26 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:27.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:26 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:27.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:26 smithi189 ceph-mon[33610]: Reconfiguring mon.c (monmap changed)... 2024-09-13T21:43:27.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:26 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:27.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:26 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:27.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:26 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:27.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:26 smithi189 ceph-mon[33610]: Reconfiguring daemon mon.c on smithi189 2024-09-13T21:43:27.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:26 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:27.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:26 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:27.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:26 smithi026 ceph-mon[29731]: Reconfiguring mon.c (monmap changed)... 2024-09-13T21:43:27.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:26 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:27.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:26 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:27.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:26 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:27.179 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:26 smithi026 ceph-mon[29731]: Reconfiguring daemon mon.c on smithi189 2024-09-13T21:43:27.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:26 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:27.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:26 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:27.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:26 smithi028 ceph-mon[33435]: Reconfiguring mon.c (monmap changed)... 2024-09-13T21:43:27.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:26 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:43:27.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:26 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:43:27.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:26 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:27.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:26 smithi028 ceph-mon[33435]: Reconfiguring daemon mon.c on smithi189 2024-09-13T21:43:28.297 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:27 smithi189 ceph-mon[33610]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:28.297 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:27 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:28.297 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:27 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:28.297 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:27 smithi189 ceph-mon[33610]: Reconfiguring osd.2 (monmap changed)... 2024-09-13T21:43:28.297 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:27 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:43:28.297 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:27 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:28.297 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:27 smithi189 ceph-mon[33610]: Reconfiguring daemon osd.2 on smithi189 2024-09-13T21:43:28.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:27 smithi026 ceph-mon[29731]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:28.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:27 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:28.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:27 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:28.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:27 smithi026 ceph-mon[29731]: Reconfiguring osd.2 (monmap changed)... 2024-09-13T21:43:28.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:27 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:43:28.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:27 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:28.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:27 smithi026 ceph-mon[29731]: Reconfiguring daemon osd.2 on smithi189 2024-09-13T21:43:28.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:27 smithi028 ceph-mon[33435]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:28.465 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:27 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:28.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:27 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:28.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:27 smithi028 ceph-mon[33435]: Reconfiguring osd.2 (monmap changed)... 2024-09-13T21:43:28.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:27 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:43:28.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:27 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:28.466 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:27 smithi028 ceph-mon[33435]: Reconfiguring daemon osd.2 on smithi189 2024-09-13T21:43:29.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:29.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:29.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:29.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:29.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:29.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:43:30.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:30 smithi026 ceph-mon[29731]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:30.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:30 smithi028 ceph-mon[33435]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:30.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:30 smithi189 ceph-mon[33610]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:32.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:32 smithi026 ceph-mon[29731]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:32.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:32 smithi028 ceph-mon[33435]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:32.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:32 smithi189 ceph-mon[33610]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:34.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:34 smithi026 ceph-mon[29731]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:34.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:34 smithi028 ceph-mon[33435]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:34.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:34 smithi189 ceph-mon[33610]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:36.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:36 smithi026 ceph-mon[29731]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:36.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:36 smithi028 ceph-mon[33435]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:36.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:36 smithi189 ceph-mon[33610]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:38.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:38 smithi026 ceph-mon[29731]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:38.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:38 smithi028 ceph-mon[33435]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:38.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:38 smithi189 ceph-mon[33610]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:40.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:40 smithi026 ceph-mon[29731]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:40.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:40 smithi028 ceph-mon[33435]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:40.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:40 smithi189 ceph-mon[33610]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:42.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:42 smithi026 ceph-mon[29731]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:42.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:42 smithi028 ceph-mon[33435]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:42 smithi189 ceph-mon[33610]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:44.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:44 smithi026 ceph-mon[29731]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:44.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:44 smithi028 ceph-mon[33435]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:44.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:44 smithi189 ceph-mon[33610]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:46.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:46 smithi026 ceph-mon[29731]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:46.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:46 smithi028 ceph-mon[33435]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:46.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:46 smithi189 ceph-mon[33610]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:48.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:48 smithi026 ceph-mon[29731]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:48.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:48 smithi028 ceph-mon[33435]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:48.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:48 smithi189 ceph-mon[33610]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:50.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:50 smithi026 ceph-mon[29731]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:50.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:50 smithi028 ceph-mon[33435]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:50.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:50 smithi189 ceph-mon[33610]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:52.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:52 smithi026 ceph-mon[29731]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:52.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:52 smithi028 ceph-mon[33435]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:52.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:52 smithi189 ceph-mon[33610]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:54.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:54 smithi026 ceph-mon[29731]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:54.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:54 smithi028 ceph-mon[33435]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:54.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:54 smithi189 ceph-mon[33610]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:56.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:56 smithi026 ceph-mon[29731]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:56.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:56 smithi028 ceph-mon[33435]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:56.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:56 smithi189 ceph-mon[33610]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:58.679 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:43:58 smithi026 ceph-mon[29731]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:58.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:43:58 smithi028 ceph-mon[33435]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:58.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:43:58 smithi189 ceph-mon[33610]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:00.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:00 smithi028 ceph-mon[33435]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:00.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:00 smithi189 ceph-mon[33610]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:00.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:00 smithi026 ceph-mon[29731]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:02.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:02 smithi028 ceph-mon[33435]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:02.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:02 smithi189 ceph-mon[33610]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:02.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:02 smithi026 ceph-mon[29731]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:04.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:04 smithi028 ceph-mon[33435]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:04.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:04 smithi189 ceph-mon[33610]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:04 smithi026 ceph-mon[29731]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:06.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:06 smithi028 ceph-mon[33435]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:06.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:06 smithi189 ceph-mon[33610]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:06.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:06 smithi026 ceph-mon[29731]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:08.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:08 smithi028 ceph-mon[33435]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:08.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:08 smithi189 ceph-mon[33610]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:08.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:08 smithi026 ceph-mon[29731]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:10.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:10 smithi028 ceph-mon[33435]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:10.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:10 smithi026 ceph-mon[29731]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:10.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:10 smithi189 ceph-mon[33610]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:12.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:12 smithi028 ceph-mon[33435]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:12.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:12 smithi189 ceph-mon[33610]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:12.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:12 smithi026 ceph-mon[29731]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:14.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:14 smithi028 ceph-mon[33435]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:14.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:14 smithi189 ceph-mon[33610]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:14.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:14 smithi026 ceph-mon[29731]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:16.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:16 smithi028 ceph-mon[33435]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:16.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:16 smithi189 ceph-mon[33610]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:16.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:16 smithi026 ceph-mon[29731]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:18.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:18 smithi028 ceph-mon[33435]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:18.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:18 smithi189 ceph-mon[33610]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:18.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:18 smithi026 ceph-mon[29731]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:20.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:20 smithi028 ceph-mon[33435]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:20.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:20 smithi189 ceph-mon[33610]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:20 smithi026 ceph-mon[29731]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:22.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:22 smithi028 ceph-mon[33435]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:22.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:22 smithi189 ceph-mon[33610]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:22.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:22 smithi026 ceph-mon[29731]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:24.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:24 smithi028 ceph-mon[33435]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:24.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:24 smithi189 ceph-mon[33610]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:24.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:24 smithi026 ceph-mon[29731]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:26.715 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:26 smithi028 ceph-mon[33435]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:26.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:26 smithi189 ceph-mon[33610]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:26.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:26 smithi026 ceph-mon[29731]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:28.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:28 smithi189 ceph-mon[33610]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:28.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:28 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:28.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:28 smithi026 ceph-mon[29731]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:28.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:28 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:28.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:28 smithi028 ceph-mon[33435]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:28.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:28 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:29.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:29.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:29.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:29 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:29.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:29.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:29.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:29 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:29.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:29.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:29.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:29 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:30.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:30 smithi189 ceph-mon[33610]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:30.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:30 smithi026 ceph-mon[29731]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:30.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:30 smithi028 ceph-mon[33435]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:32.767 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:32 smithi028 ceph-mon[33435]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:32.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:32 smithi189 ceph-mon[33610]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:32.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:32 smithi026 ceph-mon[29731]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:34.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:34 smithi189 ceph-mon[33610]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:34.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:34 smithi026 ceph-mon[29731]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:34.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:34 smithi028 ceph-mon[33435]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:36.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:36 smithi189 ceph-mon[33610]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:36.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:36 smithi026 ceph-mon[29731]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:36.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:36 smithi028 ceph-mon[33435]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:38.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:38 smithi189 ceph-mon[33610]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:38.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:38 smithi026 ceph-mon[29731]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:38.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:38 smithi028 ceph-mon[33435]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:40.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:40 smithi189 ceph-mon[33610]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:40.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:40 smithi026 ceph-mon[29731]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:40.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:40 smithi028 ceph-mon[33435]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:42.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:42 smithi189 ceph-mon[33610]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:42.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:42 smithi026 ceph-mon[29731]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:42.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:42 smithi028 ceph-mon[33435]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:44.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:44 smithi189 ceph-mon[33610]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:44.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:44 smithi026 ceph-mon[29731]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:44.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:44 smithi028 ceph-mon[33435]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:46.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:46 smithi189 ceph-mon[33610]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:46.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:46 smithi026 ceph-mon[29731]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:46.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:46 smithi028 ceph-mon[33435]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:47.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph orch ps --refresh 2024-09-13T21:44:47.870 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T21:44:47.870 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.a smithi026 *:9283,8765 running (4m) 2m ago 4m 484M - 19.1.1-324-gecab7be5 0652ff2b5d78 6d137f0f3f2e 2024-09-13T21:44:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.b smithi028 *:8443,8765 running (3m) 2m ago 3m 439M - 19.1.1-324-gecab7be5 0652ff2b5d78 320b779d79a7 2024-09-13T21:44:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:mon.a smithi026 running (4m) 2m ago 4m 38.4M 2048M 19.1.1-324-gecab7be5 0652ff2b5d78 0de61684aaf0 2024-09-13T21:44:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:mon.b smithi028 running (3m) 2m ago 3m 35.0M 2048M 19.1.1-324-gecab7be5 0652ff2b5d78 b647188bb26e 2024-09-13T21:44:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:mon.c smithi189 running (3m) 2m ago 3m 35.7M 2048M 19.1.1-324-gecab7be5 0652ff2b5d78 8c41e0ed4495 2024-09-13T21:44:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (2m) 2m ago 2m 12.0M 16.6G 19.1.1-324-gecab7be5 0652ff2b5d78 bd7000e02a5d 2024-09-13T21:44:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi028 running (2m) 2m ago 2m 11.5M 16.6G 19.1.1-324-gecab7be5 0652ff2b5d78 04a647dd79c5 2024-09-13T21:44:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi189 running (2m) 2m ago 2m 12.1M 20.6G 19.1.1-324-gecab7be5 0652ff2b5d78 cdb9d7bfe48f 2024-09-13T21:44:47.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph orch ls --service-name mon --export 2024-09-13T21:44:48.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph orch apply -i mon.yaml 2024-09-13T21:44:48.489 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled mon update... 2024-09-13T21:44:48.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ sleep 90 2024-09-13T21:44:48.769 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:48 smithi026 ceph-mon[29731]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:48.769 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:48 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:48.770 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:48 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:48.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:48 smithi189 ceph-mon[33610]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:48.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:48 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:48.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:48 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:48.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:48 smithi028 ceph-mon[33435]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:48.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:48 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:48.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:48 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: Saving service mon spec with placement count:3 2024-09-13T21:44:49.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.822 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T21:44:49.823 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.823 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:49.823 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.823 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.823 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: Saving service mon spec with placement count:3 2024-09-13T21:44:49.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.930 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:44:49.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: Saving service mon spec with placement count:3 2024-09-13T21:44:49.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.968 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T21:44:49.969 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:49.969 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:49.969 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.969 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.970 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:44:50.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:50 smithi189 ceph-mon[33610]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:50.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:50 smithi026 ceph-mon[29731]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:50.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:50 smithi028 ceph-mon[33435]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:52.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:52 smithi189 ceph-mon[33610]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:52.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:52 smithi026 ceph-mon[29731]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:52.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:52 smithi028 ceph-mon[33435]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:54.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:54 smithi189 ceph-mon[33610]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:54.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:54 smithi026 ceph-mon[29731]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:54.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:54 smithi028 ceph-mon[33435]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:56.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:56 smithi189 ceph-mon[33610]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:56.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:56 smithi026 ceph-mon[29731]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:56.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:56 smithi028 ceph-mon[33435]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:58.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:44:58 smithi189 ceph-mon[33610]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:58.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:44:58 smithi026 ceph-mon[29731]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:58.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:44:58 smithi028 ceph-mon[33435]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:00.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:00 smithi189 ceph-mon[33610]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:00.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:00 smithi026 ceph-mon[29731]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:00.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:00 smithi028 ceph-mon[33435]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:02.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:02 smithi189 ceph-mon[33610]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:02.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:02 smithi026 ceph-mon[29731]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:02.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:02 smithi028 ceph-mon[33435]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:04.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:04 smithi189 ceph-mon[33610]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:04 smithi026 ceph-mon[29731]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:04.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:04 smithi028 ceph-mon[33435]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:06.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:06 smithi189 ceph-mon[33610]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:06.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:06 smithi026 ceph-mon[29731]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:06.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:06 smithi028 ceph-mon[33435]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:08.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:08 smithi189 ceph-mon[33610]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:08.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:08 smithi026 ceph-mon[29731]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:08.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:08 smithi028 ceph-mon[33435]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:10.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:10 smithi189 ceph-mon[33610]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:10.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:10 smithi026 ceph-mon[29731]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:10.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:10 smithi028 ceph-mon[33435]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:12.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:12 smithi189 ceph-mon[33610]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:12.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:12 smithi026 ceph-mon[29731]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:12.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:12 smithi028 ceph-mon[33435]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:14.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:14 smithi189 ceph-mon[33610]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:14.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:14 smithi026 ceph-mon[29731]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:14.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:14 smithi028 ceph-mon[33435]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:16.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:16 smithi189 ceph-mon[33610]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:16.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:16 smithi026 ceph-mon[29731]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:16.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:16 smithi028 ceph-mon[33435]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:18.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:18 smithi189 ceph-mon[33610]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:18.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:18 smithi026 ceph-mon[29731]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:18.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:18 smithi028 ceph-mon[33435]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:20.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:20 smithi189 ceph-mon[33610]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:20 smithi026 ceph-mon[29731]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:20.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:20 smithi028 ceph-mon[33435]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:22.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:22 smithi189 ceph-mon[33610]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:22.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:22 smithi026 ceph-mon[29731]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:22.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:22 smithi028 ceph-mon[33435]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:24.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:24 smithi189 ceph-mon[33610]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:24.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:24 smithi026 ceph-mon[29731]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:24.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:24 smithi028 ceph-mon[33435]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:26.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:26 smithi189 ceph-mon[33610]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:26.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:26 smithi026 ceph-mon[29731]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:26.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:26 smithi028 ceph-mon[33435]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:28.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:28 smithi189 ceph-mon[33610]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:28.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:28 smithi026 ceph-mon[29731]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:28.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:28 smithi028 ceph-mon[33435]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:30.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:30 smithi189 ceph-mon[33610]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:30.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:30 smithi026 ceph-mon[29731]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:30.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:30 smithi028 ceph-mon[33435]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:32.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:32 smithi189 ceph-mon[33610]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:32.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:32 smithi026 ceph-mon[29731]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:32.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:32 smithi028 ceph-mon[33435]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:34.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:34 smithi189 ceph-mon[33610]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:34.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:34 smithi026 ceph-mon[29731]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:34.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:34 smithi028 ceph-mon[33435]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:36.820 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:36 smithi189 ceph-mon[33610]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:36.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:36 smithi026 ceph-mon[29731]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:36.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:36 smithi028 ceph-mon[33435]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:38.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:38 smithi189 ceph-mon[33610]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:38.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:38 smithi026 ceph-mon[29731]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:38.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:38 smithi028 ceph-mon[33435]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:40.821 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:40 smithi189 ceph-mon[33610]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:40.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:40 smithi026 ceph-mon[29731]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:40.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:40 smithi028 ceph-mon[33435]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:42.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:42 smithi026 ceph-mon[29731]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:42.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:42 smithi028 ceph-mon[33435]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:43.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:42 smithi189 ceph-mon[33610]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:44.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:44 smithi026 ceph-mon[29731]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:44.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:44 smithi028 ceph-mon[33435]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:45.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:44 smithi189 ceph-mon[33610]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:46.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:46 smithi026 ceph-mon[29731]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:46.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:46 smithi028 ceph-mon[33435]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:47.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:46 smithi189 ceph-mon[33610]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:48.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:48 smithi026 ceph-mon[29731]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:48.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:48 smithi028 ceph-mon[33435]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:49.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:48 smithi189 ceph-mon[33610]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:49.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:49 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:49.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:49 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:50.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:49 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:50.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:50 smithi026 ceph-mon[29731]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:50.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:50 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:50.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:50 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:50.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:50 smithi026 ceph-mon[29731]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:45:50.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:50 smithi028 ceph-mon[33435]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:50.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:50 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:50.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:50 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:50.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:50 smithi028 ceph-mon[33435]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:45:51.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:50 smithi189 ceph-mon[33610]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:51.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:50 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:51.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:50 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:51.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:50 smithi189 ceph-mon[33610]: from='mgr.14150 172.21.15.26:0/2602529301' entity='mgr.a' 2024-09-13T21:45:52.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:52 smithi026 ceph-mon[29731]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:52.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:52 smithi028 ceph-mon[33435]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:53.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:52 smithi189 ceph-mon[33610]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:54.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:54 smithi026 ceph-mon[29731]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:54.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:54 smithi028 ceph-mon[33435]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:55.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:54 smithi189 ceph-mon[33610]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:56.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:56 smithi026 ceph-mon[29731]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:56.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:56 smithi028 ceph-mon[33435]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:57.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:56 smithi189 ceph-mon[33610]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:58.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:45:58 smithi026 ceph-mon[29731]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:58.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:45:58 smithi028 ceph-mon[33435]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:59.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:45:58 smithi189 ceph-mon[33610]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:00.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:00 smithi026 ceph-mon[29731]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:00.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:00 smithi028 ceph-mon[33435]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:01.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:00 smithi189 ceph-mon[33610]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:02.873 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:02 smithi189 ceph-mon[33610]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:02.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:02 smithi026 ceph-mon[29731]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:02.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:02 smithi028 ceph-mon[33435]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:04.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:04 smithi026 ceph-mon[29731]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:04.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:04 smithi028 ceph-mon[33435]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:05.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:04 smithi189 ceph-mon[33610]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:06.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:06 smithi026 ceph-mon[29731]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:06.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:06 smithi028 ceph-mon[33435]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:07.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:06 smithi189 ceph-mon[33610]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:08.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:08 smithi026 ceph-mon[29731]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:08.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:08 smithi028 ceph-mon[33435]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:09.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:08 smithi189 ceph-mon[33610]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:10.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:10 smithi026 ceph-mon[29731]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:10.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:10 smithi028 ceph-mon[33435]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:11.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:10 smithi189 ceph-mon[33610]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:12.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:12 smithi026 ceph-mon[29731]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:12.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:12 smithi028 ceph-mon[33435]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:13.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:12 smithi189 ceph-mon[33610]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:14.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:14 smithi026 ceph-mon[29731]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:14.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:14 smithi028 ceph-mon[33435]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:15.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:14 smithi189 ceph-mon[33610]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:16.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:16 smithi026 ceph-mon[29731]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:16.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:16 smithi028 ceph-mon[33435]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:17.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:16 smithi189 ceph-mon[33610]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:18.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph mon dump 2024-09-13T21:46:18.845 INFO:teuthology.orchestra.run.smithi026.stdout:epoch 6 2024-09-13T21:46:18.845 INFO:teuthology.orchestra.run.smithi026.stdout:fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:46:18.845 INFO:teuthology.orchestra.run.smithi026.stdout:last_changed 2024-09-13T21:43:17.597304+0000 2024-09-13T21:46:18.845 INFO:teuthology.orchestra.run.smithi026.stdout:created 2024-09-13T21:39:50.424926+0000 2024-09-13T21:46:18.845 INFO:teuthology.orchestra.run.smithi026.stdout:min_mon_release 19 (squid) 2024-09-13T21:46:18.846 INFO:teuthology.orchestra.run.smithi026.stdout:election_strategy: 1 2024-09-13T21:46:18.846 INFO:teuthology.orchestra.run.smithi026.stdout:0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a; crush_location {datacenter=a} 2024-09-13T21:46:18.846 INFO:teuthology.orchestra.run.smithi026.stdout:1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-13T21:46:18.846 INFO:teuthology.orchestra.run.smithi026.stdout:2: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-13T21:46:18.846 INFO:teuthology.orchestra.run.smithi026.stderr:dumped monmap epoch 6 2024-09-13T21:46:18.846 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:18 smithi026 ceph-mon[29731]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:18.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph mon dump --format json 2024-09-13T21:46:18.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:18 smithi028 ceph-mon[33435]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:19.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:18 smithi189 ceph-mon[33610]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:19.184 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-13T21:46:19.184 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":6,"fsid":"8ae6f4be-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:43:17.597304Z","created":"2024-09-13T21:39:50.424926Z","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.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189: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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-13T21:46:19.185 INFO:teuthology.orchestra.run.smithi026.stderr:dumped monmap epoch 6 2024-09-13T21:46:19.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ read monid 2024-09-13T21:46:19.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ read crushloc 2024-09-13T21:46:19.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph mon dump --format json 2024-09-13T21:46:19.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-13T21:46:19.529 INFO:teuthology.orchestra.run.smithi026.stderr:dumped monmap epoch 6 2024-09-13T21:46:19.539 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-09-13T21:46:19.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ read monid 2024-09-13T21:46:19.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ read crushloc 2024-09-13T21:46:19.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph mon dump --format json 2024-09-13T21:46:19.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-13T21:46:19.868 INFO:teuthology.orchestra.run.smithi026.stderr:dumped monmap epoch 6 2024-09-13T21:46:19.868 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:19 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3369605549' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-13T21:46:19.868 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:19 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/2421504446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:19.868 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:19 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/316629168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:19.879 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-09-13T21:46:19.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ read monid 2024-09-13T21:46:19.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ read crushloc 2024-09-13T21:46:19.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ ceph mon dump --format json 2024-09-13T21:46:19.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-13T21:46:19.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:19 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/3369605549' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-13T21:46:19.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:19 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/2421504446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:19.966 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:19 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/316629168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:20.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:19 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/3369605549' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-13T21:46:20.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:19 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/2421504446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:20.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:19 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/316629168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:20.205 INFO:teuthology.orchestra.run.smithi026.stderr:dumped monmap epoch 6 2024-09-13T21:46:20.216 INFO:teuthology.orchestra.run.smithi026.stdout:true 2024-09-13T21:46:20.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ read monid 2024-09-13T21:46:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:20 smithi026 ceph-mon[29731]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:20 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3882928794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:20.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:20 smithi026 ceph-mon[29731]: from='client.? 172.21.15.26:0/3800829343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:20.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:20 smithi028 ceph-mon[33435]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:20.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:20 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/3882928794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:20.965 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:20 smithi028 ceph-mon[33435]: from='client.? 172.21.15.26:0/3800829343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:21.036 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-13T21:46:21.047 INFO:tasks.cephadm:Teardown begin 2024-09-13T21:46:21.048 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:21.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:20 smithi189 ceph-mon[33610]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:21.070 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:20 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/3882928794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:21.071 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:20 smithi189 ceph-mon[33610]: from='client.? 172.21.15.26:0/3800829343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:46:21.077 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:21.111 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:21.145 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-13T21:46:21.145 DEBUG:teuthology.orchestra.run.smithi026:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:46:21.161 DEBUG:teuthology.orchestra.run.smithi028:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:46:21.180 DEBUG:teuthology.orchestra.run.smithi189:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:46:21.203 INFO:tasks.cephadm:Stopping all daemons... 2024-09-13T21:46:21.203 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-13T21:46:21.203 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a 2024-09-13T21:46:21.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:21 smithi026 systemd[1]: Stopping Ceph mon.a for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:21.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a[29708]: 2024-09-13T21:46:21.518+0000 7f5477d4e640 -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-13T21:46:21.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:21 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a[29708]: 2024-09-13T21:46:21.518+0000 7f5477d4e640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-13T21:46:21.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:21 smithi026 podman[52168]: 2024-09-13 21:46:21.673503242 +0000 UTC m=+0.281055703 container died 0de61684aaf03f5bc8e5f663453535ed88f6ff92523fbc6dad6b873232ca2f3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ecab7be, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T21:46:22.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:22 smithi026 podman[52168]: 2024-09-13 21:46:22.025676497 +0000 UTC m=+0.633228954 container cleanup 0de61684aaf03f5bc8e5f663453535ed88f6ff92523fbc6dad6b873232ca2f3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, ceph=True, 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.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ecab7be, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-13T21:46:22.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Sep 13 21:46:22 smithi026 bash[52168]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-a 2024-09-13T21:46:22.406 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.a.service' 2024-09-13T21:46:22.448 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:22.449 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-13T21:46:22.449 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-13T21:46:22.449 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.b 2024-09-13T21:46:22.762 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:22 smithi028 systemd[1]: Stopping Ceph mon.b for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:23.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:22 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b[33412]: 2024-09-13T21:46:22.760+0000 7feca6a3b640 -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-13T21:46:23.215 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:22 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b[33412]: 2024-09-13T21:46:22.760+0000 7feca6a3b640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-13T21:46:23.216 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:22 smithi028 podman[42858]: 2024-09-13 21:46:22.996306573 +0000 UTC m=+0.341760382 container died b647188bb26e8a07ea1804bbc232cb3a427cc6d8aa5f1de1d6b6f6c903ae82b1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=squid-ecab7be) 2024-09-13T21:46:23.930 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:23 smithi028 podman[42858]: 2024-09-13 21:46:23.533606155 +0000 UTC m=+0.879060008 container cleanup b647188bb26e8a07ea1804bbc232cb3a427cc6d8aa5f1de1d6b6f6c903ae82b1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS) 2024-09-13T21:46:23.930 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:23 smithi028 bash[42858]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b 2024-09-13T21:46:23.930 INFO:journalctl@ceph.mon.b.smithi028.stdout:Sep 13 21:46:23 smithi028 podman[42876]: 2024-09-13 21:46:23.71005554 +0000 UTC m=+0.703734062 container remove b647188bb26e8a07ea1804bbc232cb3a427cc6d8aa5f1de1d6b6f6c903ae82b1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-b, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-13T21:46:23.950 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.b.service' 2024-09-13T21:46:24.006 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:24.006 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-13T21:46:24.006 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-13T21:46:24.006 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.c 2024-09-13T21:46:24.321 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:24 smithi189 systemd[1]: Stopping Ceph mon.c for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:24.685 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:24 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c[33587]: 2024-09-13T21:46:24.429+0000 7f83cadb3640 -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-13T21:46:24.685 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:24 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c[33587]: 2024-09-13T21:46:24.429+0000 7f83cadb3640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-13T21:46:24.945 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:24 smithi189 podman[42677]: 2024-09-13 21:46:24.684739095 +0000 UTC m=+0.487423650 container died 8c41e0ed44953e048834d41026d16f52e5c5d0225ad68f91f67bf8b2e98ce028 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-ecab7be, ceph=True) 2024-09-13T21:46:25.199 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:25 smithi189 podman[42677]: 2024-09-13 21:46:25.185185368 +0000 UTC m=+0.987869956 container cleanup 8c41e0ed44953e048834d41026d16f52e5c5d0225ad68f91f67bf8b2e98ce028 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=squid-ecab7be, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T21:46:25.199 INFO:journalctl@ceph.mon.c.smithi189.stdout:Sep 13 21:46:25 smithi189 bash[42677]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mon-c 2024-09-13T21:46:25.617 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mon.c.service' 2024-09-13T21:46:25.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:25.667 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-13T21:46:25.667 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-13T21:46:25.667 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.a 2024-09-13T21:46:25.991 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:46:25 smithi026 systemd[1]: Stopping Ceph mgr.a for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:26.296 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:46:25 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a[29986]: 2024-09-13T21:46:25.989+0000 7f96c62e0640 -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-13T21:46:26.296 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:46:26 smithi026 podman[52298]: 2024-09-13 21:46:26.021091296 +0000 UTC m=+0.145713577 container died 6d137f0f3f2e53701fae841043e98e82dc2f85070495658c2b18a9c498bef41e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=squid-ecab7be, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-13T21:46:26.296 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:46:26 smithi026 podman[52298]: 2024-09-13 21:46:26.295256047 +0000 UTC m=+0.419878325 container cleanup 6d137f0f3f2e53701fae841043e98e82dc2f85070495658c2b18a9c498bef41e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=squid-ecab7be, ceph=True) 2024-09-13T21:46:26.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:46:26 smithi026 bash[52298]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a 2024-09-13T21:46:26.679 INFO:journalctl@ceph.mgr.a.smithi026.stdout:Sep 13 21:46:26 smithi026 podman[52315]: 2024-09-13 21:46:26.488664579 +0000 UTC m=+0.467799440 container remove 6d137f0f3f2e53701fae841043e98e82dc2f85070495658c2b18a9c498bef41e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-a, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=) 2024-09-13T21:46:26.726 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-13T21:46:26.760 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:26.761 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-13T21:46:26.761 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-13T21:46:26.761 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.b 2024-09-13T21:46:27.078 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:46:26 smithi028 systemd[1]: Stopping Ceph mgr.b for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:27.339 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:46:27 smithi028 podman[42990]: 2024-09-13 21:46:27.077891674 +0000 UTC m=+0.114391126 container died 320b779d79a74b55ae4618da4ae9095a7ced2ad488320c05cad7133eb1441441 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, RELEASE=squid-ecab7be, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-13T21:46:27.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:46:27 smithi028 podman[42990]: 2024-09-13 21:46:27.412447511 +0000 UTC m=+0.448946962 container cleanup 320b779d79a74b55ae4618da4ae9095a7ced2ad488320c05cad7133eb1441441 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b, RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-13T21:46:27.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:46:27 smithi028 bash[42990]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b 2024-09-13T21:46:27.715 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:46:27 smithi028 podman[43007]: 2024-09-13 21:46:27.580514991 +0000 UTC m=+0.499603541 container remove 320b779d79a74b55ae4618da4ae9095a7ced2ad488320c05cad7133eb1441441 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=squid-ecab7be, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0) 2024-09-13T21:46:27.716 INFO:journalctl@ceph.mgr.b.smithi028.stdout:Sep 13 21:46:27 smithi028 systemd[1]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-13T21:46:27.797 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-13T21:46:27.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:27.831 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-13T21:46:27.831 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-13T21:46:27.831 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.0 2024-09-13T21:46:28.127 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:27 smithi026 systemd[1]: Stopping Ceph osd.0 for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:28.429 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:28 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0[44189]: 2024-09-13T21:46:28.126+0000 7fc2cb65b640 -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-13T21:46:28.429 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:28 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0[44189]: 2024-09-13T21:46:28.126+0000 7fc2cb65b640 -1 osd.0 21 *** Got signal Terminated *** 2024-09-13T21:46:28.429 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:28 smithi026 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0[44189]: 2024-09-13T21:46:28.126+0000 7fc2cb65b640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T21:46:33.784 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:33 smithi026 podman[52430]: 2024-09-13 21:46:33.489342655 +0000 UTC m=+5.463041726 container died bd7000e02a5de44f46c7837e76f28bd5c822536c73ba2ffef0951fe2aacf9aed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, 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.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-13T21:46:34.179 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:33 smithi026 podman[52430]: 2024-09-13 21:46:33.965654949 +0000 UTC m=+5.939354016 container cleanup bd7000e02a5de44f46c7837e76f28bd5c822536c73ba2ffef0951fe2aacf9aed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=squid-ecab7be, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-13T21:46:34.179 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:33 smithi026 bash[52430]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0 2024-09-13T21:46:34.584 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:34 smithi026 podman[52450]: 2024-09-13 21:46:34.225312867 +0000 UTC m=+0.726216088 container remove bd7000e02a5de44f46c7837e76f28bd5c822536c73ba2ffef0951fe2aacf9aed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=squid-ecab7be) 2024-09-13T21:46:34.905 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:34 smithi026 podman[52545]: 2024-09-13 21:46:34.486415675 +0000 UTC m=+0.016449122 image pull 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808 2024-09-13T21:46:34.905 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:34 smithi026 podman[52545]: 2024-09-13 21:46:34.617644743 +0000 UTC m=+0.147678232 container create cec7b448f72e77fff9b7f86327eabcb4b2db88300b3f147fc8c81ba6cb679c53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=squid-ecab7be, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-13T21:46:34.905 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:34 smithi026 podman[52545]: 2024-09-13 21:46:34.811468163 +0000 UTC m=+0.341501610 container init cec7b448f72e77fff9b7f86327eabcb4b2db88300b3f147fc8c81ba6cb679c53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-13T21:46:34.905 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:34 smithi026 podman[52545]: 2024-09-13 21:46:34.816609113 +0000 UTC m=+0.346642560 container start cec7b448f72e77fff9b7f86327eabcb4b2db88300b3f147fc8c81ba6cb679c53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-ecab7be, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-13T21:46:34.905 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:34 smithi026 podman[52545]: 2024-09-13 21:46:34.902827069 +0000 UTC m=+0.432860529 container attach cec7b448f72e77fff9b7f86327eabcb4b2db88300b3f147fc8c81ba6cb679c53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-13T21:46:35.179 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:35 smithi026 podman[52545]: 2024-09-13 21:46:35.010041417 +0000 UTC m=+0.540074866 container died cec7b448f72e77fff9b7f86327eabcb4b2db88300b3f147fc8c81ba6cb679c53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-ecab7be, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-13T21:46:35.564 INFO:journalctl@ceph.osd.0.smithi026.stdout:Sep 13 21:46:35 smithi026 podman[52588]: 2024-09-13 21:46:35.547544872 +0000 UTC m=+0.531465636 container remove cec7b448f72e77fff9b7f86327eabcb4b2db88300b3f147fc8c81ba6cb679c53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-13T21:46:35.570 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.0.service' 2024-09-13T21:46:35.612 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:35.613 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-13T21:46:35.613 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-13T21:46:35.613 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.1 2024-09-13T21:46:35.911 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:35 smithi028 systemd[1]: Stopping Ceph osd.1 for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:36.173 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:35 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1[37863]: 2024-09-13T21:46:35.909+0000 7f616a7e4640 -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-13T21:46:36.173 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:35 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1[37863]: 2024-09-13T21:46:35.909+0000 7f616a7e4640 -1 osd.1 21 *** Got signal Terminated *** 2024-09-13T21:46:36.173 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:35 smithi028 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1[37863]: 2024-09-13T21:46:35.909+0000 7f616a7e4640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T21:46:41.535 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:41 smithi028 podman[43124]: 2024-09-13 21:46:41.251523274 +0000 UTC m=+5.442797486 container died 04a647dd79c5ea6f2acab672b783b5dd69fe9bccbc837f81906efb788e5cf7f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1, ceph=True, org.label-schema.schema-version=1.0, RELEASE=squid-ecab7be, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-13T21:46:41.952 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:41 smithi028 podman[43124]: 2024-09-13 21:46:41.707962517 +0000 UTC m=+5.899236770 container cleanup 04a647dd79c5ea6f2acab672b783b5dd69fe9bccbc837f81906efb788e5cf7f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=squid-ecab7be, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS) 2024-09-13T21:46:41.952 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:41 smithi028 bash[43124]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1 2024-09-13T21:46:42.215 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:41 smithi028 podman[43158]: 2024-09-13 21:46:41.950598832 +0000 UTC m=+0.695393530 container remove 04a647dd79c5ea6f2acab672b783b5dd69fe9bccbc837f81906efb788e5cf7f7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=squid-ecab7be, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T21:46:42.612 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:42 smithi028 podman[43255]: 2024-09-13 21:46:42.179905699 +0000 UTC m=+0.016121697 image pull 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808 2024-09-13T21:46:42.613 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:42 smithi028 podman[43255]: 2024-09-13 21:46:42.309816768 +0000 UTC m=+0.146032763 container create 4a282ac936c559f1d51f377200f1274ac1b8f3c3bc997d4be6554ada31310d6d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=squid-ecab7be, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2) 2024-09-13T21:46:42.613 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:42 smithi028 podman[43255]: 2024-09-13 21:46:42.520691527 +0000 UTC m=+0.356907523 container init 4a282ac936c559f1d51f377200f1274ac1b8f3c3bc997d4be6554ada31310d6d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=squid-ecab7be, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-13T21:46:42.613 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:42 smithi028 podman[43255]: 2024-09-13 21:46:42.525446751 +0000 UTC m=+0.361662755 container start 4a282ac936c559f1d51f377200f1274ac1b8f3c3bc997d4be6554ada31310d6d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, RELEASE=squid-ecab7be, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-13T21:46:42.613 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:42 smithi028 podman[43255]: 2024-09-13 21:46:42.612032388 +0000 UTC m=+0.448248384 container attach 4a282ac936c559f1d51f377200f1274ac1b8f3c3bc997d4be6554ada31310d6d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=squid-ecab7be, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-13T21:46:42.965 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:42 smithi028 podman[43255]: 2024-09-13 21:46:42.71665076 +0000 UTC m=+0.552866756 container died 4a282ac936c559f1d51f377200f1274ac1b8f3c3bc997d4be6554ada31310d6d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=squid-ecab7be, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True) 2024-09-13T21:46:43.263 INFO:journalctl@ceph.osd.1.smithi028.stdout:Sep 13 21:46:43 smithi028 podman[43298]: 2024-09-13 21:46:43.24860729 +0000 UTC m=+0.526085427 container remove 4a282ac936c559f1d51f377200f1274ac1b8f3c3bc997d4be6554ada31310d6d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ecab7be, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T21:46:43.269 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.1.service' 2024-09-13T21:46:43.309 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:43.309 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-13T21:46:43.310 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-13T21:46:43.310 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.2 2024-09-13T21:46:43.658 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:43 smithi189 systemd[1]: Stopping Ceph osd.2 for 8ae6f4be-7218-11ef-bceb-c7b262605968... 2024-09-13T21:46:44.071 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:43 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2[38062]: 2024-09-13T21:46:43.656+0000 7f4195664640 -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-13T21:46:44.071 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:43 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2[38062]: 2024-09-13T21:46:43.656+0000 7f4195664640 -1 osd.2 21 *** Got signal Terminated *** 2024-09-13T21:46:44.071 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:43 smithi189 ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2[38062]: 2024-09-13T21:46:43.656+0000 7f4195664640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T21:46:49.257 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:48 smithi189 podman[42824]: 2024-09-13 21:46:48.995822161 +0000 UTC m=+5.475996135 container died cdb9d7bfe48f06b30fdf4ac510dd5e096d546d98424dc3cde583bfe38a3bb679 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2, RELEASE=squid-ecab7be, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-13T21:46:49.570 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:49 smithi189 podman[42824]: 2024-09-13 21:46:49.429231652 +0000 UTC m=+5.909405625 container cleanup cdb9d7bfe48f06b30fdf4ac510dd5e096d546d98424dc3cde583bfe38a3bb679 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2, RELEASE=squid-ecab7be, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True) 2024-09-13T21:46:49.571 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:49 smithi189 bash[42824]: ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2 2024-09-13T21:46:50.047 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:49 smithi189 podman[42846]: 2024-09-13 21:46:49.622063794 +0000 UTC m=+0.624111802 container remove cdb9d7bfe48f06b30fdf4ac510dd5e096d546d98424dc3cde583bfe38a3bb679 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=squid-ecab7be, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-13T21:46:50.321 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:50 smithi189 podman[42945]: 2024-09-13 21:46:49.949558831 +0000 UTC m=+0.015713291 image pull 0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808 2024-09-13T21:46:50.321 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:50 smithi189 podman[42945]: 2024-09-13 21:46:50.055994188 +0000 UTC m=+0.122148635 container create f0fefcc7f78a1a56152cdb5dbf38ad2f1acc1f42364bc926abb1e275f7cc599f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=squid-ecab7be, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-13T21:46:50.321 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:50 smithi189 podman[42945]: 2024-09-13 21:46:50.266855338 +0000 UTC m=+0.333009785 container init f0fefcc7f78a1a56152cdb5dbf38ad2f1acc1f42364bc926abb1e275f7cc599f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, RELEASE=squid-ecab7be, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-13T21:46:50.321 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:50 smithi189 podman[42945]: 2024-09-13 21:46:50.271819668 +0000 UTC m=+0.337974116 container start f0fefcc7f78a1a56152cdb5dbf38ad2f1acc1f42364bc926abb1e275f7cc599f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ecab7be, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True) 2024-09-13T21:46:50.703 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:50 smithi189 podman[42945]: 2024-09-13 21:46:50.341756358 +0000 UTC m=+0.407910824 container attach f0fefcc7f78a1a56152cdb5dbf38ad2f1acc1f42364bc926abb1e275f7cc599f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, RELEASE=squid-ecab7be) 2024-09-13T21:46:50.703 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:50 smithi189 podman[42945]: 2024-09-13 21:46:50.45977203 +0000 UTC m=+0.525926488 container died f0fefcc7f78a1a56152cdb5dbf38ad2f1acc1f42364bc926abb1e275f7cc599f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ecab7be, org.label-schema.schema-version=1.0) 2024-09-13T21:46:50.961 INFO:journalctl@ceph.osd.2.smithi189.stdout:Sep 13 21:46:50 smithi189 podman[42989]: 2024-09-13 21:46:50.944658399 +0000 UTC m=+0.479176485 container remove f0fefcc7f78a1a56152cdb5dbf38ad2f1acc1f42364bc926abb1e275f7cc599f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808, name=ceph-8ae6f4be-7218-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=squid-ecab7be, org.label-schema.vendor=CentOS) 2024-09-13T21:46:50.966 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8ae6f4be-7218-11ef-bceb-c7b262605968@osd.2.service' 2024-09-13T21:46:51.004 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:46:51.004 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-13T21:46:51.004 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T21:46:51.219 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:46:52.470 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T21:46:52.681 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:46:53.767 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T21:46:53.969 INFO:teuthology.orchestra.run.smithi189.stdout:Deleting cluster with fsid: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:46:54.878 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:54.912 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:54.946 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:54.974 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-13T21:46:54.976 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi026/crash 2024-09-13T21:46:54.977 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash -- . 2024-09-13T21:46:55.018 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T21:46:55.019 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2024-09-13T21:46:55.021 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi028/crash 2024-09-13T21:46:55.021 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash -- . 2024-09-13T21:46:55.061 INFO:teuthology.orchestra.run.smithi028.stderr:tar: /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T21:46:55.062 INFO:teuthology.orchestra.run.smithi028.stderr:tar: Error is not recoverable: exiting now 2024-09-13T21:46:55.063 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi189/crash 2024-09-13T21:46:55.064 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash -- . 2024-09-13T21:46:55.149 INFO:teuthology.orchestra.run.smithi189.stderr:tar: /var/lib/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T21:46:55.149 INFO:teuthology.orchestra.run.smithi189.stderr:tar: Error is not recoverable: exiting now 2024-09-13T21:46:55.150 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-13T21:46:55.150 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-13T21:46:55.185 INFO:tasks.cephadm:Compressing logs... 2024-09-13T21:46:55.185 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:46:55.228 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:46:55.230 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:46:55.255 INFO:teuthology.orchestra.run.smithi189.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T21:46:55.255 INFO:teuthology.orchestra.run.smithi189.stderr:: No such file or directory 2024-09-13T21:46:55.255 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T21:46:55.255 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-13T21:46:55.256 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T21:46:55.256 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-13T21:46:55.258 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log 2024-09-13T21:46:55.258 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log: 89.9% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T21:46:55.258 INFO:teuthology.orchestra.run.smithi189.stderr: 81.6%/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.2.log: -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T21:46:55.259 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T21:46:55.259 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 86.9% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T21:46:55.259 INFO:teuthology.orchestra.run.smithi189.stderr: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T21:46:55.259 INFO:teuthology.orchestra.run.smithi189.stderr: 91.2% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:gzip/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.0.log: -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-13T21:46:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log 2024-09-13T21:46:55.261 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.a.log: 82.4% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T21:46:55.261 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T21:46:55.261 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log: 89.6% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T21:46:55.261 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/cephadm.log: 86.8% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T21:46:55.261 INFO:teuthology.orchestra.run.smithi026.stderr: 89.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T21:46:55.261 INFO:teuthology.orchestra.run.smithi026.stderr: 91.2% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T21:46:55.262 INFO:teuthology.orchestra.run.smithi028.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-13T21:46:55.262 INFO:teuthology.orchestra.run.smithi028.stderr:: No such file or directory 2024-09-13T21:46:55.262 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T21:46:55.262 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-13T21:46:55.263 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.1.log: /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T21:46:55.263 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T21:46:55.264 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log 2024-09-13T21:46:55.264 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-13T21:46:55.264 INFO:teuthology.orchestra.run.smithi028.stderr: 81.7% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T21:46:55.264 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T21:46:55.265 INFO:teuthology.orchestra.run.smithi028.stderr: 89.7% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T21:46:55.265 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.b.log: 86.9% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T21:46:55.265 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/cephadm.log: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T21:46:55.265 INFO:teuthology.orchestra.run.smithi028.stderr: 91.1% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T21:46:55.265 INFO:teuthology.orchestra.run.smithi028.stderr: 91.0% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-13T21:46:55.286 INFO:teuthology.orchestra.run.smithi189.stderr: 93.9% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-13T21:46:55.299 INFO:teuthology.orchestra.run.smithi026.stderr: 93.8% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-13T21:46:55.308 INFO:teuthology.orchestra.run.smithi189.stderr: 93.0% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-13T21:46:55.310 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-09-13T21:46:55.310 INFO:teuthology.orchestra.run.smithi189.stderr:real 0m0.065s 2024-09-13T21:46:55.310 INFO:teuthology.orchestra.run.smithi189.stderr:user 0m0.097s 2024-09-13T21:46:55.310 INFO:teuthology.orchestra.run.smithi189.stderr:sys 0m0.016s 2024-09-13T21:46:55.311 INFO:teuthology.orchestra.run.smithi026.stderr: 90.2% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-13T21:46:55.321 INFO:teuthology.orchestra.run.smithi028.stderr: 92.5% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-13T21:46:55.323 INFO:teuthology.orchestra.run.smithi028.stderr: 94.0% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-13T21:46:55.325 INFO:teuthology.orchestra.run.smithi028.stderr: 2024-09-13T21:46:55.325 INFO:teuthology.orchestra.run.smithi028.stderr:real 0m0.079s 2024-09-13T21:46:55.325 INFO:teuthology.orchestra.run.smithi028.stderr:user 0m0.141s 2024-09-13T21:46:55.325 INFO:teuthology.orchestra.run.smithi028.stderr:sys 0m0.026s 2024-09-13T21:46:55.457 INFO:teuthology.orchestra.run.smithi026.stderr: 91.1% -- replaced with /var/log/ceph/8ae6f4be-7218-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-13T21:46:55.458 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-09-13T21:46:55.458 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m0.215s 2024-09-13T21:46:55.459 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m0.301s 2024-09-13T21:46:55.459 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.035s 2024-09-13T21:46:55.459 INFO:tasks.cephadm:Archiving logs... 2024-09-13T21:46:55.459 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi026/log 2024-09-13T21:46:55.460 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T21:46:55.582 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi028/log 2024-09-13T21:46:55.583 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T21:46:55.634 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi189/log 2024-09-13T21:46:55.635 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T21:46:55.677 INFO:tasks.cephadm:Removing cluster... 2024-09-13T21:46:55.678 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 --force 2024-09-13T21:46:55.876 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:46:56.141 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 --force 2024-09-13T21:46:56.351 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:46:56.608 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8ae6f4be-7218-11ef-bceb-c7b262605968 --force 2024-09-13T21:46:56.811 INFO:teuthology.orchestra.run.smithi189.stdout:Deleting cluster with fsid: 8ae6f4be-7218-11ef-bceb-c7b262605968 2024-09-13T21:46:57.062 INFO:tasks.cephadm:Removing cephadm ... 2024-09-13T21:46:57.063 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T21:46:57.083 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T21:46:57.101 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T21:46:57.116 INFO:tasks.cephadm:Teardown complete 2024-09-13T21:46:57.117 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-13T21:46:57.125 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-13T21:46:57.126 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T21:46:57.128 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T21:46:57.143 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T21:46:57.277 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-13T21:46:57.285 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-13T21:46:57.285 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T21:46:57.288 DEBUG:teuthology.orchestra.run.smithi028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T21:46:57.291 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T21:46:57.304 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-09-13T21:46:57.305 INFO:teuthology.orchestra.run.smithi028.stderr:bash: line 1: ntpq: command not found 2024-09-13T21:46:57.305 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-09-13T21:46:57.309 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T21:46:57.309 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-09-13T21:46:57.309 INFO:teuthology.orchestra.run.smithi189.stdout:^* hv01.front.sepia.ceph.com 3 6 377 52 -237us[ -273us] +/- 36ms 2024-09-13T21:46:57.310 INFO:teuthology.orchestra.run.smithi189.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 51 +771us[ +771us] +/- 70ms 2024-09-13T21:46:57.310 INFO:teuthology.orchestra.run.smithi189.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 -313us[ -313us] +/- 71ms 2024-09-13T21:46:57.310 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:46:57.311 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T21:46:57.311 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2024-09-13T21:46:57.311 INFO:teuthology.orchestra.run.smithi028.stdout:^* hv01.front.sepia.ceph.com 3 6 377 51 -237us[ -288us] +/- 36ms 2024-09-13T21:46:57.311 INFO:teuthology.orchestra.run.smithi028.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 52 +775us[ +724us] +/- 70ms 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi028.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 -311us[ -311us] +/- 71ms 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi026.stdout:^* hv01.front.sepia.ceph.com 3 6 377 51 -242us[ -282us] +/- 36ms 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 51 +762us[ +762us] +/- 70ms 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 -323us[ -323us] +/- 71ms 2024-09-13T21:46:57.312 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T21:46:57.312 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-13T21:46:57.321 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-13T21:46:57.322 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-13T21:46:57.341 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:46:57.431 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:46:57.504 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:46:57.569 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:46:57.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:46:57.602 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:46:57.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:46:57.633 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:46:57.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:46:57.661 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-13T21:46:57.671 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-13T21:46:57.691 INFO:teuthology.task.internal:Duration was 870.666445 seconds 2024-09-13T21:46:57.692 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-13T21:46:57.725 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-13T21:46:57.725 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T21:46:57.728 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T21:46:57.730 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T21:46:57.769 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T21:46:57.769 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T21:46:57.771 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T21:46:58.259 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-13T21:46:58.259 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-09-13T21:46:58.259 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:46:58.284 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi028.front.sepia.ceph.com 2024-09-13T21:46:58.284 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:46:58.324 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-09-13T21:46:58.324 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:46:58.351 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-13T21:46:58.352 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T21:46:58.354 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T21:46:58.367 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T21:46:58.420 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-13T21:46:58.420 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T21:46:58.426 DEBUG:teuthology.orchestra.run.smithi028:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T21:46:58.438 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T21:46:58.595 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-13T21:46:58.606 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-13T21:46:58.606 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T21:46:58.632 DEBUG:teuthology.orchestra.run.smithi028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T21:46:58.659 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T21:46:58.684 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-13T21:46:58.694 DEBUG:teuthology.orchestra.run.smithi026:> 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-13T21:46:58.697 DEBUG:teuthology.orchestra.run.smithi028:> 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-13T21:46:58.701 DEBUG:teuthology.orchestra.run.smithi189:> 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-13T21:46:58.719 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-09-13T21:46:58.722 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = core 2024-09-13T21:46:58.749 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-09-13T21:46:58.766 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T21:46:58.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:46:58.803 DEBUG:teuthology.orchestra.run.smithi028:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T21:46:58.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:46:58.819 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T21:46:58.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:46:58.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-13T21:46:58.844 INFO:teuthology.task.internal:Transferring archived files... 2024-09-13T21:46:58.845 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi026 2024-09-13T21:46:58.845 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T21:46:58.883 DEBUG:teuthology.misc:Transferring archived files from smithi028:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi028 2024-09-13T21:46:58.883 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T21:46:58.919 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904210/remote/smithi189 2024-09-13T21:46:58.919 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T21:46:58.953 INFO:teuthology.task.internal:Removing archive directory... 2024-09-13T21:46:58.953 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T21:46:58.956 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T21:46:58.958 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T21:46:59.004 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-13T21:46:59.016 INFO:teuthology.task.internal:Not uploading archives. 2024-09-13T21:46:59.016 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-13T21:46:59.044 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-13T21:46:59.044 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T21:46:59.046 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T21:46:59.048 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T21:46:59.059 INFO:teuthology.orchestra.run.smithi026.stdout: 265340 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 21:46 /home/ubuntu/cephtest 2024-09-13T21:46:59.062 INFO:teuthology.orchestra.run.smithi028.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 21:46 /home/ubuntu/cephtest 2024-09-13T21:46:59.063 INFO:teuthology.orchestra.run.smithi189.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 21:46 /home/ubuntu/cephtest 2024-09-13T21:46:59.064 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-13T21:46:59.075 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-13T21:46:59.145 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: 870.6664452552795 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-13T21:46:59.145 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T21:46:59.231 INFO:teuthology.run:pass